Question about GPSSerial.dll

ojaneri

New Member
Is this correct?

Dim Porta as String
Dim Baud as Number

Porta = "COM1"
Baud = 38400

GPS.New1
GPS.Open(Porta, Baud)

??

Why do I get a IOException when running Open on my WinCE 5.0 PNA Device?
Thanks!
 

mjcoon

Well-Known Member
Licensed User
Why do I get a IOException when running Open on my WinCE 5.0 PNA Device?

Well, maybe the GPS isn't COM1. It isn't on my PNA (a Pocket Loox); probably because it has a serial port.

Do you have a GPS item in Settings? Have you tried other COMn values (at least up to COM4)?

Mike.
 

ojaneri

New Member
Hello,

Tried COM1 to COM7. On my device, gps is on COM7 and repeated on COM1. iGO, and others softwares uses COM1.

Thanks for reply.
 

ojaneri

New Member
Download

In the forum after a google search, here: w w w basic4ppc.com/forum/questions-help-needed/5818-non-gps-nmea-sentences-using-gpsserial.html
 
Top