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 commad:
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+ to change the baud rate of the serial monitor to 4800, the command would be the following:
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 ] : https://arduino.github.io/arduino-cli/dev/pluggable-monitor-specification/#describe-command
You can’t perform that action at this time.
0 commit comments