logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control PlatformIO Devices - Monitor and Manage | Online Free DevTools by Hexmos

Control PlatformIO devices with ease using this tool. Manage ports, monitor serial communication and debug embedded systems. Free online tool, no registration required.

pio-device

Manage and monitor PlatformIO devices. More information: https://docs.platformio.org/en/latest/core/userguide/device/.

  • List all available serial ports:

pio device list

  • List all available logical devices:

pio device list --logical

  • Start an interactive device monitor:

pio device monitor

  • Start an interactive device monitor and listen to a specific port:

pio device monitor {{[-p|--port]}} {{/dev/ttyUSBX}}

  • Start an interactive device monitor and set a specific baud rate (defaults to 9600):

pio device monitor {{[-b|--baud]}} {{57600}}

  • Start an interactive device monitor and set a specific EOL character (defaults to CRLF):

pio device monitor --eol {{CRLF|CR|LF}}

  • Go to the menu of the interactive device monitor:

<Ctrl t>

See Also