Skip to content
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

Create setcan.sh #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Create setcan.sh #9

wants to merge 2 commits into from

Conversation

Occup
Copy link

@Occup Occup commented Oct 30, 2018

this could simplify the procedure of setup can adapter,you may need to modify the serial id string according to your own device,then run it as root

this could simplify the procedure of setup can adapter,you may need to modify the serial id string according to your own device,then run it as root
{

if [ -z "$(ip link show | ack CAN_UNO)" ];then
if [ -e /dev/serial/by-id/usb-Arduino__www.arduino.cc__0043_55731323935351715112-if00 ];then
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand this is an old PR, but in the case somebody stumbles upon this in the future, this device ID may be specific to OP's arduino model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants