Checking the Android Serial tutorial I got the BT Part to work. Half way.
With the below Sub I like to clear the "You" Portion. How would I write it so this will only show the Raw data?
Sub AStream_NewData (Buffer() As Byte)
LogMessage("You",BytesToString(Buffer, 0, Buffer.Length, "UTF8"))
End Sub
Thank you for the Help.
@Erel / darn it I had posted in the Serial tutorial Portion, please remove. SORRY!
I'am just nuts...
With the below Sub I like to clear the "You" Portion. How would I write it so this will only show the Raw data?
Sub AStream_NewData (Buffer() As Byte)
LogMessage("You",BytesToString(Buffer, 0, Buffer.Length, "UTF8"))
End Sub
Thank you for the Help.
@Erel / darn it I had posted in the Serial tutorial Portion, please remove. SORRY!
I'am just nuts...