Raw data protocol

byte offset

description

Block Header

0-3

Sync word (32-bit unsigned integer) 0x5F506E50 "_PnP"

4

Protocol version (Current/initial version: 1)

5

Message type

6-7

Block payload length: N bytes (16-bit unsigned integer)

Block Payload

8

Block payload

...

8+N-1

Message type:

PNP TLV header structure by bits, MSB left

15

14

13

12

11

10

9

8

7

6

5

4

3

2

1

0

type

payload length

k_pnp_uuid

k_pnp_seq

k_pnp_host

k_pnp_hostName

k_pnp_verHash

k_pnp_verDate

k_pnp_clIndex

k_pnp_parClIndex

k_pnp_options

k_pnp_interfaces

PNP interface block

Block Header

byte offset

description

0

block payload length (bytes)

PNP interface payload

1

program_interface_mix (uint16_t union)

2

2

Rest of payload

...

8+N-1

PROGRAM_INTERFACE_MIX program_interface_mix structure by bits, MSB left

15

14

13

12

11

10

9

8

7

6

5

4

3

2

1

0

hostDiffer

isFree

en

type

id

unused

Device index block

byte offset

description

Header

0

payload length

Payload

1

DeviceId (uint8_t)

2-9

Device Serial (uint64_t)

10-

Rest payload for DeviceId string in ASCII

PnpRaw (last edited 2025-04-04 15:38:45 by filippov)