wokwi-features
wokwi-features copied to clipboard
Serial Monitor: Enable byte / hex read and write
Currently, (afaik) the small serial emulation field enables to send and receive ascii codes only. Most serial monitoring programs (such as Hercules, AccessPort, Eltima, etc.) enable to send and receive both ascii and hex. For Arduino app, it is mostly desired to use hex to enable transferring bytes or chars (That can easily be converted into ASCII, if required). (I have tried to install the xterm and modify the serial to "terminal" but failed to get it to work).
Thanks for the feature request! Opened it for voting
To add to my ticket, on second thought, there is no need to develop more than an interface to the standard RS232 that should enable to connect to any commercially available serial port control. This will open all possible features, eliminating the need for a dedicated port control.
This would be useful!