/Rserial

Node.js application to access a remote serial port.

Primary LanguageJavaScript

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