Page 4 of 36 FirstFirst 1234567891011121314 ... LastLast
Results 31 to 40 of 354

Thread: W3bTracker - GPS Tracking & Secure Location Marking (also offering Mologogo tracking)

  1. #31
    The Last Good Gremlin GizmoQ's Avatar
    Join Date
    Nov 2004
    Location
    St Louis
    Posts
    2,275
    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 ST5111w/WiFi and dock, internal Hitachi 500G HD, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, BoomzBox HD radio, XM Commander, Delorme GPS, Saitek X-52 Pro joystick, BluSoleil Bluetooth, TPMS, FB, Elm327

  2. #32
    FLAC W3bMa5t3r's Avatar
    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

  3. #33
    Variable Bitrate nkotch's Avatar
    Join Date
    Dec 2005
    Location
    FL
    Posts
    412
    Quote Originally Posted by W3bMa5t3r View Post
    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.
    Nick
    '99 Ford Escort ZX2 CarPC <-- RIP Feb '07

    2006 Chevy Equinox LS (Current Project)

    **VIA EPIA PD 1ghz Mobo, OPUS 150, 7" LinITX LCD touchscreen, 512 Ram, 60Gig HD, DLink Bluetooth, Belkin 802.11g wireless,

  4. #34
    FLAC W3bMa5t3r's Avatar
    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.

  5. #35
    Variable Bitrate nkotch's Avatar
    Join Date
    Dec 2005
    Location
    FL
    Posts
    412
    Quote Originally Posted by W3bMa5t3r View Post
    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.
    Nick
    '99 Ford Escort ZX2 CarPC <-- RIP Feb '07

    2006 Chevy Equinox LS (Current Project)

    **VIA EPIA PD 1ghz Mobo, OPUS 150, 7" LinITX LCD touchscreen, 512 Ram, 60Gig HD, DLink Bluetooth, Belkin 802.11g wireless,

  6. #36
    FLAC
    Join Date
    Apr 2005
    Location
    Queens, New York
    Posts
    1,386
    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


  7. #37
    FLAC W3bMa5t3r's Avatar
    Join Date
    Apr 2006
    Location
    Washington, DC - Alexandria, VA N/W Area - NOVA
    Posts
    1,268
    Quote Originally Posted by Cheekz185 View Post
    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. :-\

  8. #38
    Variable Bitrate nkotch's Avatar
    Join Date
    Dec 2005
    Location
    FL
    Posts
    412
    Quote Originally Posted by Cheekz185 View Post
    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.
    Nick
    '99 Ford Escort ZX2 CarPC <-- RIP Feb '07

    2006 Chevy Equinox LS (Current Project)

    **VIA EPIA PD 1ghz Mobo, OPUS 150, 7" LinITX LCD touchscreen, 512 Ram, 60Gig HD, DLink Bluetooth, Belkin 802.11g wireless,

  9. #39
    FLAC W3bMa5t3r's Avatar
    Join Date
    Apr 2006
    Location
    Washington, DC - Alexandria, VA N/W Area - NOVA
    Posts
    1,268
    Quote Originally Posted by nkotch View Post
    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

  10. #40
    FLAC W3bMa5t3r's Avatar
    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

Similar Threads

  1. tracking police gps
    By geoff897 in forum GPS
    Replies: 39
    Last Post: 09-10-2010, 11:43 PM
  2. need a gps tracking solution cheeep
    By L33TZOR in forum GPS
    Replies: 1
    Last Post: 09-11-2006, 07:53 AM
  3. Interesting GPS tracking software
    By Tred in forum Software & Software Development
    Replies: 15
    Last Post: 10-26-2005, 08:59 PM
  4. GPS Tracking
    By OriginalNick2 in forum Centrafuse
    Replies: 28
    Last Post: 01-21-2005, 04:38 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •