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

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: 9 months 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 git@github.com: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
```