Dear Mr. Wagner
I am also interested in using a CAN-FD enabled PassThru device (Peak PCI FD in my case).
How can I obtain the PT dll for this purpose?
Thanks for you assistance.
Best regards
Search found 6 matches
- Wed 14. Aug 2019, 13:45
- Forum: PCAN-PassThru API
- Topic: some question about PassThru and CANFD
- Replies: 13
- Views: 22926
- Thu 28. Jun 2018, 12:02
- Forum: Linux
- Topic: peak usb eval board not working in Kernel 4.9.78
- Replies: 1
- Views: 2964
peak usb eval board not working in Kernel 4.9.78
I tried to set up the Peak USB Eval board with a beagle bone black board by using the mainline driver and socketcan. The peak_usb module shows as loaded in lsmod. However, when setting up the can device via ip link set, the device shows in ifconfig after activation but somehow does not receive or ...
- Fri 31. Mar 2017, 10:13
- Forum: Linux
- Topic: System freezes with can0 up (PCAN-Chip USB Eval Module)
- Replies: 8
- Views: 9393
Re: System freezes with can0 up (PCAN-Chip USB Eval Module)
Thanks for the driver. Installation went smoothly.
As of now, candump and cansend work as desired. No kernel freeze so far after turning on can0.
I will test more extensively and post results in the coming days.
As of now, candump and cansend work as desired. No kernel freeze so far after turning on can0.
I will test more extensively and post results in the coming days.
- Thu 30. Mar 2017, 13:45
- Forum: Linux
- Topic: System freezes with can0 up (PCAN-Chip USB Eval Module)
- Replies: 8
- Views: 9393
Re: System freezes with can0 up (PCAN-Chip USB Eval Module)
Thanks for the hint to test the module as chardev. This is the result:
ubuntu@arm:~/Peak/peak-linux-driver-8.3.1/test$ ./pcanfdtst rx -b 500k /dev/pcan32
1490873960.566150 /dev/pcan32 > BUS STATE=ACTIVE [Rx:0 Tx:0]
1490873960.980544 /dev/pcan32 > 17f00010 .e... [20 10 00 00 00 00 00 80]
1490873961 ...
ubuntu@arm:~/Peak/peak-linux-driver-8.3.1/test$ ./pcanfdtst rx -b 500k /dev/pcan32
1490873960.566150 /dev/pcan32 > BUS STATE=ACTIVE [Rx:0 Tx:0]
1490873960.980544 /dev/pcan32 > 17f00010 .e... [20 10 00 00 00 00 00 80]
1490873961 ...
- Fri 17. Mar 2017, 11:36
- Forum: Linux
- Topic: System freezes with can0 up (PCAN-Chip USB Eval Module)
- Replies: 8
- Views: 9393
Re: System freezes with can0 up (PCAN-Chip USB Eval Module)
Update: To rule out insufficient power supply after turning on can0, I connected the Peak Module through a powered USB Hub. Still the same behavior. So undervoltage does not seem to be the reason.
- Wed 15. Mar 2017, 17:38
- Forum: Linux
- Topic: System freezes with can0 up (PCAN-Chip USB Eval Module)
- Replies: 8
- Views: 9393
System freezes with can0 up (PCAN-Chip USB Eval Module)
I am encountering problems while trying to get a PCAN-Chip USB Eval Module (CAN FD) running through a ubuntu based BeagleBoneBlack Rev. C. Linux kernel is 4.4.52-ti-r91. pcan module (Version 8.3.1) has been compiled successfully with NET=NETDEV_SUPPORT on the system. Whenever I try to have can0 up ...