sbstjn / noduino

JavaScript and Node.js Framework for controlling Arduino with HTML and WebSockets
http://sbstjn.github.io/noduino/
1.23k stars 232 forks source link

"found board at undefined" #19

Open t3db0t opened 11 years ago

t3db0t commented 11 years ago

When instantiating a board: $ node test.readAnalogIn.js { '0': 'info', '1': 'connecting to noduino' } 1365653879536 duino info attempting to find Arduino board 1365653879548 duino info found board at undefined

The Serialport object doesn't have a "port" property. From a previous version maybe...?

christian-fei commented 10 years ago

Did you find a solution for this issue?

ktal90 commented 10 years ago

i'm also seeing this issue. i tried troubleshooting this a lot and messing with board.js to no avail.