While playing with serial communications I found, in the incoming data, the first
byte was missing-in-action, so I put a simple delay loop and it worked, please
don't ask my how it worked!
Enjoy (or correct).
Sorry, that was not reliable solution..
Any help?
byte was missing-in-action, so I put a simple delay loop and it worked, please
don't ask my how it worked!
B4X:
Sub AStream_NewData (Buffer() As Byte)
Dim i As Long
For i = 1 To 1000 : Next
Enjoy (or correct).
Sorry, that was not reliable solution..
Any help?
Last edited: