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
{{ message }}
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
The protocol specifies the serial number as
byte[6]
.I'm not sure how to format this to a serial number.
A hex string?
uint8_t serial_number[6]; ///< Unique serial number of this Myo.
https://github.com/thalmiclabs/myo-bluetooth/blob/master/myohw.h#L95
https://github.com/d4rken/myolib/blob/master/myolib/src/main/java/eu/darken/myolib/MyoInfo.java#L72
I tried straight conversion by
new String(...)
but the result was just a couple of unreadable characters.The text was updated successfully, but these errors were encountered: