pombreda / pybluez

Automatically exported from code.google.com/p/pybluez
GNU General Public License v2.0
0 stars 0 forks source link

Widcomm code has been compiled with debugging enabled in PyBluez 0.15 #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using "Bluetooth by hp" adapter, VID049F/PID0086, works fine with
widcomm module in PyBluez.
2. Run program attached (GPS Logger decoder)
3. Watch debug messages

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
PyBluez 0.15 for Windows Xp Python 2.6

Please provide any additional information below.

/trunk/bluetooth/widcomm.py does not have dbg commented out; it should have
a return inserted at line 11.
printf ("AssignScnValue\n"); not commented out at line 40 of
trunk/widcomm/rfcommif.cpp.
fprintf not commented out at line 107 of rfcommport.cpp.

thanks

Original issue reported on code.google.com by ichneumo...@gmail.com on 9 Jan 2009 at 1:25

Attachments:

GoogleCodeExporter commented 9 years ago
this is fixed in svn and changes will appear in the next release.   thanks for 
the report

Original comment by ashu...@gmail.com on 12 Jan 2009 at 6:00