10-27-2009 04:37 AM
Hello,
I'm trying to read data in TCP connection.
as I understand I get a string as data from this connection.
I need to read different bits in this data
what will be the best way to do that?
thank you
Solved! Go to Solution.
10-27-2009 05:16 AM
10-27-2009 11:11 AM
kind of conversion but to binarry data.
the thing is i'm working with another program that sends binarry data and i want to be able to read each bit in it.
for example if the other program send "111100" i get the char of this value (means "<") and i want to be able to read the original data "111100"
do you know how can it be done?
10-27-2009 11:15 AM
10-28-2009 01:10 AM
10-28-2009 09:23 AM