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

Add serial monitor send/receive encoding options #8660

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Pieter12345
Copy link
Contributor

  • Add "send as " dropdown menu.
  • Add "receive as " 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 arduino/arduino-ide#1728 and offers an easy implementation for issue arduino/arduino-ide#1727.

@Pieter12345 Pieter12345 force-pushed the serial-monitor-encoding-options branch from 0dec65c to d73de65 Compare March 18, 2019 16:39
- 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.
@Pieter12345 Pieter12345 force-pushed the serial-monitor-encoding-options branch from d73de65 to 3485f6d Compare March 29, 2019 01:22
@Pieter12345
Copy link
Contributor Author

Rebased this PR onto master.

@per1234 per1234 added the Component: IDE Serial monitor Tools > Serial Monitor label Apr 3, 2021
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@Madygethub

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE Serial monitor Tools > Serial Monitor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Serial monitor character encoding option
4 participants