Hi Erel,
May I know why am I getting only 1 byte as a time on the serial receive stream when a serial data is available.
Program segment:
Private Sub serial_DataAvailable (Buffer() As Byte)
Log("New data: " & bc.HexFromBytes(Buffer))
End Sub
I expect a block of data for processing but it comes back byte by byte. Is there anything I need to set?
Please advice.
Thanks.
May I know why am I getting only 1 byte as a time on the serial receive stream when a serial data is available.
Program segment:
Private Sub serial_DataAvailable (Buffer() As Byte)
Log("New data: " & bc.HexFromBytes(Buffer))
End Sub
I expect a block of data for processing but it comes back byte by byte. Is there anything I need to set?
Please advice.
Thanks.