Bruno Vinicius

Results 9 comments of 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?

![image](https://user-images.githubusercontent.com/57375055/72668057-65789100-3a01-11ea-9642-ccbb7120f41d.png) 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.