Hello, how can I access to my Bluetooth GPS via Standard Serial Port (SPP) using PHP in Windows ? Thanks.
+2
A:
Here is a Windows extension for serial data:
http://www.easyvitools.com/phpserial/index.html
This class might be a bit more cross platform:
http://www.phpclasses.org/package/3679-PHP-Communicate-with-a-serial-port.html
Then I'd suggest reading about the NMEA protocol:
Klinky
2010-09-11 16:56:10
Thanks for these links ! But I finally create a .c script to retrieve my gps data...
Fabien Bernede
2010-09-11 20:20:42