Re: finding bluetooth serial port

2007-11-08 Thread Paul Sijben
thanks very much! Grant Edwards wrote: > On 2007-11-07, Paul Sijben <[EMAIL PROTECTED]> wrote: > >> To automate/ease configuration in my app I am trying to find >> out to which serial port a certain bluetooth device is >> connected. With pybluez I can find out which bluetooth devices >> I have,

Re: finding bluetooth serial port

2007-11-07 Thread Grant Edwards
On 2007-11-07, Paul Sijben <[EMAIL PROTECTED]> wrote: > To automate/ease configuration in my app I am trying to find > out to which serial port a certain bluetooth device is > connected. With pybluez I can find out which bluetooth devices > I have, but it will not tell me the serial port they are

finding bluetooth serial port

2007-11-06 Thread Paul Sijben
To automate/ease configuration in my app I am trying to find out to which serial port a certain bluetooth device is connected. With pybluez I can find out which bluetooth devices I have, but it will not tell me the serial port they are mapped to. Is there a way to figure this out from python? (I a