void CAN_READ() { // If pin 2 is low, read receive buffer { CAN0.readMsgBuf(&CANrxId, &CANlen, CANrxBuf); // Read data: len = data length, buf = data byte(s) Serial.print("#5555CAN_READ read ID: "); Serial.print(CANrxId, HEX); Serial.print(" Data: [");Serial.print(CANlen); Serial.print("]"); for(int i = 0; i