with PROTO_CAN_29B_500K and
Code: Select all
obd.setHeaderFilter(0x00000000);
obd.setHeaderMask(0x00000000);
If I tighten the filter on the messages, it shows the filtered messages and runs forever, as expected.
But I want to view ALL messages (to later make a negative filter, i.e. exclude messages by header... ist this already implemented?)
How can this problem be tracked down?