-
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
Single Wire CAN functionality #22
Comments
I don't have the EVTV CanDue 2.0 shield but have used due_can on a homemade shield with sw can. Due_can library doesn't know or care whether its sw can or regular can. Just set the correct speed and use the swcan interface on your board. The documentation on your board at EVTV shows the enable pin required and other details if I recall. |
Thank you for clearing that up. I was suspicious that was the case. |
The only part of single wire CAN that is really different is that SWCan has On Mon, Oct 24, 2016 at 8:31 AM, arkraven000 [email protected]
|
I'm working with the EVTV CanDue 2.0 shield. Documentation has lead me to your repo but I think I might be missing something. I haven't been able to find any functionality in your source code that mentions "swcan" or "single wire" for transmitting or receiving messages. Did I miss a file? If not, do you have a suggestion for where to go next?
The text was updated successfully, but these errors were encountered: