I am trying to examine the binary data given a Buffer like so:
<Buffer 08 30 66 6d 41 64 69 76 66>
TMK that is 8 bytes of data.
What I am looking to do is examine the first byte, and look at the most significant bit (leftmost bit) in that first byte.
How can I find out if that first bit is a zero or one?