wokwi-features icon indicating copy to clipboard operation
wokwi-features copied to clipboard

Serial Monitor: Enable byte / hex read and write

Open samtal opened this issue 2 years ago • 3 comments

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).

samtal avatar Oct 24 '22 10:10 samtal

Thanks for the feature request! Opened it for voting

urish avatar Oct 24 '22 10:10 urish

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.

samtal avatar Oct 24 '22 13:10 samtal

This would be useful!

semenishchev avatar Sep 05 '23 13:09 semenishchev