Python PyBluez loses Bluetooth connection after a while
- by Travis G.
I am using Python to write a simple serial Bluetooth script that sends information about my computer stats periodically. The receiving device is a Sparkfun BlueSmirf Silver.
The problem is that, after the script runs for a few minutes, it stops sending packets to the receiver and fails with the error:
(11, 'Resource temporarily unavailable')
…