-
Notifications
You must be signed in to change notification settings - Fork 96
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
How to use this library #13
Comments
Hey,
|
Yeah, sorry, I forgot to comment on this.
If you are interested in OBDII connection then you can find some of that stuff here: http://store.evtv.me/products.php?cat=28 You won't find a shield on that site that accepts the DB9 plug on the end of the OBDII cord but EVTV used to sell a shield that has the proper plug so you can ask if they've still got some and just don't have it on the site anymore. |
It is mentioned in the readme that I also need to use the can_common library. When I include that library the compiler tells me there are multiple definitions of many items. Any advice on implementation using both the due_can and can_common libraries? Is the readme wrong? because my software builds with no problems when I only include the due_can library. However, using just the due_can library with 2 transceivers on both the due CAN channels I can not get an echo test to work. I've read through the ISO11898 (CAN buss standard) and everything seems to be correct electrically. I'm using the Texas Instruments SN65HVD23x 3.3V CAN Bus Transceivers. Thanks for any help. |
hello, some fix to the problem of multiple definitions? , 2023 and im trapped on same 🍰 |
Update both can_common and this library. The newest versions of each don't duplicate definitions. You will then have to make sure there aren't any old copies lying around that the IDE could pick up and use. |
Hello @collin80 ,
We are looking for using due_can library for our project, We have Arduino due and we are new to CAN protocol.
We need some clarity on how to use your library .
Thanks in Advance
The text was updated successfully, but these errors were encountered: