File tree 1 file changed +12
-0
lines changed
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
25
25
There are many excellent serial terminals to chose from. On Linux or macOS, you may already have [ screen] [ screen ]
26
26
installed. On Windows, a good choice for command line usage is Plink, included with [ PuTTY] [ putty ] .
27
27
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
+
28
39
## Additional assistance
29
40
30
41
If 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
35
46
[ screen ] : https://www.gnu.org/software/screen/manual/screen.html
36
47
[ putty ] : https://www.chiark.greenend.org.uk/~sgtatham/putty/
37
48
[ 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