rfxcom/node-rfxcom

not working with serialport Version: 1.3.0

Closed this issue · 6 comments

Hi
looks like it is not working with serialport version 1.3.0 which is already installed

Sent : 0D,00,00,00,00,00,00,00,00,00,00,00,00,00

/home/pi/node_modules/serialport/serialport.js:450
callback(err, result);
^
TypeError: undefined is not a function
at /home/pi/node_modules/serialport/serialport.js:450:9

Hmmm...I'll look into this, haven't upgraded the version of serialport used for a while, don't suppose there's any more of a traceback?

Hi Kevin
i have installed you're rfxcom on a rasp where Serialport was already on, so i had 2 serialport modules :-(
no more traceback, if you install serialport, it will install under node_modules, so easy to test i think.

I'll get a chance to look at this later this evening, and am keen to get it fixed.

I've fixed this and pushed the changes (and released 0.7.4) thanks for the bug report :-)

great!!
i will check also

working like a charm, now i can use the existing serialport also!
thanks very!