Posted on January 10, 2006 at 15:21Hi Squirrel ! First, Happy new year ! You are right ! To have a good interpretation of extended Id, I use * before send : u32 can2libst(u32 Id) { return ((Id&0x1FFC0000)>>18) | ((Id&0x3FFFF)<} * after receive : u3...
Posted on December 12, 2005 at 10:37Hello I have a problem with CAN identifier manipulation macros. For exemple, I want to send on the CAN bus the nine following CAN messages with extended identifiers Id=0x00107F0, DLC=8, Data=[0x08, 0x17, 0x26, 0x3...