A - keystroke commands, Keystroke overview, Appendix a – Rockwell Automation 1747-WINBAS Software Programming Manual User Manual
Page 31: Keystroke commands, Appendix

29
Publication 1747-PM001A-EN-P - January 2007
Appendix
A
Keystroke Commands
Keystroke Overview
Windows programs typically support several keystroke commands
that have been modified for use with BASIC Interface Software.
Keystroke
Effect on BASIC Interface Software
Ctrl+C
Transmits a Ctrl+C (O3h) command from the serial port.
Ctrl+N
Transmits a Ctrl+N (OEh = ASCII S0 character) command from the
serial port.
Ctrl+O
Transmits a Ctrl+O (OFh = ASCII SI character) command from the serial
port.
Ctrl+P
Transmits a Ctrl+P (10h = ASCII DLE character) command from the
serial port.
Ctrl+S
Transmits a Ctrl+S (13h = ASCII DC3 character) command from the
serial port.
Ctrl+V
Transmits a Ctrl+V (16h = ASCII SYN character) command from the
serial port.
Ctrl+X
Transmits a Ctrl+X (18h = ASCII ESC character) command from the
serial port.
Ctrl+Z
Transmits a Ctrl+Z (1Ah = ASCII SUB character) command from the
serial port.
Esc
Transmits an escape (1Bh = ASCII ESC character) command from the
serial port.
Backspace
Transmits a DEL (7Fh = ASCII DEL character) command from the serial
port.
Delete
Transmits a DEL (7Fh = ASCII DEL character) command from the serial
port.
Del
Transmits a DEL (7Fh = ASCII DEL character) command from the serial
port.
F5 through F12
None.
Insert
None.
Ins
None.
Home
Transmits an ESC [H command.
Page Up
None.
Pg Up
None.
Page Down
None.
End
Transmits an ESC [K command.
Up arrow
Transmits an ESC [A command.
Down arrow
Transmits an ESC [B command.