使用c#访问Garmin 17x HVS ... [英] Accessing Garmin 17x HVS using c#...

查看:74
本文介绍了使用c#访问Garmin 17x HVS ...的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想要使用型号为17x HVS的Garmin GPS。

有些人可以帮助我访问这个设备吗?

我想访问的参数是:

1.纬度,

2.经度,和

3. UTC时间。

I want to access Garmin GPS, Model No. 17x HVS.
Can some body help me to access this device?
Parameters I want to access are:
1. Latitude,
2. Longitude, and
3. UTC Time.

推荐答案

好吧,只有你可以访问你的设备。它掌握在您手中。



GPS接收器通常每隔一秒左右在串口上发送数据,通信协议为NMEA 0183.



您需要使用电缆将设备连接到PC,然后开始收听数据流。



如果是一个串口,你需要查看 SerialPort类 [ ^ ]

要了解您收到的数据,您需要 NMEA 0183规范 [ ^ ],但它不是免费的。

https://en.wikipedia.org/wiki / NMEA_01 83 [ ^ ]
Well, only you can access your device. It is in your hands.

GPS receivers usually send data on a serial port every second or so and the communication protocol is NMEA 0183.

You need to have a cable to connect your device to a PC and then start listening to the data stream.

If it is a serial port, you need to look into the SerialPort Class[^]
To understand the data you receive you need to have the NMEA 0183 spec[^], however it is not free.
https://en.wikipedia.org/wiki/NMEA_0183[^]

这篇关于使用c#访问Garmin 17x HVS ...的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆