Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 399 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 399 Bytes

Arduino-Node-Serialport

Comunicación Bidireccional entre Arduino y Nodejs usando el PuertoSerial (Cable USB)

#Requerimientos

  • Nodejs
  • npm
  • serialport

#Instalar

$ sudo apt-get install nodejs
$ sudo apt-get install npm
$ npm install serialport

License: This code is public domain but you buy me a beer if you use this and we meet someday (Beerware license).