openbci-archive / OpenBCI_NodeJS

Node.js SDK for the all OpenBCI Biosensor Boards
https://www.npmjs.com/package/openbci
138 stars 50 forks source link

Error [writeAndDrain]: Error: Serialport not open. #33

Closed alexcastillo closed 8 years ago

alexcastillo commented 8 years ago

hey there,

Getting: Error [writeAndDrain]: Error: Serialport not open." when using the following code:

board.streamStop()
        .then(board.disconnect());
andrewjaykeller commented 8 years ago

Fixed in #32