Helo,
is it possible to get New Data from AStreams_NewData as String and not Byte?
I have try like below, but doesn't works. I get only an Error msg.
is it possible to get New Data from AStreams_NewData as String and not Byte?
I have try like below, but doesn't works. I get only an Error msg.
B4X:
Sub AStreams_NewData (Buffer As String)
Dim msg As String
End Sub