You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/embedded/serial-monitor.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ The Serial Monitor allows users to configure, monitor, and communicate with seri
27
27
-**Monitor a serial port**: Choose the **Start Monitoring** or **Stop Monitoring** button to control whether to monitor data coming from the port.
28
28
-**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.
29
29
-**Clear the Serial Monitor output**: Choose the **Clear Output** button to clear the incoming data text field.
30
+
-**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).
30
31
-**Configure Serial Monitor and port connection settings**: See the following table to learn about the settings that the Serial Monitor provides.
31
32
32
33
## Configurable settings
@@ -35,6 +36,8 @@ The Serial Monitor allows users to configure, monitor, and communicate with seri
35
36
|--|--|--|--|
36
37
|**Port**| Ports that are actively connected to a device | Use the **Port** dropdown | Serial port compatible devices connected to the machine |
37
38
|**Baud Rate**| Frequency at which the monitor attempts to communicate with the connected device | Use the **Baud Rate** dropdown | 300, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 74880, 115200, 230000, 250000 |
38
-
|**Line ending**| The line ending to use in messages sent to the connected device | Use the **Line Ending** dropdown | None, LF, CR, CRLF |
39
+
|**Line Ending**| The line ending to use in messages sent to the connected device | Use the **Line Ending** dropdown | None, LF, CR, CRLF |
39
40
|**Timestamp**| Adds timestamps to the output of data received from the connected port | Use the **timestamp** toggle button | On/Off |
40
-
|**Auto-scroll**| Whether to auto-scroll new content that comes from the connected port | Use the **auto-scroll** toggle button | On/Off |
41
+
|**Autoscroll**| Whether to auto-scroll new content that comes from the connected port | Use the **autoscroll** toggle button | On/Off |
42
+
|**Automatic Reconnection**| Allows for automatic reconnection and monitoring of disconnected selected ports | Use the **automatic reconnection** toggle button | On/Off|
43
+
|**Message Encoding**| Can select type of encoding for messages sent to serial port | Use the **message encoding** dropdown | Text (utf8), Hex, Binary |
0 commit comments