serial_port_plotter icon indicating copy to clipboard operation
serial_port_plotter copied to clipboard

change to unsigned char for isdigit() and friends.

Open nanobug opened this issue 4 years ago • 0 comments

Sometimes the received characters might be way off(corrupted RX), This will result in *temp to be for example 0xf0. There is an assert in the debug build for this. This might result in hang of release application.

nanobug avatar Dec 02 '20 17:12 nanobug