/web-serial

Use web pages to debug serial communication devices on local computers

Primary LanguageTypeScript

Web Serial Debuger

Use web pages to debug serial communication devices on local computers, based on the Web Serial API.

Netlify Status

Online Preview

web side

Local Operation

  1. clone this repo
git clone https://github.com/YanAndFish/web-serial.git
  1. install deps
pnpm i
  1. start serve
pnpm dev