Skip to content

tjaska/serial2keypress

Repository files navigation

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.