Hello,
I am trying to receive can messages with a J1939 like protocol. My Ids are 0x10EBFE-SA with SA the source adress.
I would like to receive all messages from 0x10EBFE00 to 0x10EBFEFF in a unique mailbox.
I tryied using setMBUserFilter(MB1, 0x10EBFE00, 0xFFFFFF00) but it seams nothing bleed...