Search found 4 matches

by pavlumik
Wed 25. Sep 2019, 15:00
Forum: PCAN-USB
Topic: question about PCAN USB and CAN states triggers
Replies: 1
Views: 3396

question about PCAN USB and CAN states triggers

Hello,

In some Internet sources I've found that CAN Controller state can be changed based on the following thresholds

CAN_STATE_ERROR_ACTIVE <- RX/TX error count < 96.
CAN_STATE_ERROR_WARNING <- RX/TX error count < 128.
CAN_STATE_ERROR_PASSIVE <- RX/TX error count < 256.
CAN_STATE_BUS_OFF <- RX ...
by pavlumik
Tue 24. Sep 2019, 17:10
Forum: PCAN-USB
Topic: Question about PCAN USB and Error Counters
Replies: 4
Views: 6729

Re: Question about PCAN USB and Error Counters

Thanks for the prompt reply and support!
by pavlumik
Mon 23. Sep 2019, 17:00
Forum: PCAN-USB
Topic: Question about PCAN USB and Error Counters
Replies: 4
Views: 6729

Re: Question about PCAN USB and Error Counters

Hello Stéphane!

Thanks for the support and quick answer!
Just to confirm that my understanding is correct (please add if I miss/misinterpret something):
- in general, Peak System is recommending to use mainline driver (officially delivered with Linux kernel sources)
- in Driver Package for ...
by pavlumik
Fri 20. Sep 2019, 19:25
Forum: PCAN-USB
Topic: Question about PCAN USB and Error Counters
Replies: 4
Views: 6729

Question about PCAN USB and Error Counters

Hello,

would you please help me in answering on couple of questions?

We are using the following product https://www.peak-system.com/PCAN-USB.199.0.html?&L=1 attached to the Linux based system with standard Linux kernel - 4.14.68
Generally available peak_usb driver and SocketCAN are enough in part ...