Hi All,

I want to access com port to read the GPS readings (GPS is hooked to the com port). I am using MScomm to do this, but iam not able to see the GPS signal (NMEA strings).This this the code I use. Please help me if anything is wrong.

MSComm1.CommPort = 1
MSComm1.PortOpen = True
Text1.Text = MSComm1.Input

Thanks in advance for any input.

Nathan