Serial console access in the browser.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
Go to file
Drew Bednar 38db1a86cf Working build system
examples/micropython Adds Transmit functionality and fixes disconnect error in the event of powerloss ()
src Working build system
.dockerignore Working build system
.gitignore Working build system
Dockerfile Working build system
Makefile Use ES6 modules
README.md Fix disconnect button ()
package-lock.json Works with problems
package.json Works with problems
postcss.config.js Works with problems
tailwind.config.js Add Tailwindcss as dev dependency ()
vite.config.js Works with problems

README.md

Web Serial Console

Serial console access in the browser! This project uses an experimental Web Serial API available, as of 08/06/2024, on Chrome 89+, Edge 89+, or Opera 75+.

This is a work in progress and a learning experiment. Feel free to file an issue if you encounter one.

Local Development:

A basic http server can be run using make serve.

Additional Instructions TBD