Click here to Skip to main content
15,908,909 members

Comments by chrilleb (Top 3 by date)

chrilleb 6-Feb-17 7:00am View    
The problem is that it takes 4810,5093miliseconds to update the datagridview. I only have 1 sec to do it.
chrilleb 17-Oct-16 4:20am View    
Okay sorry, should told you.

I have now send the question to garmin suport.
chrilleb 17-Oct-16 2:42am View    
Has already tried to use a hyper terminal (realterm). Tried there with all settings can be done, but still just got a bunch of strange messages that can not be interpreted.

Got all settings for the com from this manual. http://static.garmincdn.com/pumac/GPS_18x_Tech_Specs.pdf

Dim serialport As New SerialPort
serialport.PortName = "COM9"
serialport.BaudRate = "4800"
serialport.StopBits = StopBits.One
serialport.Parity = Parity.None
serialport.Handshake = Handshake.None
serialport.DataBits = 8
serialport.Open()