Re: Re: CAN Mask & Filter setting at ---- software level
Dinesh Guleria <[email protected]>
| Newsgroups | gmane.comp.hardware.bus.can |
|---|---|
| Message-ID | <CAKpDV8vPLrXX3FXC+kXAp9BOYDjusjBaOO5uDRedL+GL3u5CYw@mail.gmail.com> |
>> it must be: !( ( filter ^ messageID_Rx ) OR mask ); // if ^ means exlusive OR yes this is X-OR only. Actually i have been associated with an open source project for a long time .. VSCP ..(though VSCP is independent of lower layers) But you just calculate for different combination of Packet ID it will work for you... On Wed, Dec 5, 2012 at 3:25 PM, Steinhoff <[email protected]> wrote: > it must be: !( ( filter ^ messageID_Rx ) OR mask ); // if ^ means > exlusive OR > > -- >