Serial console access in the browser.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
Go to file
Drew Bednar 4e41910dc1 Use ES6 modules 11 months ago
examples/micropython Adds Transmit functionality and fixes disconnect error in the event of powerloss (#11) 11 months ago
src Use ES6 modules 11 months ago
.dockerignore Fix disconnect button (#3) 11 months ago
.gitignore Works with problems 11 months ago
Dockerfile Works with problems 11 months ago
Makefile Use ES6 modules 11 months ago
README.md Fix disconnect button (#3) 11 months ago
package-lock.json Works with problems 11 months ago
package.json Works with problems 11 months ago
postcss.config.js Works with problems 11 months ago
tailwind.config.js Add Tailwindcss as dev dependency (#5) 11 months ago
vite.config.js Works with problems 11 months ago

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