| #115018 | My GPS is attached to the PC using a datacombiner. The information from my echosounder is interferencing with my GPS, what can i do? |
| Some echosounders forward positions from a connected GPS, if no GPS is connected they sometimes send invalid lat/lon information. To avoid this, you can set a talker ID, so that only the information from your GPS is used. Below is the VB code to do this: objGps.TalkerID = "GP" ... | |
| Tags: Eye4Software GPS Toolkit ,Echosounder ,Datacombiner ,NMEA0183 |