Dis play and cur sor for mat con trol com mand 30, Dis play for mat con trol com mand 30, Key board con trol com mand 30 – Maple Systems MAP450D User Manual
Page 31: Set turn-around de lay com mand 30, Set tab char ac ter width com mand 30, Display format control command 30, Display and cursor format 30, Display format 30, Keyboard 30, Set tab character width 30

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)
Set Turn-Around Delay Command
ESC
t delay terminator
delay:
0 = none, 1 = 50 milliseconds, 2 = 100 milliseconds, 3 = 250 milliseconds
Response: none
Description: Allows the host controller to change the delay between the time the OIT
receives a command requesting data and the OIT’s response.
Example: PRINT CHR(27); “t0”; CHR(2)
Set Tab Character Width Command
ESC
z width terminator
width:
0 = no change, 1 = 1 character, 2 = 4 character, 3 = 8 character
Response: none
Description: Allows the host controller to set the width of each “tab stop” used by the HT
control code.
Example: PRINT CHR(27); “z2”; CHR(2)
Appendix A: Control Commands
30
1010-0101, Rev. 00