-
-
Notifications
You must be signed in to change notification settings - Fork 514
Description
Describe the request
Provide a means to route traffic from the USB serial connection to an external virtual port which would be accessible via an external terminal.
Since this routing mechanism is already in place, it seems that it would not be that difficult to implement.
🙂 Users who prefer to use an external terminal would benefit from the same convenient serial port juggling capability Arduino IDE provides to Serial Monitor users.
🙂 This would reduce user pressure for addition of advanced capabilities to the Arduino IDE Serial Monitor.
Describe the current behavior
Access to the board's port may be required by the sketch upload tool in addition to by Serial Monitor. In order to allow sketch uploads to be performed while Serial Monitor is open, Arduino IDE automatically disconnects Serial Monitor from the port at the start of the upload process, then reconnects Serial Monitor after it finishes.
Serial Monitor intentionally has a very simple design, which may lack functionality some users require. They may thus use a more capable standalone terminal (e.g., PuTTY, xterm).
🙁 Use of an external terminal is inconvenient because the user must manually close the port in the standalone terminal before performing each sketch upload via Arduino IDE (otherwise the upload will fail due to the terminal blocking access to the port).
Arduino IDE version
Operating system
All
Operating system version
Any
Additional context
Additional requests
- https://forum.arduino.cc/t/ive-seen-a-few-posts-about-the-serial-monitor/1411877/8
- https://forum.arduino.cc/t/ive-seen-a-few-posts-about-the-serial-monitor/1411877/10
Related
- Add a "line wrap" switch to the serial monitor #257
- Tear off serial monitor window (and maybe others) #289
- Serial Monitor plugin system to be able to add protocols like VT100, VTX, VTnnn, etc. #406
- Add a save output to file option to serial monitor #549
- Add search capability in serial monitor #1553
- Clear Serial Monitor output field on receipt of control character #1726
- Add HEX mode to Serial Monitor #1727
- Serial monitor character encoding option #1728
- Add support for pasting multi-line strings in Serial Monitor #2164
- detect clickable links in serial monitor terminal with offset color? #2390
Issue checklist
- I searched for previous requests in the issue tracker
- I verified the feature was still missing when using the latest nightly build
- My request contains all necessary details