Contec KT88-2400 - 24 channel EEG

Making & changing hardware drivers in Acquisition Server
a1eks
Posts: 19
Joined: Sun Jan 21, 2018 6:26 pm

Re: Contec KT88-2400 - 24 channel EEG

Post by a1eks »

Hi,

Sorry for the late response. Yes, I tested all channels with a signal generator, and for me, it works ok. This is a video from 5 months ago.

https://www.youtube.com/watch?v=t8Kr4eWmNAs

edit:

Please note that in the code the reference is set to BN! Not to A1 A2 (AA). If you want AA reference change line 70 from

Code: Select all

packet.append(0x06)
to

Code: Select all

packet.append(0x01)

Bedolaga
Posts: 2
Joined: Sun Nov 06, 2022 6:04 am

Re: Contec KT88-2400 - 24 channel EEG

Post by Bedolaga »

Dear a1eks,

Thanks for reply! It is good news for me, that means that it’s only my mistake, and I should find it.

Best regards,

Alex

Post Reply