Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebSerial/WebUSB/WebBluetooth extensions #18

Open
gsteinLTU opened this issue May 11, 2023 · 2 comments
Open

WebSerial/WebUSB/WebBluetooth extensions #18

gsteinLTU opened this issue May 11, 2023 · 2 comments

Comments

@gsteinLTU
Copy link
Member

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 gsteinLTU changed the title WebUSB (and WebBluetooth?) extensions WebSerial/WebUSB/WebBluetooth extensions May 11, 2023
@gsteinLTU
Copy link
Member Author

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

@gsteinLTU
Copy link
Member Author

WebSerial partially implemented in e8a623c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant