Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 348 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 348 Bytes

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/