File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,20 @@ Additional board options have to be separated by commas (instead of colon):
17
17
18
18
` $ arduino-cli compile --fqbn "esp8266:esp8266:generic:xtal=160,baud=57600" TestSketch `
19
19
20
+ ## Where is the Serial Monitor?
21
+
22
+ Being this a command line tool we believe it's up to the user to choose their preferred way of interacting with the
23
+ 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
24
+ something that we're trying to avoid.
25
+
26
+ There are many excellent serial terminals to chose from. On Linux or macOS, you may already have [ screen] [ screen ]
27
+ installed. On Windows, a good choice for command line usage is Plink, included with [ PuTTY] [ putty ] .
28
+
20
29
## Additional assistance
21
30
22
31
If your question wasn't answered, feel free to ask on [ Arduino CLI's forum board] [ 1 ] .
23
32
24
33
[ 0 ] : platform-specification.md
25
34
[ 1 ] : https://forum.arduino.cc/index.php?board=145.0
35
+ [ screen ] : https://www.gnu.org/software/screen/manual/screen.html
36
+ [ putty ] : https://www.chiark.greenend.org.uk/~sgtatham/putty/
You can’t perform that action at this time.
0 commit comments