You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be super useful to have the same place to access the device via a WebREPL if that has been set up, or directly via a serial port if it hasn't. The WebUSB API (https://developers.google.com/web/updates/2016/03/access-usb-devices-on-the-web) can be used for this; albeit it only has the single data channel unlike websockets where multiple data channels are possible.
Going even further, it would be nice to be able to flash the Micropython firmware onto a device directly from such a website.
One potential problem is that WebUSB requires an HTTPS connection, while the current WebREPL cannot have one.
The text was updated successfully, but these errors were encountered:
It will only work on devices having a second USB port for this, that you have to control. My micropython esp32 is instantly serving as a serial connection, nothing else.
It would be super useful to have the same place to access the device via a WebREPL if that has been set up, or directly via a serial port if it hasn't. The WebUSB API (https://developers.google.com/web/updates/2016/03/access-usb-devices-on-the-web) can be used for this; albeit it only has the single data channel unlike websockets where multiple data channels are possible.
Going even further, it would be nice to be able to flash the Micropython firmware onto a device directly from such a website.
One potential problem is that WebUSB requires an HTTPS connection, while the current WebREPL cannot have one.
The text was updated successfully, but these errors were encountered: