File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,17 @@ by this command is very limited and you may want to look for other tools if you
2525There are many excellent serial terminals to chose from. On Linux or macOS, you may already have [ screen] [ screen ]
2626installed. On Windows, a good choice for command line usage is Plink, included with [ PuTTY] [ putty ] .
2727
28+ ## How to change monitor configuration?
29+
30+ [ Configuration parameters] [ configuration parameters ] of the monitor can be obtained by executing the following command:
31+
32+ ` $ arduino-cli monitor -p <port> --describe `
33+
34+ These parameters can be modified by passing a list of ` <key>=<desiredValue> ` pairs to the ` --config ` flag. For example,
35+ when using a serial port, the monitor baud rate can be set to 4800 with the following command:
36+
37+ ` $ arduino-cli monitor -p <port> --config baudrate=4800 `
38+
2839## Additional assistance
2940
3041If your question wasn't answered, feel free to ask on [ Arduino CLI's forum board] [ 1 ] .
@@ -35,3 +46,4 @@ If your question wasn't answered, feel free to ask on [Arduino CLI's forum board
3546[ screen ] : https://www.gnu.org/software/screen/manual/screen.html
3647[ putty ] : https://www.chiark.greenend.org.uk/~sgtatham/putty/
3748[ monitor command ] : commands/arduino-cli_monitor.md
49+ [ configuration parameters ] : pluggable-monitor-specification.md#describe-command
You can’t perform that action at this time.
0 commit comments