ArduinoCore-API icon indicating copy to clipboard operation
ArduinoCore-API copied to clipboard

Feature request : Add parseHex() to serial library

Open rnbokade opened this issue 5 years ago • 0 comments

It will be very useful when we want to pass hexadecimal values through the serial monitor. Could be easily implemented using sscanf with "%2" in the background over temporary buffer of next 2 valid hexadecimal ASCII characters

rnbokade avatar Dec 17 '20 07:12 rnbokade