Want to document stuff I'm learning about ELM327 as I continue reading the specifications. Gonna use this thread to do so.
First up, what is ATPBE101
all about?
Cross-referencing with the ELM327 standard, ATPBE101
: Sets protocol B parameters to E101, which corresponds to a bitmask of 1110_0001 equating to:
- 11-bit CAN-ID
- Variable DLC (i.e. frames can be any length)
- Receive both 11-bit and 29-bit CAN-ID
- Use the ISO 15765-4 data format
the 01 is the baud divisor rate of 01, which comes out to 500 / 1 = 500. So...in essence it's the same as doing
ATSP6,
i.e. ISO 15765-4 CAN (11 bit ID, 500 kbaud)