NetsBlox / extensions

Official repository of NetsBlox extensions
https://extensions.netsblox.org
MIT License
1 stars 0 forks source link

WebSerial/WebUSB/WebBluetooth extensions #18

Open gsteinLTU opened 1 year ago

gsteinLTU commented 1 year ago

We had a request for the ability to receive serial communications from an Arduino over USB. This should already be possible through JavaScript blocks, but it would be nice to have it available as blocks. This might make more sense with a custom hat block, but for now it could use a message/broadcast.

gsteinLTU commented 1 year ago

After some experimentation, the best way to communicate with an Arduino is going to be WebSerial, not WebUSB.

gsteinLTU commented 1 year ago

WebSerial partially implemented in e8a623c2e70a52fb1d6b16fe21bc9acd35e8cb35