how can I access to my Bluetooth GPS via Standard Serial Port (SPP) using PHP in Windows ? Thanks.
2
votes
1 Answers
5
votes
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: