Category: Lucid Scribe Plugins


Richard “fixed the start-of-packet detection and straightened out the indexing in serialPort_DataReceived“.

The serial driver (or the mindflex, or something…) is stopping the flow of data after a few seconds of operation so I can only test a few seconds at a time until I’ve cleared that up. Disabling/enabling the com port in device manager fixes it up temporarily, which to me indicates a driver issue, rather than a problem caused by anything the mindflex is doing.

View code changes

Mattel Mindflex 0.9.1

Reset the index after reading 36 bytes.

First draft of a plugin for modded Mattel Mindflex headsets that have been connected via USB.

Zeo 0.9.3

Increased the bandwidth extracted from the data channels.

Zeo 0.9.2

Fixed a null reference error and added a channel count.

Zeo 0.9.1

Added a COM port form.

Divided the Theta channel by one thousand – instead of two hundred, as it was still maxing out.
Divided the Theta channel by two hundred – instead of one hundred, as it was maxing out for some user. Thanks to Cystasy from Neurodream for finding the problem.

OpenEEG 0.9.2

Initialized the buffer when receiving data from the COM port and added error handling. The plugin should now start plotting!