Bruno Vinicius
Bruno Vinicius
I'm using the serial for YS-IRTM infrared module.
Sorry I forgot to get the updated code, here it is: >var firmata = require("firmata"); > >var board = new firmata('/dev/ttyUSB0'); //My Arduino Mega 2560 on /dev/ttyUSB0 > >board.on("ready", function...
Yeah man, it works. But how i do it with others pins, just declare in serialConfig() options?
Can i use another pins?
The infrared module works at 9600 baud rate. No problem, right?
 That's the module.
Hi @RomanHotsiy, thanks for replying. I will review the current changes and address any conflicts that may arise. As this project was worked on during my free time, I would...
Waiting for a update on this.