Thanks. This worked. The other side is a MCU so I can always make adjustments at that side. I would also like to ask, if I get a $30 from the other side (meaning 0) to $38 (meaning 8), what code I should use to assign the 0 - 8 to the seekbar?
Currently, in the new data routine, this is what I have:
Sub AStream_NewData (Buffer() As Byte)
Dim aaya As String
If (Buffer.Length)>=1 Then
aaya = BytesToString (Buffer, 0, Buffer.Length, "UTF8")........
I then use aaya.CharAt(0)....aaya.CharAt(4) etc etc type statements after this to adjust my app. I now want to adjust my seekbar based on one of the value, lets say at aaya.CharAt(5)