ecto / duino

:bulb: Arduino framework for node.js
958 stars 214 forks source link

Make the baud rate configurable #26

Closed trobrock closed 11 years ago

trobrock commented 11 years ago

On my Arduino Pro Mini 3.3v the 115200 baud rate is too high for the signals to get processed properly.

ecto commented 11 years ago

Right on!

ecto commented 11 years ago

So it's clear, I chose the previous baud because the protocol got wonky on my Uno at lower bauds. I don't have it with me to test this out, so I'll assume your patch works because you needed the change and likely hardcoded it at first.

trobrock commented 11 years ago

I tested this at 9600 on my pro mini, also to be clear this does require that you change the baud in src/dui.no also