enconding UTF8 and?? and bluetooth
Hi
I have a bluetooth pulseoximeter connected to my pc
TextReader1.Initialize2(Serial1.InputStream,"ISO-8859-1")
I'm using the timer to read the string
Dim str1 As String
Dim str2 As String
If TextReader1.Ready Then
str1 = TextReader1.Readline
i0 = str1.Length
i1= str1.IndexOf("P")
str2 = str1.SubString2(i1,i1+10) .????????????
txtLog.Text = str1
end if
when i try to ecxtrat the chars i need with str2 = str1.S...... the the softwrw crasches loosing the connection
Thank's for any help
marco