msprunck / Rserial

Node.js application to access a remote serial port.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rserial

Node.js application to access a remote serial port.

This application is based on the following components:

  • Node.js
  • Express
  • Serialport
  • Twitter bootstrap

How To Use

Connect someting (Arduino, ...) to a serial port of the machine (Laptop, Raspberry Pi, ...) hosting the node.js application and access it using a web browser.

To Install

  git clone https://github.com/msprunck/Rserial.git
  cd Rserial
  npm install

This assumes you have everything on your system necessary to compile ANY native module for Node.js.

To Start

  npm app.js

About

Node.js application to access a remote serial port.


Languages

Language:JavaScript 100.0%