Skip to content

Commit c2fa849

Browse files
authored
Merge pull request #4445 from snehara99/patch-2
Updated with message echoing, spaces, and dtr/rts
2 parents a854a45 + cbbc779 commit c2fa849

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/embedded/serial-monitor.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Serial Monitor allows users to configure, monitor, and communicate with seri
1919
## Capabilities
2020

2121
- **Monitor a serial port**: Choose the **Start Monitoring** or **Stop Monitoring** button to control whether to monitor data coming from the port.
22-
- **Send data to a serial port**: Enter text into the text field at the bottom of the view. Use the **Enter** key or choose the **Send Message** button to send the data.
22+
- **Send data to a serial port**: Enter text into the text field at the bottom of the view. Use the **Enter** key or choose the **Send Message** arrow button to send the data.
2323
- **Clear the Serial Monitor output**: Choose the **Clear Output** button to clear the incoming data text field.
2424
- **Send preset control signals**: Use the split-button next to the input field to send preset control signals (Ctrl+C, Ctrl+D, Ctrl+X, and Ctrl+Z).
2525
- **Configure Serial Monitor and port connection settings**: See the following table to learn about the settings that the Serial Monitor provides.
@@ -50,7 +50,7 @@ The Serial Monitor allows users to configure, monitor, and communicate with seri
5050
- **Toggle the serial monitor mode**: Choose **Serial** or **TCP** from the **Monitor Mode** dropdown.
5151
- **Monitor a serial/tcp port**: Choose the **Start Monitoring** or **Stop Monitoring** button to control whether to monitor data coming from the port.
5252
- **Monitor multiple serial/tcp ports at a time**: Press the **Open an additional Monitor** button to open another monitor.
53-
- **Send data to a serial/tcp port**: Enter text into the text field at the bottom of the view. Use the **Enter** key or choose the **Send Message** button to send the data.
53+
- **Send data to a serial/tcp port**: Enter text into the text field at the bottom of the view. Use the **Enter** key or choose the **Send Message** arrow button to send the data. When sending hex or binary data, bytes are automatically separated by spaces.
5454
- **Clear the Serial Monitor output**: Choose the **Clear Output** button to clear the incoming data text field.
5555
- **Send preset control signals**: Use the split-button next to the input field to send preset control signals (Ctrl+C, Ctrl+D, Ctrl+X, and Ctrl+Z).
5656
- **Configure Serial Monitor and connection settings**: See the following table to learn about the settings that the Serial Monitor provides.
@@ -66,9 +66,12 @@ The Serial Monitor allows users to configure, monitor, and communicate with seri
6666
| **Host** | Name of your host address | Use the **Host** text box to enter your host name in **TCP** mode | Any string that matches a valid host |
6767
| **Port** | The port number of your address | Use the **Port** text box in **TCP** mode | Any valid TCP port |
6868
| **Line Ending** | The line ending to use in messages sent to the connected device | Use the **Line Ending** dropdown in **Serial** mode | None, LF, CR, CRLF |
69+
| **DTR** | Allows the DTR COM output line to be manually set | Use the **DTR** checkbox | True/False |
70+
| **RTS** | Allows the RTS COM output line to be manually set | Use the **RTS** checkbox | True/False |
6971
| **Timestamp** | Adds timestamps to the output of data received from the connected port | Use the **timestamp** toggle button | On/Off |
7072
| **Autoscroll** | Whether to auto-scroll new content that comes from the connected port | Use the **autoscroll** toggle button | On/Off |
7173
| **Automatic Reconnection** | Allows for automatic reconnection and monitoring of disconnected selected ports | Use the **automatic reconnection** toggle button | On/Off|
74+
| **Message Echoing** | Allows the ability to echo/not echo messages you send | Use the **message echoing** toggle button | On/Off |
7275
| **Message Encoding** | Can select type of encoding for messages sent to serial port | Use the **message encoding** dropdown | Text (utf8), Hex, Binary |
7376
| **Data bits** | Can select how many data bits are used for the serial port connection | Use the **Data bits** dropdown in the **additional settings** | 5, 6, 7, 8 |
7477
| **Stop bits** | Can select how many stop bits are used for the serial port connection | Use the **Stop bits** dropdown in the **additional settings** | 1, 1.5, 2 |

0 commit comments

Comments
 (0)