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 设备连接的端口?我现在可以列出所有可用的端口。但最好列出 GPS 设备端口。
做到这一点的唯一方法是打开每个端口,并稍微监听一下 NMEA 数据。端口属性不会根据通过它发送的数据而改变。
串行硬件中没有任何标准可以轻松识别(如 USB 中的 deviceid)。在 nmea 协议的情况下,您只需要打开每个端口并查看 nmea 数据来自哪个端口。然后关闭您不需要的端口。