Skip to content

DrSkunk/web-serial-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/