We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found that connecting to my BSA45 works better when using a shorter timeout.
I changed
device = adapter.connect(address, 8, addresstype)
device = adapter.connect(address, 3, addresstype)
in BS440.py and otherwise configured it as BS444 in BS440.ini.
I'll do some further testing, but right now it works pretty reliable.
Maybe that's also helpful for somebody else.
The text was updated successfully, but these errors were encountered:
@aeff81, can you confirm that the changed settings prove to work reliably? If yes I'd try to incorporate the BSA45 as a model into the script.
Sorry, something went wrong.
No branches or pull requests
I found that connecting to my BSA45 works better when using a shorter timeout.
I changed
in BS440.py and otherwise configured it as BS444 in BS440.ini.
I'll do some further testing, but right now it works pretty reliable.
Maybe that's also helpful for somebody else.
The text was updated successfully, but these errors were encountered: