svd-xbee
svd-xbee copied to clipboard
Use latest version of node-serialport
Hello, great library! I am using it in another project and I have some issues under Windows, as I can't install the node-serialport dependency. Can you update the package.json file so it uses so the latest version of node-serialport? Thanks!
Hey,
Does a newer version actually build for you on windows? And if so, does it brake anything in svd-xbee? I don't use svd-xbee anymore... so I'm hesitant to change since there are also no tests written to verify everything will still be working working. (have you checked out xbee-api? You can use it with any version of node-serialport)
Thanks for your answer. Sure, the latest version of node-serialport builds fine under Windows. I understand that you don't want to possibly break something. What if I made a branch of your library that would use the latest versions of Node.js & serialport, would that work out ? Thanks
Sure, go ahead!
Done :) And at least for my project it works just fine with the latest versions of Node.js & node-serialport.