LinuxCommandLibrary

pio-device

manages connected development boards

TLDR

List connected devices

$ pio device list
copy
Open serial monitor
$ pio device monitor
copy
Monitor with specific baud rate
$ pio device monitor -b [115200]
copy
Monitor specific port
$ pio device monitor -p [/dev/ttyUSB0]
copy

SYNOPSIS

pio device command [options]

DESCRIPTION

pio device manages connected development boards. Lists serial devices and provides serial monitor for debugging embedded applications. Supports filtering and custom baud rates.

PARAMETERS

list

List connected devices.
monitor
Open serial monitor.
-p, --port port
Serial port.
-b, --baud rate
Baud rate (default 9600).
-f, --filter filter
Apply output filter.
--raw
Disable input/output filters.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community