??? 02/16/07 12:16 Read: times |
#133119 - How does your code work? Responding to: ???'s previous message |
Mircea - what track and encoding are you using? I looked at what I had done some time ago and it was 7bit on track2. Anyway, you need to look for the sentinel each bit until you find it - if your data is only 5bits, you need to mask the high 3 bits before you test the value. |