Search found 3 matches

by jptalledo
Thu 21. Jan 2021, 17:55
Forum: Linux
Topic: Linux UDEV rules for IPEH-004061 hardware
Replies: 1
Views: 2341

Linux UDEV rules for IPEH-004061 hardware

Hi

Any suggestion/examples for UDEV rules to enumerate both CAN interfaces from the IPEH-004061 device such /dev/PCAN1 and /dev/PCAN2?

Thanks
by jptalledo
Tue 7. Aug 2018, 21:04
Forum: PCAN-LIN
Topic: Transmit LIN Message usig CAN with 8 bytes
Replies: 3
Views: 4618

Re: Transmit LIN Message usig CAN with 8 bytes

the message I see on the LIN bus during normal operation is ID 0, data 0x00, 0x54, 0x26, 0x22, 0x00 ,0x30, 0x1B, 0x97. this appears to be seven bytes of data and a checksum. the message does not appear on the CAN side but i believe it generates a checksum error on the LIN-CAN module. For LIN 2.0 the ...
by jptalledo
Mon 6. Aug 2018, 17:11
Forum: PCAN-LIN
Topic: Transmit LIN Message usig CAN with 8 bytes
Replies: 3
Views: 4618

Transmit LIN Message usig CAN with 8 bytes

Hello

Need help sending 4 and 8 bytes payload using a CAN Message to LIN. Currently I am able to send only 2 bytes payload from CAN to LIN. I changed the address to be from 0x20 to 0x2f for 4 bytes and from 0x30 to 0x3f for 8 bytes without success.

Do I need to change something on the LIN or CAN ...