O ojaneri New Member Jul 22, 2010 #1 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!
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!
M mjcoon Well-Known Member Licensed User Jul 22, 2010 #2 ojaneri said: Why do I get a IOException when running Open on my WinCE 5.0 PNA Device? Click to expand... 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 said: Why do I get a IOException when running Open on my WinCE 5.0 PNA Device? Click to expand... 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.
O ojaneri New Member Jul 22, 2010 #3 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.
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.
taximania Well-Known Member Licensed User Longtime User Jul 22, 2010 #4 Where did you get your version of GPSSerial from ?
O ojaneri New Member Jul 22, 2010 #5 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
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