http://www.elecfreaks.com/store/canbus- ... p-746.html
One of the first issues I've run into, I can't find the baudrate I need to communicate with ANYWHERE. People just say things like "Slow" and "Fast" but that means nothing to me if it doesn't translate to a number. I'd like to know if someone can kindly explain what rate I need. The default library for this device has settings for 5,10,20,40,50,80,100,125,200,250,500 kbps.
With that I've just been testing different values, but I'm getting nothing.
As for what I'm sending, here's a small sample:
Code: Select all
unsigned char buffer[] = {0xFE, 0x16, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff};
CAN.sendMsgBuf(0x416 , 0, 8, buffer);