peplin / pygatt

Python wrapper for gatttool (a deprecated tool from BlueZ) and the BGAPI for accessing Bluetooth LE Devices
Other
521 stars 186 forks source link

'BGAPIBackend' object is not callable #331

Open arabo5 opened 3 years ago

arabo5 commented 3 years ago

adapter = pygatt.BGAPIBackend(serial_port='COM9') produces the error 'BGAPIBackend' object is not callable

peplin commented 3 years ago

I am not able to reproduce this. Can you give any more details about your development environment, and how you installed pygatt?