max-hans / serial-bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serial-bridge

a simple, lightweight typescript-script that opens and reconnects to a serialport and publishes every newline via a websocket. the available ports are filtered based on certain properties to filter out the one you need:

{ "manufacturer": "Arduino LLC" }

getting started

pnpm i # install necessary dependencies
pnpm start # start the script

About


Languages

Language:TypeScript 100.0%