rwaldron / johnny-five

JavaScript Robotics and IoT programming framework, developed at Bocoup.
http://johnny-five.io
Other
13.3k stars 1.77k forks source link

Johnny Five in Windows IoT #1263

Closed sarkarstanmoy closed 6 years ago

sarkarstanmoy commented 7 years ago

I have connected arduino uno to Raspberry Pi 2 having Windows IoT preview edition installed. When I am deploying Univeral WIndows APP for Johnny Five from VS 2015 I am getting below error :

console.log("It looks like serialport didn't compile properly. This is a common problem and its fix is well documented here https://github.com/voodootikigod/node-serialport#to-install");
throw "Missing serialport dependency";

Can you please help me to understand why I am getting this error? Also, does windows IoT supports serialport

lyzadanger commented 7 years ago

Hi @sarkarstanmoy

Following the link in the error message itself brings me to the README for node-serialport (which as you can tell from the rest of the error message didn't compile right). There are some explanations/instructions in this section of the README. Can you let me know if you were able to work through that section and/or your problem?

dtex commented 6 years ago

Hi @sarkarstanmoy

I'm going to close this since we never heard back. Feel free to re-open.