Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ravedude: Don't emit non-ascii bytes on Windows
Windows console stdio does not support sending UTF-8 sequences which means that we must ensure that any data received from the serial connection is cleaned to ASCII only before forwarding it to the console. To make sure that users notice the illegal data getting sent, print `?` symbols instead.
- Loading branch information