Dear friends,
please very much for advice.
I am using in B4A:
and I am sending byte:
******
But AStream.Write(buffer) is not the same command as in Visual Basic:
Port1.Write(Chr(2))
please, how can I send the same ** Port1.Write(Chr(2)) ** in B4A?
Thank you very much
p4ppc
please very much for advice.
I am using in B4A:
B4X:
Dim AStream As AsyncStreams
Dim buffer(1) As Byte
buffer(0) = 2
and I am sending byte:
B4X:
AStream.Write(buffer)
But AStream.Write(buffer) is not the same command as in Visual Basic:
Port1.Write(Chr(2))
please, how can I send the same ** Port1.Write(Chr(2)) ** in B4A?
Thank you very much
p4ppc