Looking for ways to use my old GPS "LT-20". It seems one way to learn about this device is to use Delorme's Serial Port Emulator.
Everything I find about this has a link that sends me to Garmin's site where I can find absolutely nothing about this tool. Garmin took over Delorme some time back. and apparantly don't see the need to continue offering this tool.
Does anybody have a copy of this tool that you could share with me. It would be greatly appreciated.
I came to this forum because I want to use the GPS with Arduino, and had hoped that another
Arduino user had jumped through some of the same hoops.
In this case you need an Arduino which has USB host functionality and you need an in-detail description of the used USB messages. In my opinion this is not worth the effort because GPS devices for the Arduino are so cheap these days that reverse engineering the protocol is to much work.
The easiest way to get that thing working is to use Linux as current distributions have the driver for the USB serial converter built-in. Get a Raspberry Pi or something like that and you'll have it running in minutes.