microsoft / pxt-microbit

A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
https://makecode.microbit.org
Other
725 stars 597 forks source link

Offline Serial Data from device #2199

Open Jaqster opened 5 years ago

Jaqster commented 5 years ago

Not sure if this is as-expected, but Serial data from the device doesn't work with the Offline app.

SerialDataDevice

abchatra commented 5 years ago

We don't have added support for serial data.

pelikhan commented 5 years ago

We'll have to wait till electron support WebUSB. The "serial-port" package contains native code; which we want to avoid.