Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cat won't imitate when using Bluetooth dongle #2

Open
wack-back opened this issue Nov 20, 2023 · 1 comment
Open

Cat won't imitate when using Bluetooth dongle #2

wack-back opened this issue Nov 20, 2023 · 1 comment

Comments

@wack-back
Copy link

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?

@borntoleave
Copy link
Collaborator

borntoleave commented Feb 7, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants