Hi I have a connection to a device in tcp to which I send a command and then I get a response.
I send the command like this:
and then I wait for the answer like this:
the problem is that I never get the full answer and I can't understand why.
This is the answer I get from the code above :
I send the command like this:
B4X:
AStreams1.Write2(b,0,b.Length)
B4X:
Wait For AStreams1_NewData(BufferProg() As Byte)
Dim Text As String = BytesToString(BufferProg, 0, BufferProg.Length, "UTF8").Trim
This is the answer I get from the code above :
While in reality it should be this:V000000000000000000000000000000000000000000000
V001000000000000000000000000000000000000000000
V002040000000000000000000000000000000000000000
It seems that reception is interrupted or I don't know what else , thanksV000000000000000000000000000000000000000000000
V001000000000000000000000000000000000000000000
V002040000000000000000000000000000000000000000
V003000000000000000000000000000000000000000000
V004000000000000000000000000000000000000000000
V005000000000000000000000000000000000000000000
V006000000000000000000000000000000000000000000
V007000000000000000000000000000000000000000000
V008000110000000000000000000000000000000000000
V009000210000000000000000000000000000000000000
V010000310000000000000000000000000000000000000
V011000510000000000000000000000000000000000000
V012000610000000000000000000000000000000000000
V013000000000000000000000000000000000000000000
V014000000000000000000000000000000000000000000
V015000000000000000000000000000000000000000000
V016000000000000000000000000000000000000000000
V017000000000000000000000000000000000000000000
V018000000000000000000000000000000000000000000
V019000000000000000000000000000000000000000000
V020000000000000000000000000000000000000000000
V021000000000000000000000000000000000000000000
V022000000000000000000000000000000000000000000
V023000000000000000000000000000000000000000000
V024000000000000000000000000000000000000000000
V025000000000000000000000000000000000000000000
V026000000000000000000000000000000000000000000
V027000000000000000000000000000000000000000000
V028000000000000000000000000000000000000000000
V029000000000000000000000000000000000000000000
V030000000000000000000000000000000000000000000
V031000000000000000000000000000000000000000000
V032000000000000000000000000000000000000000000
V033000000000000000000000000000000000000000000
V034000000000000000000000000000000000000000000
V035000000000000000000000000000000000000000000
V036000000000000000000000000000000000000000000
V037000000000000000000000000000000000000000000
V038000000000000000000000000000000000000000000
V039000000000000000000000000000000000000000000