micropython / webrepl

WebREPL client and related tools for MicroPython
MIT License
633 stars 297 forks source link

Added support for Web Serial API, allowing direct access to the USB-S… #53

Open rafaelaroca opened 4 years ago

rafaelaroca commented 4 years ago

Added support for Web Serial API, allowing direct access to the USB-Serial device from the Web Browser. Works on vanilla Google Chrome with Experimental Web Platform features enabled in chrome://flags. Original WebSocket also works, allowing user to choose between USB Serial or WebSocket.