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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ The Serial Monitor allows users to configure, monitor, and communicate with seri
33
33
|**Line Ending**| The line ending to use in messages sent to the connected device | Use the **Line Ending** dropdown | None, LF, CR, CRLF |
34
34
|**Timestamp**| Adds timestamps to the output of data received from the connected port | Use the **timestamp** toggle button | On/Off |
35
35
|**Autoscroll**| Whether to auto-scroll new content that comes from the connected port | Use the **autoscroll** toggle button | On/Off |
36
-
|**Automatic Reconnection**| Allows for automatic reconnection and monitoring of disconnected selected ports | Use the **automatic reconnection** toggle button | On/Off |
37
-
|**Message Encoding**| Can select type of encoding for messages sent to serial port | Use the **message encoding** dropdown | Text (utf8), Hex, Binary |
36
+
|**Automatic Reconnection**| Allows for automatic reconnection and monitoring of disconnected selected ports | Use the **automatic reconnection** toggle button in **Serial** mode | On/Off |
37
+
|**Message Encoding**| Can select type of encoding for messages sent to serial port | Use the **message encoding** dropdown in **Serial** mode | Text (utf8), Hex, Binary |
38
38
|**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 |
39
39
|**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 |
40
40
|**Parity**| Can select what parity is used for the serial port connection | Use the **Parity** dropdown in the **additional settings**| None, Odd, Even, Mark, Space |
@@ -74,6 +74,6 @@ The Serial Monitor allows users to configure, monitor, and communicate with seri
74
74
|**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 |
75
75
|**Parity**| Can select what parity is used for the serial port connection | Use the **Parity** dropdown in the **additional settings**| None, Odd, Even, Mark, Space |
76
76
|**File Logging**| Allows the ability to log output to a file | Use the **file logging** toggle button, as well as the **Choose Log File Directory** button to choose the desired directory in the **additional settings**| On/Off |
77
-
|**Serial Wire Output (SWO)**| Can enable Serial Wire Output (SWO) decoding in **TCP** mode | Use the **Serial Wire Output** toggle in the **additional settings**| On/Off |
77
+
|**Serial Wire Output (SWO)**| Can enable Serial Wire Output (SWO) decoding | Use the **Serial Wire Output** toggle in the **additional settings** in **TCP** mode| On/Off |
0 commit comments