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
7226e52c
Unverified
Commit
7226e52c
authored
Oct 11, 2021
by
Cristian Maglie
Committed by
GitHub
Oct 11, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip-changelog] Some small fix on CLI monitor command docs (#1505)
parent
39d9b69e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
docs/FAQ.md
docs/FAQ.md
+3
-3
mkdocs.yml
mkdocs.yml
+1
-0
No files found.
docs/FAQ.md
View file @
7226e52c
...
...
@@ -19,9 +19,8 @@ Additional board options have to be separated by commas (instead of colon):
## Where is the Serial Monitor?
This being a command line tool, we believe it's up to the user to choose their preferred way of interacting with the
serial connection. If we were to integrate it into the CLI we'd end up putting a tool inside a tool, and this would be
something that we're trying to avoid.
The serial monitor is available through the
[
monitor command
][
monitor command
]
. By the way, the functionality provided
by this command is very limited and you may want to look for other tools if you need more advanced functionality.
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
]
.
...
...
@@ -39,3 +38,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 service
]:
rpc/monitor.md
[
monitor command
]:
commands/arduino-cli_monitor.md
mkdocs.yml
View file @
7226e52c
...
...
@@ -89,6 +89,7 @@ nav:
-
lib uninstall
:
commands/arduino-cli_lib_uninstall.md
-
lib update-index
:
commands/arduino-cli_lib_update-index.md
-
lib upgrade
:
commands/arduino-cli_lib_upgrade.md
-
monitor
:
commands/arduino-cli_monitor.md
-
outdated
:
commands/arduino-cli_outdated.md
-
sketch
:
commands/arduino-cli_sketch.md
-
sketch archive
:
commands/arduino-cli_sketch_archive.md
...
...
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