web-serial-monitor
web-serial-monitor copied to clipboard
In-browser serial monitor making use of the Web Serial API
In-browser serial monitor making use of the Web Serial API.
~~Chrome with #enable-experimental-web-platform-features
flag in chrome://flags
is required for now.~~ Not needed anymore.
Currently only uses a baud rate of 115200.
Works well with Micropython.
Most code is from https://codelabs.developers.google.com/codelabs/web-serial/