Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-cli
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Operations
Operations
Metrics
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-cli
Commits
f66becdf
Unverified
Commit
f66becdf
authored
Jul 21, 2023
by
MatteoPologruto
Committed by
GitHub
Jul 21, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip-changelog] Add explanation on how to change the monitor configuration to FAQ (#2247)
parent
2a7b7d51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
docs/FAQ.md
docs/FAQ.md
+12
-0
No files found.
docs/FAQ.md
View file @
f66becdf
...
...
@@ -25,6 +25,17 @@ by this command is very limited and you may want to look for other tools if you
There are many excellent serial terminals to chose from. On Linux or macOS, you may already have
[
screen
][
screen
]
installed. On Windows, a good choice for command line usage is Plink, included with
[
PuTTY
][
putty
]
.
## How to change monitor configuration?
[
Configuration parameters
][
configuration parameters
]
of the monitor can be obtained by executing the following command:
`$ arduino-cli monitor -p <port> --describe`
These parameters can be modified by passing a list of
`<key>=<desiredValue>`
pairs to the
`--config`
flag. For example,
when using a serial port, the monitor baud rate can be set to 4800 with the following command:
`$ arduino-cli monitor -p <port> --config baudrate=4800`
## Additional assistance
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
[
screen
]:
https://www.gnu.org/software/screen/manual/screen.html
[
putty
]:
https://www.chiark.greenend.org.uk/~sgtatham/putty/
[
monitor command
]:
commands/arduino-cli_monitor.md
[
configuration parameters
]:
pluggable-monitor-specification.md#describe-command
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment