togglebit / ArduinoDUE_OBD_FreeRunningCAN

These classes have been built with free-running CAN and OBDII data acq in mind
GNU Lesser General Public License v2.1
46 stars 20 forks source link

Edited message acceptance mask setting call to use an OR instead of XOR #1

Closed isaacmeadows closed 7 years ago

isaacmeadows commented 9 years ago

Edited message acceptance mask setting call to use an BITOR instead of BITXOR, allowed receipt of 3 standard messages. (Use case detail: RX IDs 0x2CA, 0x230, 0x1D5, 0x230. Added in reverse order of priority, 0x230 was not seen with old code, seen with new code.)