I was about to give up on finding documentation reading the raw USB
input of the device.  I found the vendor put the documentation inside
an exe file with other programs...  I should be grateful the vendor
gives any documentation, regardless of how.

It's been almost 20 years since I've really written C code.  I don't
remember learning this syntax and this did not turn up on C variable
declaration pages I saw.  What is the ": 3" and ": 5" on these lines?
(This is in a struct declaration if that has any significance.)

BYTE btNumBytesReceived : 3;
BYTE btReserved1 : 5;

These lines appear to be the reverse of the order I'm seeing the data
in.  Of course they could have accidentally reversed the lines when
writing it up.

Paul

-- 
You received this message because you are subscribed to the Google Groups 
"NLUG" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nlug-talk?hl=en

Reply via email to