我如何开始在C#.net中编写GPS软件 [英] How can I start writing a gps software in c#.net

查看:89
本文介绍了我如何开始在C#.net中编写GPS软件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想开始编写gps软件,但是我对编写它一无所知!

我应该从哪里开始寻找有关此方面的信息?

预先谢谢您.

I wanna begin writing a gps software, but I dont know anything about writing that!

Where should I start looking for information about this?

Thank you in advance

推荐答案

GPS接收器通常会通过串行端口输出其位置数据.

您需要打开串行端口并监听传入的数据.

数据使用NMEA字符串格式化:此处有更多信息 [
干杯,
-jc
GPS receivers will typically output their positional data over a serial port.

You''ll need to open the serial port and listen to the incoming data.

The data is formatted with NMEA strings: More info here[^]

There''s lots of info in the above two topics (serial port communication and string parsing) so that should get you started. My guess is, however, that you''re likely a ways away from being able to write ''GPS software'' if you''re asking about the basics.

Cheers,
-jc


可以帮助您启动项目.
This may help you start your project.


bghad1写道:

我应该从哪里开始寻找有关此的信息?

Where should I start looking for information about this?



查看此处 [ ^ ]



Look here[^]


这篇关于我如何开始在C#.net中编写GPS软件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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