Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pc-magas/arduino_serial_read_node_js

A simple ftdi example in node.js
https://github.com/pc-magas/arduino_serial_read_node_js

arduino ftdi serial usb

Last synced: 20 days ago
JSON representation

A simple ftdi example in node.js

Awesome Lists containing this project

README

        

# ftdi_example
A simple arduino io for reading the data from https://github.com/pc-magas/serial_hex/tree/master

## Installation and usage
Just type theese commands to your console:

```
git clone [email protected]:pc-magas/arduino_serial_read_node_js.git
cd arduino_serial_read_node_js
npm install
```
Afterwards open the file `./index.js` and replace the port that arduino listens to into the constant `portName`. Then launch the application via:

```
node ./index.js
```