- Jul 20, 2001
- 70,780
- 29,955
- 136
I have a perl script for geo-tagging photos and writing KML files. As things stand I have to use a third party program to download the tracklogs from the GPS. I would like to download the tracklogs directly within my script but I have had no luck in talking to the serial port. I'm using Win XP and ActivePerl. I've tried loading the Win32::Serialport module (required by the GPS module) but can't get it to run. It depends on WIN32 and WIN32API modules so I installed those. All failures.
If I can find a way to at least talk to the serial port I can probably write the rest myself and skip the GPS module and all its dependencies. Any ideas?
If I can find a way to at least talk to the serial port I can probably write the rest myself and skip the GPS module and all its dependencies. Any ideas?