I am trying to send "Text" through TCP IP. I don't want to use AsyncStreams nor RandomAccessFile, I want to use the basic ReadBytes command, and convert the data fro Byte to String using BytesToString command.
As you can see in the attached picture, the Error is coming in the ReadBytes command itself. Any body can help me in this error.