/web-serial-monitor

In-browser serial monitor making use of the Web Serial API

Primary LanguageJavaScript

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/