collin80 / SavvyCAN

QT based cross platform canbus tool
MIT License
1.04k stars 288 forks source link

cannot select port when using socketcan #66

Closed alan707 closed 7 years ago

alan707 commented 8 years ago

I was able to compile SavvyCAN on ubuntu and it works great. The only issue I found so far is that when choosing socketcan to connect through a socketcan-compatible device, the dropdown menu is empty and therefore I cannot select a port (e.g. /dev/ttyACM0). Any suggestions?

collin80 commented 8 years ago

Which version of SavvyCAN did you compile? The master branch? If that's the case then unfortunately socketcan support isn't complete and there's only the suggestion of hope that it could work. The WIP2 branch has a working version of socketcan support. In that version you can select socketcan and you'll get a textbox instead of a combo box. In the textbox you can type in the name of your socketcan device. I didn't write the socketcan support but I think you want to enter in the name of the device minus the /dev/ part so if your board is /dev/scan0 then enter scan0 as the name.