labstreaminglayer / App-BioSemi

3 stars 4 forks source link

No support for the new speed modes for the BioSemi Mark 2 high speed amp (MK2HS) #7

Open DanielCComstock opened 1 year ago

DanielCComstock commented 1 year ago

When trying to link with the new speed modes for MK2HS amp (speed modes 0-3 on the box) we get an error indicating speed modes above 8 are not supported. (biosemi_io.cpp line 164) I believe this is because the MK2HS amp sends out codes 10-13 for speed modes (0-3), and configurations for those modes have not been added yet. (See here: https://www.biosemi.com/faq/adjust_samplerate.htm).

I assume biosemi_io.cpp will need to be updated, but I am unsure if additional updates are needed