Dear all, I'm new to the forum, I'm really sorry if this has appeared elsewhere. I'm not really a programmer and am having major difficulties handling a binary stream which I am trying to read and process in vb.net.
The stream is coming in from an FTDI chip and should contain 64 8-bit values.
An example of the stream is here
ÿÿÿÿ²ÛÿÿލïÿŒ©÷ ÿÿÿ»¡ÿÿþÄÿÿÿÿÿÿ ÿÿÿÿÿÿ¬¬ùÿ‚ ïÿ…™Òÿÿí¡ÿÙ¶ÿ ÿÿÿÿÿÿÿ
I need to get this into something that I can read (decimal or hex or 1s and 0s) in vb and I just don't know what to do - I tried using Asc() but it wasn't working and I know now that it can't work with characters higher than 127.
I am running really short of time and am desperate - any help will be massively appreciated!
Thanks very much, Ken
The stream is coming in from an FTDI chip and should contain 64 8-bit values.
An example of the stream is here
ÿÿÿÿ²ÛÿÿލïÿŒ©÷ ÿÿÿ»¡ÿÿþÄÿÿÿÿÿÿ ÿÿÿÿÿÿ¬¬ùÿ‚ ïÿ…™Òÿÿí¡ÿÙ¶ÿ ÿÿÿÿÿÿÿ
I need to get this into something that I can read (decimal or hex or 1s and 0s) in vb and I just don't know what to do - I tried using Asc() but it wasn't working and I know now that it can't work with characters higher than 127.
I am running really short of time and am desperate - any help will be massively appreciated!
Thanks very much, Ken
Comment