You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could make it work, but when I put it on a multi-window app, i run the main app, and i run this in a new qwidget, i close the new window and i return to the main window. Then if i try to reopen the qwidget where i use the barcode scanner, it doesn't works because the resourse is busy. I think the problem is that the thread keeps open. Is there a kind of "thread.stop" or something like that. Sory for my english.
The text was updated successfully, but these errors were encountered:
ok! the thread stops. I found that the problem is that when i open again the qwidget, "rfidreader" was already initialized, so the app doesn't responds.. how can i "finish" rfidreader when i close the qwidget? Thanks
I could make it work, but when I put it on a multi-window app, i run the main app, and i run this in a new qwidget, i close the new window and i return to the main window. Then if i try to reopen the qwidget where i use the barcode scanner, it doesn't works because the resourse is busy. I think the problem is that the thread keeps open. Is there a kind of "thread.stop" or something like that. Sory for my english.
The text was updated successfully, but these errors were encountered: