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
When trying to run (a slightly modified copy of) bglib_test_scanner.py with python3 using the Python3/bglib.py, the following error occurs:
$ python3 bglib_test_scanner.py Traceback (most recent call last): File "bglib_test_scanner.py", line 117, in <module> main() File "bglib_test_scanner.py", line 90, in main ble.send_command(ser, ble.ble_cmd_connection_disconnect(0)) File "/home/alvaro/code/bglib/Python3/Examples/bglib.py", line 618, in send_command if self.packet_mode: packet = chr(len(packet) & 0xFF) + packet TypeError: Can't convert 'bytes' object to str implicitly
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to run (a slightly modified copy of) bglib_test_scanner.py with python3 using the Python3/bglib.py, the following error occurs:
The text was updated successfully, but these errors were encountered: