Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 392 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 392 Bytes

A simple serial reader application for Windows OS

Electron application that reads data from serialport and simulates keypresses. For Windows 10.

How To Use

See documentation

Development

  • To build, run npm run build. Distribution will be built in dist folder.
  • To run in dev environment, run npm run start or just npm start.