Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serial Monitor: Enable byte / hex read and write #438

Open
samtal opened this issue Oct 24, 2022 · 3 comments
Open

Serial Monitor: Enable byte / hex read and write #438

samtal opened this issue Oct 24, 2022 · 3 comments
Labels
enhancement New feature or request open for vote Vote at https://wokwi.com/features

Comments

@samtal
Copy link

samtal commented Oct 24, 2022

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 samtal added the enhancement New feature or request label Oct 24, 2022
@urish urish added the open for vote Vote at https://wokwi.com/features label Oct 24, 2022
@urish
Copy link
Contributor

urish commented Oct 24, 2022

Thanks for the feature request! Opened it for voting

@samtal
Copy link
Author

samtal commented Oct 24, 2022

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.

@semenishchev
Copy link

This would be useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request open for vote Vote at https://wokwi.com/features
Projects
None yet
Development

No branches or pull requests

3 participants