-
-
Notifications
You must be signed in to change notification settings - Fork 431
Add HEX mode to Serial Monitor #1727
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
Comments
This might be useful. Some serial port terminals such as gtkterm have a similar feature. The displayed format could be similar to the one from the |
Maybe it could be possible to instead allow launching external terminal software? I don't think Arduino IDE's Serial Monitor is worth time spent on improving it. There are times better programs that could instead be launched by the IDE. |
- Add "send as <encoding>" dropdown menu. - Add "receive as <encoding>" dropdown menu. Sending and receiving can be done in any encoding specified in StandardCharsets with the additional option to send comma-separated bytes and receive newline-separated bytes directly. This fixes #4452 and offers an easy implementation for issue #4632.
...if that could be done user-friendly i.e. so that the serial port gets released to compile automagically. |
- Add "send as <encoding>" dropdown menu. - Add "receive as <encoding>" dropdown menu. Sending and receiving can be done in any encoding specified in StandardCharsets with the additional option to send comma-separated bytes and receive newline-separated bytes directly. This fixes #4452 and offers an easy implementation for issue #4632.
- Add "send as <encoding>" dropdown menu. - Add "receive as <encoding>" dropdown menu. Sending and receiving can be done in any encoding specified in StandardCharsets with the additional option to send comma-separated bytes and receive newline-separated bytes directly. This fixes #4452 and offers an easy implementation for issue #4632.
Describe the request
Add a mode to Serial Monitor for printing hexadecimal data.
Describe the current behavior
Serial Monitor does not support interpreting data as hexadecimal.
Arduino IDE version
d6a4b0f
Operating system
All
Operating system version
Any
Additional context
Related:
Issue checklist
The text was updated successfully, but these errors were encountered: