Search found 2 matches

by adamw88
Mon 16. May 2016, 18:11
Forum: Linux
Topic: Problem Sending CAN Message
Replies: 2
Views: 7635

Re: Problem Sending CAN Message

Hi Wilhelm,

This was exactly my problem; as soon as I posted this I realized I was sending a 3 byte data packet instead of an 8 byte packet. As soon as I corrected this, my message was sent and it worked! Thank you for the reply :)

-Adam
by adamw88
Fri 13. May 2016, 21:07
Forum: Linux
Topic: Problem Sending CAN Message
Replies: 2
Views: 7635

Problem Sending CAN Message

EDIT: As Wilhelm pointed out, my problem was I was sending a 3-byte data packet instead of the expected 8-byte packet. This fixed my issue!

Hi everyone,

I finally got the Linux-API working on my RaspberryPi with the PCAN USB bus. I am able to receive messages from my device, but am having ...