G
Guest
I would like to acquire data from a USB device. The device
send to PC data in strings like "0xa0 oxa1 oxa2...". I should
have to :
1,searching in the strings and pick up useful data like "0xa1",
"0xa2" and so so.
2,convert them from Hex data to decimal data.
3,save to a array.
How could I do it?
I am a new commer. I often find that I can't find the right place
in MSDN for the questions. Would you tell me how to use MSDN for
the above questions?
send to PC data in strings like "0xa0 oxa1 oxa2...". I should
have to :
1,searching in the strings and pick up useful data like "0xa1",
"0xa2" and so so.
2,convert them from Hex data to decimal data.
3,save to a array.
How could I do it?
I am a new commer. I often find that I can't find the right place
in MSDN for the questions. Would you tell me how to use MSDN for
the above questions?