标签: php bluetooth gps serial-port
如何在Windows中使用PHP通过标准串行端口(SPP)访问我的蓝牙GPS? 感谢。
答案 0 :(得分:5)
以下是串行数据的Windows扩展程序:
http://www.easyvitools.com/phpserial/index.html
这个类可能是更多的跨平台:
http://www.phpclasses.org/package/3679-PHP-Communicate-with-a-serial-port.html
然后我建议阅读有关NMEA协议的内容:
http://en.wikipedia.org/wiki/NMEA_0183