openbci-archive / OpenBCI_NodeJS

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

Allow to Connect without Resetting #95

Open baffo32 opened 7 years ago

baffo32 commented 7 years ago

It would be nice to connect to the device without having to reset it, for command-line utilities that just perform one function, and to maintain a long-term SD log without interruption.

I began this in #82, but it turns out a lot of subtle issues with the library obstruct testing. I will likely withdraw #82 and submit a new pull request that is rebased on a more recent commit, while adding the dependent issues to the issue tracker.

andrewjaykeller commented 7 years ago

@baffo32 please rebase off master and continue developing!

Please checkout the latest release: https://github.com/OpenBCI/OpenBCI_NodeJS/releases/tag/v1.3.3

Ignore 1.4.0 semi-standard adoption until we figure out the best was to handle it. I think this issue should be addressed and closed so we can do #50