Sub objEA_ReadData3(DecReceived() As String)
Dim strDec As String
For a = 0 To DecReceived.Length-1
strDec = DecReceived(a)
LogColor("strDec=" & strDec,Colors.Blue)
Next
End Sub
My question now is when is the DecRecieved array cleared og how can I clear it.
In the start of my com withe my device I expect to see "lppp" and then I get the next data, but when I get my my second data I still have "lppp" in the beging of the dataset