mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs: Add port argument to idf.py monitor
This commit is contained in:
parent
6cc5971516
commit
11980a9ad4
@ -314,9 +314,9 @@ If you'd like to use the Eclipse IDE instead of running ``idf.py``, check out th
|
|||||||
Monitor
|
Monitor
|
||||||
=======
|
=======
|
||||||
|
|
||||||
To see if "hello_world" application is indeed running, type ``idf.py monitor``. This command is launching :doc:`IDF Monitor <idf-monitor>` application::
|
To see if "hello_world" application is indeed running, type ``idf.py -p PORT monitor``. This command is launching :doc:`IDF Monitor <idf-monitor>` application::
|
||||||
|
|
||||||
$ idf.py monitor
|
$ idf.py -p /dev/ttyUSB0 monitor
|
||||||
Running idf_monitor in directory [...]/esp/hello_world/build
|
Running idf_monitor in directory [...]/esp/hello_world/build
|
||||||
Executing "python [...]/esp-idf/tools/idf_monitor.py -b 115200 [...]/esp/hello_world/build/hello-world.elf"...
|
Executing "python [...]/esp-idf/tools/idf_monitor.py -b 115200 [...]/esp/hello_world/build/hello-world.elf"...
|
||||||
--- idf_monitor on /dev/ttyUSB0 115200 ---
|
--- idf_monitor on /dev/ttyUSB0 115200 ---
|
||||||
|
Loading…
Reference in New Issue
Block a user