views:

81

answers:

1

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:

http://en.wikipedia.org/wiki/NMEA_0183

Klinky
Thanks for these links ! But I finally create a .c script to retrieve my gps data...
Fabien Bernede