Skip to content

msprunck/Rserial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published