Request configuration data command, Display and cursor format control command, Display format control command – Maple Systems STEPware-100 User Manual

Page 60: Keyboard control command

Advertising
background image

Request Configuration Data Command

ESC

c terminator

Response: class version revision serial terminator

class:

1 = OIT3160, 2 = OIT4160, 3 = OIT3600, 4 = OIT3200

5 = OIT3250, 6 = OIT4400, 7 = OIT4450, 8 = OIT5400,

9 = MAP460D, A = MAP320D, B = MAP340D, C =

MAP450D, D = OIT3165/4165, E = OIT3175/4175, F = OIT3175/4185

version:

Two digits for the firmware version.

revision:

Two digits for the firmware revision level.

serial:

0 = RS-232, 1 = RS-422/485, 2 = both active

Description: Returns six ASCII digits representing the OIT’s current product model,

version, revision, and serial interface type.

Example: PRINT CHR(27); “c”; CHR(2)

Display and Cursor Format Control Command

ESC

d 00 cursor delayedLF terminator

cursor:

0 = no change, 1 = disable cursor, 2 = enable cursor

delayed LF: 0 = no change, 1 = disable delayed LF, 2 = enable delayed LF

Response: none

Description: Allows the host controller to disable or enable the OIT’s cursor or delayed

line feed. Anytime a LF character is received by the OIT, the delayed line feed feature

causes the cursor to remain in its current position until the next displayable character is

received. The Set Cursor Position control command cancels the delayed line feed feature.

Example: PRINT CHR(27); “d0021”; CHR(2)

Display Format Control Command

ESC

f blockecho 0 localecho terminator

block echo:

0 = no change

1 = disable block echo (replace characters sent to the display with *s)

2 = enable block echo

local echo:

0 = no change, 1 = disable local echo, 2 = enable local echo

Response: none

Description: Allows the host controller to control block echo during Block mode and

local echo during Interactive mode. When block echo is disabled, characters sent to

the display during Block mode are replaced with *s. When local echo is disabled,

characters are not sent to the display during Interactive mode.

Example: PRINT CHR(27); “f201”; CHR(2)

Keyboard Control Command

ESC

k enable 00 click setup terminator

enable:

0 = no change, 1 = off (disable keyboard entry), 2 = on

click:

0 = no change, 1 = off (disable audible click), 2 = on

setup:

0 = no change, 1 = off (disable local setup), 2 = on

Response: none

Description: Allows the host controller to control the OIT’s keyboard operation.

Example: PRINT CHR(27); “k20020”; CHR(2)

Appendix A: Control Commands

A-3

1010-0096, Rev. 04

Advertising