pyusb-keyboard-alike
pyusb-keyboard-alike copied to clipboard
In readering functions infinite loop causes stuck
Read method in the module written in infinite while loop, it waits for new data. However it causes the stuck when it uses another class such tkinter. Maybe it could be converted to thread based method. Beside flag can be use to terminating the loop.