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
- Host: GitHub
- URL: https://github.com/pc-magas/arduino_serial_read_node_js
- Owner: pc-magas
- License: mit
- Created: 2018-04-25T09:54:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T13:03:17.000Z (over 7 years ago)
- Last Synced: 2024-04-19T09:56:25.452Z (over 1 year ago)
- Topics: arduino, ftdi, serial, usb
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```