Monitors UART serial output. Some boards support USB serial others requires to connect to the serial pins.
pxt serial
This command relies on node-serialport, a native package for Node.JS. To install this package, run
pxt npminstallnative
This command listen for UART message sent by the device via USB or serial pins.
pxt tool