使用 C# 访问 GPS 数据?
你好, 如何从 Windows 手机上的 GPS 模块获取数据?
是通过串口通讯吗?
我该如何转换这些数据?
那里有文章吗?
HI,
How do I get data from gps module from my windows mobile phone?
Is it through serial port communication?
And how do I transform this data?
Is there any article out there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个 GPS 示例应用程序,展示了如何使用以下命令包装本机 GPS 调用: C#。
There is a GPS Sample application that shows how to wrap native GPS calls with C#.