Forrest logo
back to context overview

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 machine
    explain 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 machine
    explain this command
  • pio-device:tldr:3ecc5 pio-device: List all available logical devices.
    $ pio device list --logical
    try on your machine
    explain this command
  • pio-device:tldr:5d9e6 pio-device: Start an interactive device monitor.
    $ pio device monitor
    try on your machine
    explain this command
  • pio-device:tldr:702e7 pio-device: List all available serial ports.
    $ pio device list
    try on your machine
    explain 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 machine
    explain this command
  • pio-device:tldr:f007b pio-device: Go to the menu of the interactive device monitor.
    $ Ctrl + T
    try on your machine
    explain this command
back to context overview