I`m still searching for an answer to this problem, so I found out that in the prog GPS4PPC follwing codelines seem to make trouble (however).
Sub Timer1_Tick
If serial.InBufferCount>0 Then
timeout = 0
GPS.GPSStream(serial.InputString) 'Takes the data received from the GPS to GPSStream.
Else
timeout = timeout + 1
If timeout = 5 Then mnuDisconnect_click
End If
End Sub
In my case the prog always disconnects the GPS after that 5 seconds and sometimes the errormessage from above occurs before.
So I think that the data doesn`t arrive.
