
pio-device
List of commands for pio-device:
-
pio-device:tldr:1def8 pio-device: Start an interactive device monitor and listen to a specific port.$ pio device monitor --port ${-dev-ttyUSBX}try on your machineexplain this command
-
pio-device:tldr:3838a pio-device: Start an interactive device monitor and set a specific baud rate (defaults to 9600).$ pio device monitor --baud ${57600}try on your machineexplain this command
-
pio-device:tldr:3ecc5 pio-device: List all available logical devices.$ pio device list --logicaltry on your machineexplain this command
-
pio-device:tldr:5d9e6 pio-device: Start an interactive device monitor.$ pio device monitortry on your machineexplain this command
-
pio-device:tldr:702e7 pio-device: List all available serial ports.$ pio device listtry on your machineexplain this command
-
pio-device:tldr:8cfb8 pio-device: Start an interactive device monitor and set a specific EOL character (defaults to `CRLF`).$ pio device monitor --eol ${select}try on your machineexplain this command
-
pio-device:tldr:f007b pio-device: Go to the menu of the interactive device monitor.$ Ctrl + Ttry on your machineexplain this command