Tor Erik Sønvisen wrote:
>
> I've been doing some research since my first post and now I'm really
> confused. I'm programming in xp, and found some c++ code out of this world
> that supposidly should list all available services to a given bluetooth
> device. This code however where only working with certain bluetooth-devices
> supported by the Microsoft Bluetooth Stack.

I was going to mention pybluez (http://www.python.org/pypi/pybluez) but
it only supports GNU/Linux. However, it is related to the software
(bluez) which manages connected devices and their services. There might
be something similar available for Windows, even if it means going
through a COM-based API.

Paul

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to