I'm using node 0.2.0
I know it's failing at serialport.js within method SerialPort.prototype.read
data_read = serialport_native.read(this.fd, buff);
Assertion failed: (handle->InternalFieldCount() > 0), function Unwrap, file /usr/local/include/node/node_object_wrap.h, line 28
Most likely related to Node version.
I'm using node 0.2.0
I know it's failing at serialport.js within method SerialPort.prototype.read
data_read = serialport_native.read(this.fd, buff);
Assertion failed: (handle->InternalFieldCount() > 0), function Unwrap, file /usr/local/include/node/node_object_wrap.h, line 28
Most likely related to Node version.