microsoft / pxt-ev3

Microsoft MakeCode editor for the LEGO MINDSTORMS EV3 Brick
https://makecode.mindstorms.com/
Other
55 stars 39 forks source link

Experiment BT support using Chrome web serial #920

Closed pelikhan closed 5 years ago

pelikhan commented 5 years ago

Use web serial (https://wicg.github.io/serial/) in latest Chrome/Edge Insider with Experimental Web Features enabled (chrome://flags/#enable-experimental-web-platform-features or edge://flags/#enable-experimental-web-platform-features ) to transfer the program over Bluetooth.

image

ngbrown commented 5 years ago

Any chance of this working with the Electron based offline version? It worked in Chrome, but the newly released 1.2.26 offline app doesn't give the Bluetooth download option.