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
The bluetooth dongle generates two COM ports, which keeps 'keepCheckingPort' thread running.
So the 'threading.active.count() ==4:' never true. The 'threading.active.count()' will always be 5.
I comment out line 83 to 85 in OpenCat-Imitation/opencat_imitation/control.py to disable the 'keepCheckingPort' thread started.
self.t = threading.Thread(target=ardSerial.keepCheckingPort, args=(self.goodPorts, ))
self.t.start()
Any update for ardSerial.keepCheckingPort to solve this totally?
The text was updated successfully, but these errors were encountered:
The ardSerial.py in the serialMaster folder is an older version. Try to
replace it with the newest version in GitHub.com/petoicamp/opencat and see
if it can solve the problem.
On Mon, Nov 20, 2023 at 11:32 PM wack-back ***@***.***> wrote:
The bluetooth dongle generates two COM ports, which keeps
'keepCheckingPort' thread running.
So the 'threading.active.count() ==4:' never true. The
'threading.active.count()' will always be 5.
I comment out line 83 to 85 in
OpenCat-Imitation/opencat_imitation/control.py to disable the
'keepCheckingPort' thread started.
self.t = threading.Thread(target=ardSerial.keepCheckingPort,
args=(self.goodPorts, ))
self.t.start()
Any update for ardSerial.keepCheckingPort to solve this totally?
—
Reply to this email directly, view it on GitHub
<#2>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACKLZGHHEAZEXZZUS6BVEO3YFNZYNAVCNFSM6AAAAAA7TDNEZ6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGAYDENBWGM3DOMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
The bluetooth dongle generates two COM ports, which keeps 'keepCheckingPort' thread running.
So the 'threading.active.count() ==4:' never true. The 'threading.active.count()' will always be 5.
I comment out line 83 to 85 in OpenCat-Imitation/opencat_imitation/control.py to disable the 'keepCheckingPort' thread started.
self.t = threading.Thread(target=ardSerial.keepCheckingPort, args=(self.goodPorts, ))
self.t.start()
Any update for ardSerial.keepCheckingPort to solve this totally?
The text was updated successfully, but these errors were encountered: