Replies: 2 comments 4 replies
-
|
Have you followed the instructions? The PCAN Adapter ist a Linux SocketCAN device. https://www.peak-system.com/fileadmin/media/linux/index.php |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Before that you have to init the interfaces. Then you will see them in the Savvycan socket can device list. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I installed SavvyCAN (Qt6) on my PC (Linux base), an try to add my device in it (a PeakCAN USB adaptor).
Unfortunetely, it is not recognize by the application.
The device driver is in-build within my kernel, and well detected by the system (lsusb result)
When I open the "Connection Settings" window, I click the "Add New Device Connection".
In there, I select of course the "QT SerialBus..." type, and select "peakcan" in the dropdown list.
Unfortunetely, the port is not detected automatically, so I enter manually the path to the device. In my case, the is "/dev/PeakCAN", since I have added a dbus rule to link it to the proper USB port on connection.
Once the connection added, I can see that the status is always "Not Connected".
Does anyone has any clue to what I am missing?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions