-
Notifications
You must be signed in to change notification settings - Fork 54
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
UART only or CAN BUS compatible? #24
Comments
Hi, Vincent LAMBERT. |
Hi Vincent Could you elaborate a little more about how you got it to work through CAN? How I'd like it to work, is that I can setup a motorCAN instance |
I am trying to eget canbus comms working.
returns: while vesc tool wprking can bus command sends It seems pyvesc.encode is not properly encoing a can messgae ie. 9 bytes(2 grabled) vs 12 bytes for good packet. in setters.py SetRPM is setting can_id to None. It is unclear is the canbus id displayed in Vesc Tool is decimal or hex. class SetRPM(metaclass=VESCMessage): I download PyVESC-FW3.33 version and python3 setup.py installed it. with python 3.6.9. Any help on this would be much appreciated. |
I'm not sure about older versions of vesc firmware, but on firmware version 6.02 it looks like the value of |
hi,
using the vesc tool and looking for a python CAN-BUS lib.
I didn't see anywhere the CAN Communication.
Do you know if this works with CAN as well, if so, have you tried it?
The text was updated successfully, but these errors were encountered: