Windows Vista Forums

send waypoint to GPS on COM5
  1. #1


    LJB Guest

    send waypoint to GPS on COM5

    Does anyone have any vbscript samples on sending or receiving waypoints for
    Garmin handheld GPS? Mine connects via a USB to Serial adapter at COM5. I
    can switch my GPS from Garmin format to NEMA if necessary. I'd like to
    create a simple app with inputboxs for latitude, longitude and waypoint name
    so I can look at a map and just key in locations of interest. Actually any
    vbscript interacting with a GPS unit would be interesting.



    Thanks,
    LJB



      My System SpecsSystem Spec

  2. #2


    vt Guest

    Re: send waypoint to GPS on COM5

    "LJB" <postmaster@newsgroup> a écrit dans le message de news:
    eqPzWq2oKHA.5520@newsgroup...

    > Does anyone have any vbscript samples on sending or receiving waypoints
    > for Garmin handheld GPS? Mine connects via a USB to Serial adapter at
    > COM5. I can switch my GPS from Garmin format to NEMA if necessary. I'd
    > like to create a simple app with inputboxs for latitude, longitude and
    > waypoint name so I can look at a map and just key in locations of
    > interest. Actually any vbscript interacting with a GPS unit would be
    > interesting.
    >
    > Thanks,
    > LJB
    For a list of NMEA sentences, see:
    http://home.mira.net/~gnb/gps/nmea.html

    Most devices know the simple and common sentence $GPRMC:

    http://www.codepedia.com/1/The+GPRMC+Sentence





      My System SpecsSystem Spec

  3. #3


    mr_unreliable Guest

    Re: send waypoint to GPS on COM5

    LJB wrote:

    > Does anyone have any vbscript samples on sending or receiving waypoints for
    > Garmin handheld GPS? Mine connects via a USB to Serial adapter at COM5.
    >
    As far as accessing a COM port via script, it can be done
    using fso (file scripting object). There are several
    examples posted in this ng, but the "Google Advanced
    Group Search" doesn't seem to be working very well these
    days. I suggest using the standard google and searching
    for fso and "COM port".

    Beyond that, you will also see suggestions to use the ms
    actX control called "msComm32.ocx".

    http://support.microsoft.com/kb/823179/en-us

    However, msComm32.ocx is a licensed control, and you may
    not have it installed unless you have purchased some version
    of ms visual basic.

    If you have an unlimited software budget (255 euros + maint
    fee), then you might wish to consider the proprietary
    "ActiveComport Toolkit" control:

    http://www.activexperts.com/activcomport/

    cheers, jw
    ____________________________________________________________

    You got questions? WE GOT ANSWERS!!! ..(but, no guarantee
    the answers will be applicable to the questions)





      My System SpecsSystem Spec

  4. #4


    LJB Guest

    Re: send waypoint to GPS on COM5


    "mr_unreliable" <kindlyReplyToNewsgroup@newsgroup> wrote in message
    news:ef$LYyCpKHA.2076@newsgroup

    > LJB wrote:

    >> Does anyone have any vbscript samples on sending or receiving waypoints
    >> for Garmin handheld GPS? Mine connects via a USB to Serial adapter at
    >> COM5.
    >
    > As far as accessing a COM port via script, it can be done
    > using fso (file scripting object). There are several
    > examples posted in this ng, but the "Google Advanced
    > Group Search" doesn't seem to be working very well these
    > days. I suggest using the standard google and searching
    > for fso and "COM port".
    >
    > Beyond that, you will also see suggestions to use the ms
    > actX control called "msComm32.ocx".
    >
    > http://support.microsoft.com/kb/823179/en-us
    >
    > However, msComm32.ocx is a licensed control, and you may
    > not have it installed unless you have purchased some version
    > of ms visual basic.
    >
    > If you have an unlimited software budget (255 euros + maint
    > fee), then you might wish to consider the proprietary
    > "ActiveComport Toolkit" control:
    >
    > http://www.activexperts.com/activcomport/
    >
    > cheers, jw
    > ____________________________________________________________
    >
    > You got questions? WE GOT ANSWERS!!! ..(but, no guarantee
    > the answers will be applicable to the questions)
    >
    Good info.
    Thanks



      My System SpecsSystem Spec

  5. #5


    LJB Guest

    Re: send waypoint to GPS on COM5


    "vt" <vt@newsgroup> wrote in message
    news:uHf7qy$oKHA.3748@newsgroup

    > "LJB" <postmaster@newsgroup> a écrit dans le message de news:
    > eqPzWq2oKHA.5520@newsgroup...

    >> Does anyone have any vbscript samples on sending or receiving waypoints
    >> for Garmin handheld GPS? Mine connects via a USB to Serial adapter at
    >> COM5. I can switch my GPS from Garmin format to NEMA if necessary. I'd
    >> like to create a simple app with inputboxs for latitude, longitude and
    >> waypoint name so I can look at a map and just key in locations of
    >> interest. Actually any vbscript interacting with a GPS unit would be
    >> interesting.
    >>
    >> Thanks,
    >> LJB
    > For a list of NMEA sentences, see:
    > http://home.mira.net/~gnb/gps/nmea.html
    >
    > Most devices know the simple and common sentence $GPRMC:
    >
    > http://www.codepedia.com/1/The+GPRMC+Sentence
    >
    Very good info and reading material.
    Thanks



      My System SpecsSystem Spec

  6. #6


    Paul Randall Guest

    Re: send waypoint to GPS on COM5

    If you get a small sample script running that uses FSO and a Microsoft NMEA
    USB GPS unit like those shipped with Streets & Trips, I'd like to see the
    script so I can play with it. S&T has a diagnostic mode that finds which
    COM port the GPS is on, so it should be easy to play with.

    -Paul Randall

    "LJB" <postmaster@newsgroup> wrote in message
    news:eeJap7CpKHA.3748@newsgroup

    >
    > "mr_unreliable" <kindlyReplyToNewsgroup@newsgroup> wrote in message
    > news:ef$LYyCpKHA.2076@newsgroup

    >> LJB wrote:

    >>> Does anyone have any vbscript samples on sending or receiving waypoints
    >>> for Garmin handheld GPS? Mine connects via a USB to Serial adapter at
    >>> COM5.
    >>
    >> As far as accessing a COM port via script, it can be done
    >> using fso (file scripting object). There are several
    >> examples posted in this ng, but the "Google Advanced
    >> Group Search" doesn't seem to be working very well these
    >> days. I suggest using the standard google and searching
    >> for fso and "COM port".
    >>
    >> Beyond that, you will also see suggestions to use the ms
    >> actX control called "msComm32.ocx".
    >>
    >> http://support.microsoft.com/kb/823179/en-us
    >>
    >> However, msComm32.ocx is a licensed control, and you may
    >> not have it installed unless you have purchased some version
    >> of ms visual basic.
    >>
    >> If you have an unlimited software budget (255 euros + maint
    >> fee), then you might wish to consider the proprietary
    >> "ActiveComport Toolkit" control:
    >>
    >> http://www.activexperts.com/activcomport/
    >>
    >> cheers, jw
    >> ____________________________________________________________
    >>
    >> You got questions? WE GOT ANSWERS!!! ..(but, no guarantee
    >> the answers will be applicable to the questions)
    >>
    >
    > Good info.
    > Thanks
    >


      My System SpecsSystem Spec

  7. #7


    vt Guest

    Re: send waypoint to GPS on COM5

    "Paul Randall" <paulr901@newsgroup> a écrit dans le message de news:
    ulJJ97apKHA.4860@newsgroup...

    > $GPRMC,151523.000,A,4351.7255,N,09114.1757,W,0.19,353.73,040210,,,A*7C
    > 2/4/2010 9:15:23 AM
    Worman Rd?



      My System SpecsSystem Spec

  8. #8


    Paul Randall Guest

    Re: send waypoint to GPS on COM5

    I have not tried to decode the results. S&T correctly shows it to be near
    I90 Exit 3 in La Crosse, WI.
    Hopefully someone else will come up with and post a routine to decode the
    GPS strings.

    -Paul Randall

    "vt" <vt@newsgroup> wrote in message
    news:O0dqRpbpKHA.2076@newsgroup

    > "Paul Randall" <paulr901@newsgroup> a écrit dans le message de news:
    > ulJJ97apKHA.4860@newsgroup...
    >

    >> $GPRMC,151523.000,A,4351.7255,N,09114.1757,W,0.19,353.73,040210,,,A*7C
    >> 2/4/2010 9:15:23 AM
    >
    > Worman Rd?
    >


      My System SpecsSystem Spec

  9. #9


    LJB Guest

    Re: send waypoint to GPS on COM5

    Here is an article on decoding it in vb.net
    http://www.programmersheaven.com/2/W...S-Applications

    "Paul Randall" <paulr901@newsgroup> wrote in message
    news:%23IrHq0bpKHA.3948@newsgroup

    >I have not tried to decode the results. S&T correctly shows it to be near
    >I90 Exit 3 in La Crosse, WI.
    > Hopefully someone else will come up with and post a routine to decode the
    > GPS strings.
    >
    > -Paul Randall
    >
    > "vt" <vt@newsgroup> wrote in message
    > news:O0dqRpbpKHA.2076@newsgroup

    >> "Paul Randall" <paulr901@newsgroup> a écrit dans le message de news:
    >> ulJJ97apKHA.4860@newsgroup...
    >>

    >>> $GPRMC,151523.000,A,4351.7255,N,09114.1757,W,0.19,353.73,040210,,,A*7C
    >>> 2/4/2010 9:15:23 AM
    >>
    >> Worman Rd?
    >>
    >
    >


      My System SpecsSystem Spec

  10. #10


    LJB Guest

    Re: send waypoint to GPS on COM5

    Google maps shows it to be
    http://maps.google.com/maps?q=N43+51.7255+W91+14.1757

    "Paul Randall" <paulr901@newsgroup> wrote in message
    news:%23IrHq0bpKHA.3948@newsgroup

    >I have not tried to decode the results. S&T correctly shows it to be near
    >I90 Exit 3 in La Crosse, WI.
    > Hopefully someone else will come up with and post a routine to decode the
    > GPS strings.
    >
    > -Paul Randall
    >
    > "vt" <vt@newsgroup> wrote in message
    > news:O0dqRpbpKHA.2076@newsgroup

    >> "Paul Randall" <paulr901@newsgroup> a écrit dans le message de news:
    >> ulJJ97apKHA.4860@newsgroup...
    >>

    >>> $GPRMC,151523.000,A,4351.7255,N,09114.1757,W,0.19,353.73,040210,,,A*7C
    >>> 2/4/2010 9:15:23 AM
    >>
    >> Worman Rd?
    >>
    >
    >


      My System SpecsSystem Spec

Page 1 of 2 12 LastLast
send waypoint to GPS on COM5 problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Right Click Send To Mail recipient - Send button doesnt work sdyer Vista General 0 07 Sep 2009
Can't send or recieve emails You didn't send me a confirmation ema Sqeaky Clean Vista mail 1 10 Jan 2009
can't send email after scanning or send link to from web info Rich nCarolyn Vista mail 0 12 Mar 2008
Windows mail can't send email but in XP/2000 pro. send working OK Khurram AVT Vista mail 6 10 Dec 2007
can.t send mail goes to outbox but cannot send unknown error markb Vista mail 1 04 Dec 2007