0
votes
2answers
99 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 ...
0
votes
1answer
131 views

SerialPort has no method 'list'

I have a very simple script to just the available serial ports and then connect to one, write a char and put the response on the console. CODE HERE In my scripts directory I did: #npm install ...
0
votes
1answer
179 views

gamepad for node.js serialport

I would like to use my gamepad with node.js serialport - to control robots basically. I do not want to reinvent the wheel, so would it be possible to port the pygames joystick to javascript - based ...