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 fd641e8655 Better layout and code organization 11 months ago
basic Initial Commit 11 months ago
old/v1/old Initial Commit 11 months ago
Makefile Add makefile 11 months ago
README.md Add makefile 11 months ago
index.html Better layout and code organization 11 months ago
script.js Better layout and code organization 11 months ago

README.md

Web Serial Console

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

This is a work in progress and a learning experiment. Be patient or make a fork.

Local Development:

A basic http server can be run using make serve.

Additional Instructions TBD