Natalia Kowalska
Natalia Kowalska
Unfortunately, the problem is existing on Windows 11 too, but my main project is based on Windows 10. Secondly, the device do disconnect. Debug shows device loses connection, my device...
Ok, I found culprit. In my main app class (GUI - customtkinter based) i invoke in init something like this: ``` >> init > f1 > f2 > f1 >...
Whole app is run as: ``` if __name__ == "__main__": try: app = App() app.mainloop() except SystemExit: logger.debug("System exit") ``` where App is my main GUI. As I said, I...
I'm using custom tkinter, which is derived from tkinter which, as far I know, is asyncio library. My apologies, I wasn't clear with my question - I wanted to now...
Well, this answers my question. I'm using windows 10 and a BLE stick - I can't connect more than 2 devices. I will not try to speed up connecting/disconnecting and...