Ecosyste.ms: Awesome
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: 20 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T13:03:17.000Z (over 6 years ago)
- Last Synced: 2024-04-19T09:56:25.452Z (9 months 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 [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
```