finding bluetooth serial port



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 am insterested in the
platforms WinXP and linux primarily)

Paul Sijben
.



Relevant Pages

  • Re: Reading Serial Port
    ... The problem with reading stale data is that if you have filled up the buffer with old ... every packet, which will help identify the packet sequences that are being lost. ... you program your test app to put data out at a rate ... I've successed to read correctly the serial port through a new ...
    (microsoft.public.vc.mfc)
  • Re: Serial port monitoring
    ... serial port and rather not change horses in mid stride. ... I would then have a loop that checks for char in serial buffer. ... Everything is done within my app. ... monitor a serial port from another app unless you install some kind ...
    (microsoft.public.vc.mfc)
  • Re: Serial port monitoring
    ... In the background I need to act upon any data that comes in the serial port. ... I would then have a loop that checks for char in serial buffer. ... Everything is done within my app. ... monitor a serial port from another app unless you install some kind ...
    (microsoft.public.vc.mfc)
  • Re: Application xxx has encountered a serious error and must shut
    ... Chris Tacke, Embedded MVP ... that - but I guess not - if the exception is from another managed thread ... stopped my Serial port thread - last time it stopped the whole app:-O. ...
    (microsoft.public.windowsce.app.development)
  • Re: Serial port monitoring
    ... You are still thinking in terms of "check the serial buffer", and that is not what you ... All you want to do is read a character from a serial port. ... Everything is done within my app. ... monitor), but now ...
    (microsoft.public.vc.mfc)

Loading