101100 / xbee-promise

Promise-based library for XBee wireless modules based on xbee-api
MIT License
7 stars 6 forks source link

Could not get to work with serialport 1.4.10 #6

Closed MarkOsborne closed 8 years ago

MarkOsborne commented 9 years ago

After installing with npm I could not get this to work. Changing code to use serialport.isOpen() rather than serialport.paused fixed the problem for me. I was using serialport 1.4.10.

101100 commented 9 years ago

It looks like isOpen was just added. I'll update the library to use that instead of paused shortly.