dzhu / myo-raw

MIT License
218 stars 115 forks source link

Error while reading EMG data #20

Open ghost opened 8 years ago

ghost commented 8 years ago

When I'm getting emg data using the run method from MyoRaw class I receive eventually the next Packet

Packet(80 , 03, 04, [00 08 02])

the byte read is: b'\x00\x08\x02

After that I only get empty bytes. Any thought what can can cause this behavior?