-
Notifications
You must be signed in to change notification settings - Fork 290
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
Use of RTR and others #55
Comments
I am using mcp2515 with arduino. this is probably the python code. Actually I don't use RTR. But how should I express this? How to write a statement like this "CAN_no_RTR"? tx_frame.FIR.B.FF = CAN_frame_ext; |
In summary, I need to convert the above codes. These codes belong to another library. But RTR and EXT are also specified. In this library it is written together. I could not convert these codes. |
example code pls thanks |
very complicated. And won't the ext and RTR be prepaired at the same time? |
When I examine the details, the following statement goes!
/ * 32 bit CAN_ID + EFF / RTR / ERR flags * /
So how do we express this in code?
The text was updated successfully, but these errors were encountered: