You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a known issue, but trying to stream data from a Cyton 8-channels board I would consistently get the following warning for all data packets
<Unexpected END_BYTE found <193> instead of <192>
and of course no sample object.
Changing the value for END_BYTE from 0xC0 to 0xC1 fixed the issue.