Standalone example issue #70
JugglingJaxx
started this conversation in
General
Replies: 2 comments
-
Can't reproduce this, for me it works as expected. Can you give me more info about your system? Ideally fill out the issue/bug template. Also please post the full stack trace. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your speedy reply! I figured out it was a dependency issue. It worked outside my virtual environment, so I played with the packages a bit. Uninstalling and reinstalling dbus_fast package resolved the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to integrate the ble serial communication into a program I am writing. I tried your standalone example, but just running it as-is I get an error when ble_standalone.py calls the ble.connect() method: Exception has occurred: NameError
name '_cast_uint32_native' is not defined.
How can I resolve this error?
Beta Was this translation helpful? Give feedback.
All reactions