Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须开发采用 GPS 定位的应用程序,有人能告诉我如何获得正确的位置到 C# 桌面应用程序吗?
通过COM 端口连接 GPS 接收器(接收器通常通过蓝牙虚拟 COM 端口连接到设备)。然后,接收当前位置就是解析NMEA 语句(通常是 $GPGGA 或 $GPGLL)的简单问题。