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.