Options (2)
-p, --portbooleanStart an interactive device monitor and listen to a specific port
Example:
pio device monitor {{[-p|--port]}} {{/dev/ttyUSBX}}-b, --baudbooleanStart an interactive device monitor and set a specific baud rate (defaults to 9600)
Example:
pio device monitor {{[-b|--baud]}} {{57600}}Examples (7)
List all available serial ports
pio device listList all available logical devices
pio device list --logicalStart an interactive device monitor
pio device monitorStart an interactive device monitor and listen to a specific port
pio device monitor [-p|--port] /dev/ttyUSBXStart an interactive device monitor and set a specific baud rate (defaults to 9600)
pio device monitor [-b|--baud] 57600Start an interactive device monitor and set a specific EOL character (defaults to `CRLF`)
pio device monitor --eol CRLF|CR|LFGo to the menu of the interactive device monitor
<Ctrl t>made by @shridhargupta | data from tldr-pages