PDA

View Full Version : Touch Diamond and SharpGPS


Chrysokomas
4th December 2008, 12:05 AM
Has anybody successfully written a C# program using the Open Source Library "SharpGPS"? Using this library I always got the error "The operation timed out!". I am listening on port "COM4" at a speed of 9600 (baudrate). That should be correct, shouldn't it?

Perhaps someone can provide me a small program using SharpGPS that works on a Touch Diamond?

Thanks a lot!

Koush
4th December 2008, 12:17 AM
You should just use Microsoft's GPS sample code; it works properly with the intermediate driver. GPS programs shouldn't access the COM port directly anymore. Also, it is easy to use and works on everything.

Chrysokomas
4th December 2008, 09:41 AM
thanks koush! searching with google for "intermediate driver C#" showed me many sites that should be helpful at all! the keyword was intermediate driver...! now let's see what i can make with this...! ;)