Skip to content

Command 0E Status Request

Eelke Jager edited this page Jan 8, 2018 · 26 revisions

Command 0E requests status from the Pod.

For example a get status POD request:

0e 01 00 8336

Command format:

  • byte 0E: mtype
  • byte 01: length
  • byte: request type.
    • 00 standard request status
    • 01 Receive replace POD status 0004 from response POD. Request resetting POD back to 0000
    • 02
    • 03
    • 05
    • 06
    • 0x46
    • 0x50
    • 0x51
  • 4 bytes: CRC16

A request of type 0 (the usual PDM status request) yields a Status response 1D. Other requests yield a Response 02, returning different data depending on the request type.

Reponse 01 example:

  • 0e 01 00 01af regular request status from PDM
  • 1d 19 061f 68 0004 4295 e803 11 POD response with new 0004 statement
  • 0e 01 01 018c PDM response back to POD: switched 00>01 to reset statement
  • 1d 19 0621 20 0000 42b9 e401 ae POD response back to 0000

More Examples can be found here:

Clone this wiki locally