1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:42:07 +02:00
tldr/pages/common/pio-device.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

769 B

pio device

Manage and monitor PlatformIO devices. More information: https://docs.platformio.org/en/latest/core/userguide/device/.

  • List all available serial ports:

pio device list

  • List all available logical devices:

pio device list --logical

  • Start an interactive device monitor:

pio device monitor

  • Start an interactive device monitor and listen to a specific port:

pio device monitor --port {{/dev/ttyUSBX}}

  • Start an interactive device monitor and set a specific baud rate (defaults to 9600):

pio device monitor --baud {{57600}}

  • Start an interactive device monitor and set a specific EOL character (defaults to CRLF):

pio device monitor --eol {{CRLF|CR|LF}}

  • Go to the menu of the interactive device monitor:

Ctrl + T