beautypg.com

B&B Electronics LDVDSV2-S-P9D - Manual User Manual

Page 20

background image

OBDII Streamer Command & Response

V2.11

Page 20/49

0x09 – CONFIG_OEM_ID

Description:
This command will set or read the 10 digit OEM ID. Each digit of the OEM_ID is 1 byte
and can be any possible value. The command to write the OEM ID always expects 10
digits/values and will give an error with any values less than or greater than 10.

The OEM_ID will be saved in non-volatile memory.

The first byte of the data field indicates if the OEM_ID will be read or written.

0x00 = read

0x01 = write


Command to send to read the OEM_ID:
0x01 0x01 0x09 0x01 0x00 0x0C

Response:
0x01 0x01 0x89 0x0B 0x00 OEM_ID CS

Command to send to write the OEM_ID:
0x01 0x01 0x09 DL 0x01 OEM_ID CS

Response:
0x01 0x01 0x89 0x0B 0x01 OEM_ID CS

Field Description:
OEM_ID

10 digit OEM_ID


DL

Data field length


CS

Summation checksum


Example: Set the OEM_ID
TX: 0x01 0x01 0x09 0x0B 0x01 0x01 0x35 0x73 0x99 0x24 0x72 0xF3 0x17 0xAC
0xBB 0x60

RX: 0x01 0x01 0x89 0x0B 0x01 0x01 0x35 0x73 0x99 0x24 0x72 0xF3 0x17 0xAC
0xBB 0xE0

Example: Read the OEM_ID
TX: 0x01 0x01 0x09 0x01 0x00 0x0C

RX:
0x01 0x01 0x89 0x0B 0x00 0x01 0x35 0x73 0x99 0x24 0x72 0xF3 0x17 0xAC 0xBB
0xDF