I have uploaded a file of a GPS project (smartGPS.zip) from Elektor
magazine, from a few years ago. Unfortunately I can not find the
article that went with it, but it works, and was designed to be
pulled apart and customised, as a learning tool. (Files/programs/GPS
Comms.)
Current Elektor programs use USB, unless you have a good reason not
to, it is probably a better way to go.
cheers, Ken.
--- In visualbasic6programming%40yahoogroups.com">visualbasic6programming
yahoogroups.com, "Bamm Gabriana"
<bamm
...> wrote:
>
> Hi Darrin,
>
> Thanks for your help!
>
> > Line input waits for a carriage return before sending the 'whole'
> > string. Sometimes CHR$(13) never comes.
>
> GPS "sentences" are comma-separated values that end in a Chr(13),
> which is why I thought Line Input to be appropriate, receiving one
> sentence at a time, and then using Split to parse each each sentence
> as they arrive.
>
> I'm taking a look at the example suggested by bdloving. It uses the
> MSCOM control object added to the form. I need to study its
properties
> and methods to learn how it works.
>
> Regards,
> Bamm
>
.