We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6883f commit 38d0626Copy full SHA for 38d0626
docs/FAQ.md
@@ -32,7 +32,7 @@ installed. On Windows, a good choice for command line usage is Plink, included w
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:
+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
0 commit comments