Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 410 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 410 Bytes

Web serialport simulator

A web serialport assistant

Dependence

  • nodejs
  • Python

Usege

  • Build

    npm run i-all && npm run build
  • run

    npm run start -- -p /dev/tty.usbserial-A906QX95 -b 9600
  • Parameter:

    -p:serialport name

    -b:baudRate

    will use config ,if not parameter given

    For other config (dataBits,parity,stopBits) see /config/config.*.js