Select to view content in your preferred language

sending waypoints to GPS (garmin)

694
2
12-07-2010 10:53 AM
SangamLama
Emerging Contributor
Is it possible to send waypoints/driving directions to Garmin GPS using Silverlight? Or .NET in general?
0 Kudos
2 Replies
WillLentz
Emerging Contributor
The most effective way to do this is with a program called GPS TrackMaker. Nice and simple to use. Free version gets you GIS to GPS but you have to buy the Pro version to go GPS to ArcView. Some very nice tools inside even the free version like "find duplicate tracks". It will also concatenate GIS files and automatically make the track names unique.
0 Kudos
dotMorten_esri
Esri Notable Contributor
You might be able to do it using the JavaScript bridge to the Garmin plugin:
http://developer.garmin.com/web-device/garmin-communicator-plugin/

In .NET or running Silverlight in full-trust, you might be able to do it based on these documents:
http://developer.garmin.com/web-device/device-sdk
0 Kudos