This is a generic (NMEA) GPS plugin for Innovate LogWorks. It works for me, hopefully it will work for you. If you use the binary you'll need .NET 3.5 installed, freely downloadable from Microsoft. If you want to rebuild it, just install Microsoft Visual C# Express (it's free) and you should be able to build something that works on your gear. USAGE: Always start the plugin first, then LogWorks. If you quit the plugin, you must quit LogWorks and restart the plugin, otherwise they will never find each other again. Not my fault. The plug currently reports ground speed, altitude (MSL) and heading. It can easily be adopted to report whatever you want. CHANGES: 2009-10-01 Added code to save what com port we used, it will be pre-selected at next program invocation. 2009-09-27 Plugin is now threaded and use a blocking serial read. This is for minimizing lag. It's not really needed in this plugin but since it is much smaller and simpler than my ECU plugin, this became the guinea pig. One GPS I tried (Thinkpad built in) is buggy (times out instead of blocking despite ReadTimeOut set to 0) and there is a workaround for that implemented too, with no adverse effect on good devices. 2009-09-12 First "release". Non-threaded.