Tagged Questions
5
votes
4answers
8k views
2
votes
1answer
425 views
GPS Signal Strength Calculation
I want to display a signal bar for a GPS device using .NET CF. I'm able to read NMEA data and get the SNR signals. But they are a number of satellites with some active and some inactive with various ...
2
votes
1answer
1k views
read NMEA sentences from GPS
I have a Mio P550 device, which has a GPS included. I try to use SerialPort to get NMEA sentences, by simply use SerialPort.Read(). Data is returned in some weird encoding. GPS should return NMEA ...
1
vote
1answer
302 views
Creating and keeping a stream alive in c#
I'm using the pretty nifty nmeasharp project to decipher an NMEA stream I'm receiving on a serial port in c#. It all works fine out of the box, but I want to mirror the data to an IP address, and am ...
1
vote
3answers
1k views
Trouble parsing NMEA data from Serial Port
I'm retrieving NMEA sentences from a serial GPS. Then string are coming across like I would expect. The problem is that when parsing a sentence like this:
...
0
votes
1answer
36 views
reading messages from tracking device over gprs
i have a tracking device Meiligao VT310 which send me messeages over gprs. I successfully read messagess with this code but it's not the same as I expected.
private void ReadCallback(IAsyncResult ...
0
votes
2answers
322 views
nmea checksum in c# .net cf
I'm trying to write my own nmea parser,since i only need some info from the gps, and don't need to interpret all messages. The problem that i have is that my nmea message validator gives me an wrong ...