LinuxCommandLibrary

pio-device

Manage and monitor PlatformIO devices.

TLDR

List all available serial ports

$ pio device list
copy


List all available logical devices
$ pio device list --logical
copy


Start an interactive device monitor
$ pio device monitor
copy


Start an interactive device monitor and listen to a specific port
$ pio device monitor --port [/dev/ttyUSBX]
copy


Start an interactive device monitor and set a specific baud rate (defaults to 9600)
$ pio device monitor --baud [57600]
copy


Start an interactive device monitor and set a specific EOL character (defaults to CRLF)
$ pio device monitor --eol [CRLF|CR|LF]
copy


Go to the menu of the interactive device monitor
$ Ctrl + T
copy

Copied to clipboard