-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
WebUSB REPL #605
Comments
I think this is a good idea too! We could share a lot of development work between a WebUSB webpage and a standalone, cross-platform Electron app (which is chromium under the hood). |
I would love to look into this. I'm adding it to my list of things to look into while I have free time over the holidays, but it should absolutely not discourage anyone else from taking this on - just please reach out if you want to collaborate. :) |
i thiiiiiiiiiiiink we needed more USB endpoints? or were waiting till we could config the USB endp on/off states - e.g. disable MSD on demand |
note there's webserial nowadays. could be interesting to try that - it may 'just work' (?) |
That's in interesting option as well.
…On Mon, Nov 11, 2019, 6:00 PM ladyada ***@***.***> wrote:
note there's webserial nowadays. could be interesting to try that - it may
'just work' (?)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#605?email_source=notifications&email_token=AAB5I4YCNIQVKWXECDQZKDDQTIE2PA5CNFSM4EP2ZRJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYYKKI#issuecomment-552699177>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB5I42MJGTNLPK2O2UPWLTQTIE2PANCNFSM4EP2ZRJA>
.
|
following up, with WebSerial now included, this is not important - we can use the every day repl in a browser! it would be nice to have webusb eventually but i don care too much anymore :) |
Huzzah!
…On Mon, Feb 3, 2020, 9:25 AM ladyada ***@***.***> wrote:
following up, with WebSerial now included, this is not important - we can
use the every day repl in a browser! it would be nice to have webusb
eventually but i don care too much anymore :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#605?email_source=notifications&email_token=AAB5I44YWSWYVURRT4RHCM3RBBHR5A5CNFSM4EP2ZRJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKUVZUY#issuecomment-581524691>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB5I473C5HRF5L2X3MTHIDRBBHR5ANCNFSM4EP2ZRJA>
.
|
I know this is a very old comment, but just in case this information is useful, the device chooser for electron has not been implemented yet, and I assume this would also apply for WebSerial: electron/electron#14545 |
closing this cause we can just use webserial instead of a webusb |
https://developers.google.com/web/updates/2016/03/access-usb-devices-on-the-web
https://github.com/webusb/arduino
Expose REPL w/WebUSB HID -> no native serial monitor required whatsoever
But is Chrome only right now. Still, Chrome is a popular browser.
Lets ponder for 4.0 or beyond!
The text was updated successfully, but these errors were encountered: