|
 |
|
03-11-2007, 04:43 PM
|
#31
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
|
Well it was a nice try. I don't show any connectivity to the GPS or the server. Your exe is working my CPU, though, 74%. I think I may have a conflict with something in the registry. I didn't load your .OCX cause I already have one installed. Don't know how to check if its registered.
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
Last edited by GizmoQ; 03-11-2007 at 04:47 PM.
Reason: Blonde moment on the login to webpage!
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
03-11-2007, 04:59 PM
|
#32
|
|
FLAC
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
|
Hey guys, I'm heading to work, so when I get there I'm going to try working on the serial comm side of this. I'm really kind of at a loss, because I've tried this on 2 fresh testbed systems (aside from my main system and my carpc), without anything else and all that was required was the mscomm.ocx to be registered and the reg file added to the registry. As soon as I run the program it's pulling data... anywho, like I said, I'll be working on it in a few... 6pm-6am
|
|
|
03-11-2007, 06:10 PM
|
#33
|
|
Variable Bitrate
Join Date: Dec 2005
Location: FL
Posts: 412
|
Quote: Originally Posted by W3bMa5t3r 
Hey guys, I'm heading to work, so when I get there I'm going to try working on the serial comm side of this. I'm really kind of at a loss, because I've tried this on 2 fresh testbed systems (aside from my main system and my carpc), without anything else and all that was required was the mscomm.ocx to be registered and the reg file added to the registry. As soon as I run the program it's pulling data... anywho, like I said, I'll be working on it in a few... 6pm-6am 
Looking forward to getting this going! Like the other guy said it could be a conflict with something else we're running, hopefully we can get it straightened out. Tried it out on my laptop here inside as well as out in the car computer and couldn't get either to connect to the server or receive any GPS info. I am by no means a programmer but if there's anything I can do to help as far as testing/troubleshooting or emailing you any sort of troubleshooting debugging logs just let me know.
|
|
|
03-11-2007, 06:30 PM
|
#34
|
|
FLAC
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
|
lol this is nuts. I can't NOT get data.. I've tried on 6 different systems.
If the program won't run period, you need to copy the MSCOMM.OCX file to your \Windows\System32\ folder and register it with START\RUN and this command:
Code:
C:\WINDOWS\SYSTEM32\REGSVR32.EXE C:\WINDOWS\SYSTEM32\MSCOMM32.OCX
then go to the next step.
If your comm port shows 0 in the program, but the program will open and the correct comm port is set in the INI file, then the problem has been you need to import the REG file into your registry.
For those having issues, set your Upload Freq to around 1000 or 1500 and see if that changes anything.
|
|
|
03-11-2007, 06:51 PM
|
#35
|
|
Variable Bitrate
Join Date: Dec 2005
Location: FL
Posts: 412
|
Quote: Originally Posted by W3bMa5t3r 
lol this is nuts. I can't NOT get data.. I've tried on 6 different systems.
If the program won't run period, you need to copy the MSCOMM.OCX file to your \Windows\System32\ folder and register it with START\RUN and this command:
Code:
C:\WINDOWS\SYSTEM32\REGSVR32.EXE C:\WINDOWS\SYSTEM32\MSCOMM32.OCX
then go to the next step.
If your comm port shows 0 in the program, but the program will open and the correct comm port is set in the INI file, then the problem has been you need to import the REG file into your registry.
For those having issues, set your Upload Freq to around 1000 or 1500 and see if that changes anything.
No luck here, still get a "Not receiving gps data" popup error message. Went through all the steps again of registering the ocx file and adding the reg file to the registry.
|
|
|
03-11-2007, 07:14 PM
|
#36
|
|
FLAC
Join Date: Apr 2005
Location: Queens, New York
Posts: 1,385
|
Yeah i havebeen testing it with Xport3 / Franson GPSGate and witout comport splitter and STILL NO data.... I dont understand! Could it be due to the different GPS chipset? I have SiRF III and maybe it can only read NMEA
__________________
2002 Mitsubishi Galant
Progress: 90% [-▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓- ->
Carputer Specs:
Via M10K
512mb Ram
60GB HDD
Souund Blaster Audigy2 NX
OPUS ITX PC Case
███
|
|
|
03-11-2007, 07:27 PM
|
#37
|
|
FLAC
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
|
Quote: Originally Posted by Cheekz185 
Yeah i havebeen testing it with Xport3 / Franson GPSGate and witout comport splitter and STILL NO data.... I dont understand! Could it be due to the different GPS chipset? I have SiRF III and maybe it can only read NMEA
I don't think so, the data coming through is still to NEMA/GPS standards, meaning the GPS Sentences coming through, followed by a CRLF. The SIRF III chips just help get a fix quicker and calculate positions/fixes faster.. The sentences I'm using are $GPGGA and $GPRMC. The last one is the minimum data needed for a fix and is usually the most common and quickly fixed sentence. I'm pulling both these sentences for the data. The sentences are actually quite easy to figure out and work with... just trying to get the data from the gps unit to the program... something isn't flowing right. It does for me and on every system I've tested on... I just to add more error logging so we can figure out why it's not for everyone else.. lol
There are only a few of you all that actually have it going so far. :-\
|
|
|
03-11-2007, 07:31 PM
|
#38
|
|
Variable Bitrate
Join Date: Dec 2005
Location: FL
Posts: 412
|
Quote: Originally Posted by Cheekz185 
Yeah i havebeen testing it with Xport3 / Franson GPSGate and witout comport splitter and STILL NO data.... I dont understand! Could it be due to the different GPS chipset? I have SiRF III and maybe it can only read NMEA
SiRF III is the actual receiver chipset, NMEA is the output format, so they're really two different things and if you're currently using that gps with normal nav software then it should be outputing NMEA type data already.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
03-11-2007, 07:35 PM
|
#39
|
|
FLAC
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
|
Quote: Originally Posted by nkotch 
SiRF III is the actual receiver chipset, NMEA is the output format, so they're really two different things and if you're currently using that gps with normal nav software then it should be outputing NMEA type data already.
Yep
|
|
|
03-11-2007, 08:44 PM
|
#40
|
|
FLAC
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
|
Those of you having issues, extract this file and drop it in the same folder as the W3bTrack.exe. Make sure you have the correct comm port set in the track_config.ini file. See if it gives you anything. This is stripped down to just read the gps line in. HOTKEY TO END IS "ESC". test_gps.zip
HERE
|
|
|
03-12-2007, 01:19 AM
|
#41
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
|
Quote: Originally Posted by W3bMa5t3r 
Those of you having issues, extract this file and drop it in the same folder as the W3bTrack.exe. Make sure you have the correct comm port set in the track_config.ini file. See if it gives you anything. This is stripped down to just read the gps line in. HOTKEY TO END IS "ESC". test_gps.zip
HERE
Ran it, watched it, no error msg, no data on server that I can tell. No indication of receiving NMEA data from GPS.
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
|
|
|
03-12-2007, 01:22 AM
|
#42
|
|
FLAC
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
|
Quote: Originally Posted by GizmoQ 
Ran it, watched it, no error msg, no data on server that I can tell. No indication of receiving NMEA data from GPS.
The test program won't send anything, it's just to read the NEMA sentence from the receiver and display it for you...
you didn't get any messages period?
|
|
|
03-12-2007, 01:35 AM
|
#43
|
|
FLAC
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
|
added a few more error checks... see what this one tells you..
|
|
|
03-12-2007, 02:36 AM
|
#44
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
|
Quote: Originally Posted by W3bMa5t3r 
added a few more error checks... see what this one tells you.. 
Got all the error checks including port open, but no NMEA data displayed. I also just logged into PURGPS on your server and it worked flawlessly so I know the port is talking. Done running out to the garage for tonight, may try again tomorrow afternoon - strike that (just looked at the clock) -- this afternoon.
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
|
|
|
03-12-2007, 02:50 AM
|
#45
|
|
FLAC
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
|
Quote: Originally Posted by GizmoQ 
Got all the error checks including port open, but no NMEA data displayed. I also just logged into PURGPS on your server and it worked flawlessly so I know the port is talking. Done running out to the garage for tonight, may try again tomorrow afternoon - strike that (just looked at the clock) -- this afternoon.
HMM well if you're getting port open, then MSCOMM.OCX is good and the use of it, but if you're still not getting data... You imported the REG file right? I might have to change the OCX I use for communication... or maybe use the the NetComm.ocx wrapper... :-\ hmm
Thanks for work'n with me on this  I've got to have good feedback to get this working, cuz on all the machines I've used it on, it works..
lol
again thanks bro... oh and I should have my new version (new gui and added features) released by morning... for you all to test too.  now to just figure out the main part of this whole thing.. lol getting the damn data in...
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:42 PM.
| |