Socket - Receiving data

jrj8888

New Member
Licensed User
Longtime User
I'm connecting to a VB6 app on a PC to receive data. The data being sent from VB is a string. When I read the buffer (in a timer loop) using "InputStream1.ReadBytes(buffer, 0, strLen,"UTF-8)" I get an empty string. Should I be using a different method of reading the data? Thanks
 
Top