Skip to content

gh3262/CP_Web_Serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

9 September 2025

A simple HTML page to work with CircuitPython REPL. Written with the help of AI chat in VS Code. Agent was GPT 4.1.

The web pate generated has a Connect button at the top left which will bring up a list of devices connected to COM ports. There is a baud rate selector and the default is 115200.

There are two blue buttons which will send Ctrl-C (Quit running code) and Ctrl-D (restart the code).

Next there are two yellow buttons for copying from or pasting to the REPL.

The last button clears the display. The REPL output will scroll.

At the bottom is a text box to allow the entry of commands to the REPL. Type in the box and then hit Send. Output code is in blue, entered text is green.

About

Web Serial HTML page for viewing CircuitPython REPL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages