Tagged Questions
0
votes
2answers
100 views
Bad data received from Arduino serial while reading from analog port
Maybe this is just a nonsense, but it's driving me crazy. I'm trying to read one analog port in Arduino and send the value through the serial port to JavaScript using node. When I show the data in the ...
3
votes
2answers
2k views
Serial Port On Node Not Working? :S
Ok,
I made a node.js program that sends out data to my arduino which detects what was sent and then turns on the correct pin.
When using the arduino software from my windows computer the arduino ...