Output data

Index 7000 COM Outputs

Index (hex)

Name

Meaning

Data type

Flags

Default

7000:0

Com Outputs

Maximum subindex

UINT8

RO

>137<

7000:01

Transmit request

By changing the state of this bit, the controller informs the terminal that the DataOut bytes contain the number of bytes displayed in “Output length”. The terminal acknowledges receipt of the data by changing the state of the "TransmitAccepted" bit. Only now new data can be transferred from the controller to the terminal.

BOOLEAN

RO

FALSE

7000:02

Receive accepted

The controller acknowledges receipt of data by changing the state of this bit. Only then new data can be transferred from the terminal to the controller.

BOOLEAN

RO

FALSE

7000:03

Init request

0

The controller once again requests the terminal to prepare for serial data exchange.

BOOLEAN

RO

FALSE

1

The controller requests terminal for initialization. The transmit and receive functions will be blocked, the FIFO pointer will be reset and the interface will be initialized with the values of the responsible Settings object. The execution of the initialization will be acknowledged by the terminal with the "Init accepted" bit.

7000:04

Send continuous

Continuous sending of data from the FIFO.
The send buffer is filled (up to 128 bytes) by the controller. The filled buffer contents will be sent on the rising edge of the bit. If the data has been transferred, the terminal informs the controller by setting the "Init accepted" bit. "Init accepted" is cleared with "SendContinuous".

BOOLEAN

RO

FALSE

7000:09

Output len

Number of output bytes available for transfer from the controller to the terminal.

UINT8

RO

0x00 (0dec)

7000:0A

Data Out 0

Output byte 0

UINT8

RO

0x00 (0dec)

....

7000:89

Data Out 127

Output byte 127

UINT8

RO

0x00 (0dec)