Set Capture Mode

Sets the capture mode for sampling data sent from the target. Currently only UART is supported.

Table 1. Set Capture Mode
Field Size Description
SERIAL_TRACE 1 byte 0x87
SET_CAPTURE_MODE 1 byte 0x01
Mode 1 byte

Capture mode for incoming data

0x00: OFF (default)

0x02: UART

Response:

Table 2. Set Capture Mode Response
Field Size Description
SERIAL_TRACE 1 byte 0x87
SET_CAPTURE_MODE 1 byte 0x01
Status 1 byte

Status code

0x00: OK

0xFF: Error