recset Posted September 26, 2006 Share Posted September 26, 2006 [size=13pt]Does anyone know of any ideas of applying PHP scripts to utilize Bluetooth? Basically, I would like a script to call upon a Bluetooth Device, and transfer data from an SQL database to a Bluetooth device.I am lost, and do not know where to start.Thanks.[/size] Link to comment https://forums.phpfreaks.com/topic/22121-php-and-bluetooth/ Share on other sites More sharing options...
Daniel0 Posted September 26, 2006 Share Posted September 26, 2006 You could run system commands. Link to comment https://forums.phpfreaks.com/topic/22121-php-and-bluetooth/#findComment-99125 Share on other sites More sharing options...
mewhocorrupts Posted September 26, 2006 Share Posted September 26, 2006 Adding to the previous post, I'll assume (read as: hope) that you're using a *nix type OS for your server. If you google your flavor along with the words "bluetooth daemon", a rather complete list of sites catering to your specific need will appear. Admittedly, I didn't find much for Windows in the way of command lines apps, but then, I didn't look very hard in that area.I run Fedora Core 5, and found a site [url=http://www.mjmwired.net/resources/mjm-services-fc5.html]http://www.mjmwired.net/resources/mjm-services-fc5.html[/url], wherein hcid() and hidd() were explained.Because your question doesn't deal directly with native PHP features or modules, you may have to try a different part of the forums to get an answer. Link to comment https://forums.phpfreaks.com/topic/22121-php-and-bluetooth/#findComment-99153 Share on other sites More sharing options...
recset Posted September 28, 2006 Author Share Posted September 28, 2006 Mewhocorrupts,I am actually using Win XP, i haven't really ventured out into the BSD realm. However, I will start looking for some bluetooth daemons for windows, thanks for the lead. Link to comment https://forums.phpfreaks.com/topic/22121-php-and-bluetooth/#findComment-100333 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.