项目作者: onaralili

项目描述 :
Node.js app for reading data from serial-port via user interactive interface 🔌
高级语言: JavaScript
项目地址: git://github.com/onaralili/node-serialport-reader.git
创建时间: 2018-05-16T17:01:53Z
项目社区:https://github.com/onaralili/node-serialport-reader

开源协议:MIT License

下载


About

A node.js app. reads data from serial-port.
For interaction, app will read connected devices and ask you to choose one of them to connect.
It can be used to handle incoming data such as insert to db etc.

Build

As this is a node.js app. you need to have Node.js installed on your machine.
After that run following commands in the terminal:

  1. git clone https://github.com/onaralili/node-serialport-reader.git
  1. npm install
  1. node index.js