KLin
Lifer
Anyone have any sample code on how to do this? Specifically when dealing with a string value. I'm reading a string value(bin and lot values) from an embedded system(in a weight scale).
Of course the value comes across garbled because the bytes aren't in the right order. I tried to find some sample code in vb to try and read in a string, swap the bytes, then output it correctly. I wasn't able to find anything that I could get to work.
http://pics.bbzzdd.com/users/klin/bytes.JPG
Bin value should be 12345. Lot should be H12345. Interesting issue when I switch windows, I see those tab like characters in the record. I just have it in an access form at the moment.
Thanks!.
Of course the value comes across garbled because the bytes aren't in the right order. I tried to find some sample code in vb to try and read in a string, swap the bytes, then output it correctly. I wasn't able to find anything that I could get to work.
http://pics.bbzzdd.com/users/klin/bytes.JPG
Bin value should be 12345. Lot should be H12345. Interesting issue when I switch windows, I see those tab like characters in the record. I just have it in an access form at the moment.
Thanks!.