Axel Programacion
Axel Programacion
Axel Programacion
Programmer's Guide
16 Avenue du Québec
Bât. M1 EVOLIC - BP 728
91962 Courtabœuf cedex - FRANCE
Tel.: +33 1.69.28.27.27
Fax: +33 1.69.28.82.04
Email: [email protected]
All trademarks and registered trademarks are the property of their respective
holders.
© - 1998-2000 - AXEL - All Rights Reserved.
1 - ABOUT THIS MANUAL ............................................................................... 1
1.1 - ORGANISATION.................................................................................... 2
1.2 - AVAILABLE EMULATIONS ACCORDING TO THE MODEL................ 2
1.3 - FIRMWARE REVISION ......................................................................... 4
1.3.1 - Hardware Information...................................................................... 4
1.3.2 - Firmware Information ...................................................................... 4
2 - TERMINAL COMMANDS ............................................................................ 7
2.1 - ANSI FAMILY......................................................................................... 8
2.2 - VT FAMILY........................................................................................... 16
2.3 - WYSE 60 EMULATION ....................................................................... 24
2.4 - PCTERM FAMILY ................................................................................ 31
2.5 - SM94XX FAMILY ................................................................................. 35
2.6 - PROLOGUE FAMILY........................................................................... 35
2.7 - QVT119+ EMULATION........................................................................ 36
2.8 - TVI EMULATION.................................................................................. 40
2.9 - 3151 EMULATION ............................................................................... 43
3 - CHARACTER SETS................................................................................... 47
3.1 - ANSI, PCTERM, SM94XX, PROLOGUE, QVT, TVI, 3151 .................. 48
3.2 - VT FAMILY........................................................................................... 61
3.3 - WYSE FAMILY..................................................................................... 65
4 - KEYBOARDS............................................................................................. 70
4.1 - NATIONAL KEYBOARDS.................................................................... 71
4.2 - PROGRAMMING KEYS ...................................................................... 83
4.2.1 - ANSI Family................................................................................... 85
4.2.2 - VT Family ...................................................................................... 93
4.2.3 - WYSE Emulation ......................................................................... 100
4.2.4 - PCTERM Family.......................................................................... 101
4.2.5 - SM94xx Family ............................................................................ 102
4.2.6 - PROLOGUE Family .................................................................... 105
4.2.7 - QVT119+ Emulation .................................................................... 106
4.2.8 - TVI Emulation .............................................................................. 107
4.2.9 - 3151 Emulation............................................................................ 108
4.3 - COMPOSITE CHARACTERS............................................................ 109
4.3.1 - Standard Processing ................................................................... 110
4.3.2 - Local Processing ......................................................................... 110
4.3.3 - Remote Processing ..................................................................... 111
About this Manual
-1-
ABOUT THIS MANUAL
1.1 - ORGANISATION
This manual provides detailed information on AX3000 terminal and its features.
This manual has three chapters:
- terminal commands: an exhaustive list of escapes sequences
supported by the AX3000 emulations,
- character sets: description of character sets,
- keyboards: description of available national keyboards, list of the default
values for programming keys corresponding to the selected emulation
and information about dead keys.
Further more, emulations are grouped by family. These emulation families are
used in the following chapters.
The following table lists the available emulations (sorted by family) according to
the AX3000 models:
Examples:
FK3-BV11f
FK5-BV12a
a) General Information
Examples:
FK3-BV11f/TCP.FR.9832f:STD
FK5-BV12a/TCP.XX.9832f:WYS&EUR
-2-
TERMINAL COMMANDS
Conventions:
- xxh: xx is the hexadecimal ASCII character (ex: 1Bh is 27 decimal),
- Esc is 1Bh,
- CSI is the both ASCII characters 'Esc [' (1Bh and 5Bh).
Note: for the 4 SCO emulations and the LINUX emulation, CSI can also be
obtained by the 9Bh ASCII character (instead of the Esc [ ASCII characters).
Set colours and enable colouring mode (4 pairs) CSI < 2;Cn1;...;Cn8 G
Set a VGA palette colour CSI < 3;Cn;Pn G
Enable private enhanced AXEL ANSI sequence mode CSI < 0 B
Disable private enhanced AXEL ANSI sequence mode CSI < 1 B
Save current setting and set UNIX SCO 3.2.2 personality CSI < 0 H
Restore saved setting CSI < 1 H
Active la vue Pn CSI Pn z
Enable monitor mode Esc U
Disable monitor mode Esc X
Miscallenous actions CSI = Pn L
Pn=0: a cleared area (CSI Pn J, CSI Pn K or scroll) is filled with the current video attribute
Pn=1: a cleared area (CSI Pn J, CSI Pn K or scroll) is filled with the normal video attribute
Pn=2: the CSI Pn g sequence is equal to CSI = Pn g (see Editing section)
Pn=3: the CSI Pn g sequence is behavior is defined in the Editing section
Change page (only if '4 views, 2 pages' is selected through the set-up) CSI < Ps1;Ps2 L
Ps1 = 0: regular page changing Ps2 = 0: enable next page
Ps1 = 1: copy current page to wanted page before swap Ps2 = 1: enable page number 1
Ps1 = 2: clear wanted page before swap Ps2 = 2: enable page number 2
Turn keyboard LEDs on or off CSI < Pn1;Pn2;Pn3 O
Pn1 is the state of NUM LED, Pn2 is the state of CAPS LED and Pn3 is the state of SCROLL
LED.
The Pn parameter values should be:
Pn = 0: the state of the LED (on or off) is not modified
Pn = 1: turn the LED on
Pn = 2: turn the LED off
Mouse feature (if set through the set-up) CSI < Pn M*
Pn = 0: disable mouse Pn = 1: local mode Pn = 2: raw mode
Axel bitmap graphics functions CSI < Ps;...Ps K**
Font downloading (if set through the set-up) CSI < Ps;...Ps N <font>
Double-size characters (if set through the set-up) CSI < Pn Q term mess term
Pn = 1: double height Pn = 2: double width Pn = 3: double height / double width
term: message terminator message: character string displayed in double size
Editing
Set tab stop at cursor position Esc H
Move cursor to next tab stop 09h
Move cursor backward Pn tab stops CSI Pn Z
Clear tab stop at cursor position CSI 0g
Clear all tab stops CSI 3g
Display ASCII character Pn CSI =Pn g
Insert Pn null characters beginning at cursor position CSI Pn @
Insert Pn lines of null characters beginning at cursor line CSI Pn L
Display Pn times, the last displayed character CSI Pn b
Erase display:
from cursor to end of screen CSI 0 J
from beginning of screen to cursor CSI 1 J
entire screen CSI 2 J
Erase line:
from cursor to end of line CSI 0 K
from start of line to cursor CSI 1 K
entire line CSI 2 K
Delete Pn characters beginning at cursor position CSI Pn P
Delete Pn lines beginning at cursor line CSI Pn M
Erase Pn character beginning at cursor column CSI Pn X
Reports
AX3000 IP address CSI < a (or CSI < 0 a)
Response: IP address <CR>
Firmware revision CSI < 1 a
Response: version <CR>
Answerback message (set through the AX3000 Set-Up) CSI < 4 a
Response: message
Current session number CSI < 5 a
Response: number <CR>
Printer Status CSI < 6 a
Response: OK <CR> or ERR <CR>
2.2 - VT FAMILY
Note: this family is composed by the VT220, HFT and VT AS400 emulations.
Editing
Set tab stop at cursor position Esc H
Move cursor to next tab stop 09h
Clear tab stop at cursor position CSI 0g
Clear all tab stops CSI 3g
Insert Pn null characters beginning at cursor position CSI Pn @
Insert Pn lines of null characters beginning at cursor line CSI Pn L
Delete Pn characters beginning at cursor position CSI Pn P
Delete Pn lines beginning at cursor line CSI Pn M
Erase display:
from cursor to end of screen CSI 0 J
from beginning of screen to cursor CSI 1 J
entire screen CSI 2 J
Erase line:
from cursor to end of line CSI 0 K
from start of line to cursor CSI 1 K
entire line CSI 2 K
Erase Pn characters beginning at cursor column CSI Pn X
Character Sets
Assign Ps character set as G0 Esc ( Ps
Assign Ps character set as G1 Esc ) Ps
Assign Ps character set as G2 Esc ∗ Ps
Assign Ps character set as G3 Esc + Ps
Ps = B (ASCII) Ps = R (French) Ps = < (DEC multinational)
Ps = K (German) Ps = Y (Italian) Ps = 0 (DEC special graphics)
Ps = Z (Spanish) Ps = = (Swiss) Ps = %6 (Portuguese)
Map G0 to GL 0Fh
Map G1 to GL 0Eh
Map G2 to GL Esc n
Map G3 to GL Esc o
Map G1 to GR Esc ~
Map G2 to GR Esc }
Map G3 to GR Esc |
Temporarily map the G2 character set to GL, for the next character Esc N
Temporarily map the G3 character set to GL, for the next character Esc O
Define scrolling region (beginning line number, ending line number) CSI Pn1;Pn2 r
Display 24 data lines + 1 message line CSI < 0 I*
Display 25 data lines CSI < 1 I
Enable main screen (24 lines) CSI < 0 E
Enable message line (25Th. line) CSI < 1 E
Keypad application mode Esc =
Keypad numeric mode Esc >
Double-width, double-height line (top half) Esc # 3
Double-width, double-height line (bottom half) Esc # 4
Single-width, single-height line Esc # 5
Double-width, single-height line Esc # 6
Enable view number Pn CSI Pn z
Enable view number 1 CSI U
Enable view number 2 CSI V
Save current cursor position Esc 7
Restore cursor to saved position Esc 8
PC-scancode mode CSI < 0 A
ASCII mode CSI < 1 A
Disable colouring feature CSI < 0 G
Enable colouring feature CSI < 1 G
Set colours and enable colouring mode (4 pairs) CSI < 2;Cn1;...;Cn8 G
Set a VGA palette colour CSI < 3;Cn;Pn G
Change page (only if '4 views, 2 pages' is selected through the set-up) CSI < Ps1;Ps2 L
Ps1 = 0: regular page changing Ps2 = 0: enable next page
Ps1 = 1: copy current page to wanted page before swap Ps2 = 1: enable page number 1
Ps1 = 2: clear wanted page before swap Ps2 = 2: enable page number 2
Turn keyboard LEDs on or off CSI < Pn1;Pn2;Pn3 O
Pn1 is the state of NUM LED, Pn2 is the state of CAPS LED and Pn3 is the state of SCROLL
LED.
The Pn parameter values should be:
Pn = 0: the state of the LED is not modified Pn = 1: turn the LED on
Pn = 1: turn the LED on
Mouse feature (if set through the set-up) CSI < Pn M**
Pn = 0: disable mouse Pn = 1: local mode Pn = 2: raw mode
Axel bitmap graphics functions CSI < Ps;...Ps K***
* The last character in this sequence and in the next sequence is an uppercase i
** For more information, refer the concerned literature
*** For more information, refer the concerned literature
Protected Characters
Next written characters are protected CSI 1 " q
Next written characters are unprotected CSI 2 " q (or CSI 0 " q)
Erase only unprotected characters in display:
from cursor to end of screen CSI ? 0 J
from beginning of screen to cursor CSI ? 1 J
entire screen CSI ? 2 J
Erase only unprotected characters in line:
from cursor to end of line CSI ? 0 K
from start of line to cursor CSI ? 1 K
entire line CSI ? 2 K
Reports
AX3000 IP address CSI < a (or CSI < 0 a)
Response: IP address <CR>
Firmware revision CSI < 1 a
Response: version <CR>
Answerback message (set through the AX3000 Set-Up) CSI < 4 a
Response: message
Current session number CSI < 5 a
Response: number <CR>
Printer Status CSI < 6 a
Response: OK <CR> or ERR <CR>
Primary Device Attributes request CSI c (or Esc Z)
Response: CSI ? 62 ; 1 ; 2 ; 6 ; 7 ; 8 ; 9 c
Secondary Device Attributes request CSI > c
Response: CSI > 1 ; 10 ; 0 c
AX3000 operating status CSI 5 n
Response: CSI 0 n (ready)
Cursor position report CSI 6 n
Response: CSI Pn1; Pn2 R (Pn1 = line number, Pn2 = column number)
Printer status CSI ? 15 n
Response: CSI ? 10 n (printer ready)
CSI ? 11 n (printer not ready)
UDK (Programming function keys) report CSI ? 25 n
Response: CSI ? 20 n (UDKs unlocked)
CSI ? 21 n (UDKs locked)
Keyboard language CSI ? 26 n
Response: CSI ? 27;Ps n
Ps values: 1: North American 7: German 9: Italian
10: Swiss 14: French 15: Spanish
16: Portuguese
Cursor Commands
Cursor left 08h
Cursor right 0Ch
Cursor up; no scroll 0Bh
Cursor up; scroll Esc j
Cursor down; scroll 0Ah
Cursor to start of next line 1Fh
cursor to start of line 0Dh
Home cursor Esc { or 1Eh
Address cursor in current 80-column page Esc = line col
Address cursor in current 80/132-column page Esc a lll R ccc C
Address cursor in a specific 80-column page Esc w @ page line col
Address cursor in a specific 80-column page or window Esc - page line col
Editing
Set tab stop Esc 1
Clear tab stop Esc 2
Clear all tab stops Esc 0 or Esc 3
Tabulate cursor Esc i or 09h
Backtab Esc I*
Insert space character Esc Q
Insert line of spaces Esc E
Insert column of nulls Esc c M
Delete cursor character Esc W
Delete cursor line Esc R
Delete cursor column Esc c J
Clear page to nulls Esc *
Clear page to spaces Esc +
Character sets
Load set in bank Esc c @ bank set
bank is a buffer (0 to 3)
Values of set:
'@': native mode 'A': PC multinational 'B': standard ASCII 'C': graphics 1
'D': PC standard 'E': graphics 2 'F': graphics 3
Video Attributes
Assign character display attribute Esc G attr
attr values:
0 : normal p : dim
1 : invisible q : invisible + dim
2 : blink r : blink + dim
3 : invisible + blink s : invisible + dim
4 : reverse t : reverse + dim
5 : reverse + invisible u : invisible + reverse + dim
6 : reverse + blink v : reverse + blink + dim
7 : reverse + blink + invisible w : reverse + blink + invisible + dim
8 : underscore x : underscore + dim
9 : underscore + invisible y : underscore + invisible + dim
: : underscore + blink z : underscore + blink + dim
; : underscore + blink + invisible { : underscore + blink + invisible + dim
< : underscore + reverse | : underscore + reverse + dim
= : underscore + reverse + invisible } :underscore + reverse + invisible + dim
> : underscore + reverse + blink ~ : underscore + reverse + blink + dim
? : underscore + reverse + invis. + blink 7Fh : underscore + reverse + invisible +
blink + dim
Character attribute mode off Esc e 0
Character attribute mode on Esc e 1
Page attribute mode on Esc e 2
Line attribute mode on Esc e 3
Assign display attribute to message field Esc A 1 attr
Assign display attribute to screen Esc A 0 attr
single-high, single-wide characters Esc G @
single-high, double-wide characters Esc G A
Top half of double-high, single-wide characters Esc G B
Bottom half of double-high, single-wide characters Esc G C
Top half of double-high, double-wide characters Esc G D
Bottom half of double-high, double-wide characters Esc G E
Message Line
Program and display unshifted label line Esc z ( txt 0Dh
Program shifted label line Esc z ) txt 0Dh
Shifted label line off Esc z 7Fh
Clear unshifted label line message Esc z ( 0Dh
Clear shifted label line message Esc z ) 0Dh
Clear function key label Esc z field 0Dh
Program and display function key label Esc z field label 0Dh
field values: <F1> to <F12>: 30h to 3Bh <Shift><F1> to <Shift><F12>: 50h to 5Bh
Protected Data
Protect mode on Esc &
Protect mode off Esc '
Write-protect mode off Esc (
Write-protect mode on Esc )
Clear page to write-protected spaces Esc ,
Clear cursor column from cursor Esc V
Clear unprotected ...:
page to spaces Esc ; or 1Ah
page to nulls Esc :
page to specific character Esc . char
line to spaces from cursor Esc T
line to nulls from cursor Esc t
page to spaces from cursor Esc Y
page to nulls from cursor Esc y
to end of line with nulls Esc c L
column to specific character Esc c I char*
Clear unprotected rectangle in 80-column page Esc c F high length char
Sending Data
Print formatted page Esc P
after this command, an ACK is sent by the terminal (06h) if ACK mode is on
Print formatted unprotected page Esc @
after this command, an ACK is sent by the terminal (06h) if ACK mode is on
Print unformatted page Esc p or Esc L
after this command, an ACK is sent by the terminal (06h) if ACK mode is on
Transparent print mode on Esc d # or 18h
Auxiliary print mode on 12h
Turn print modes off (transparent mode and auxiliary print mode) 14h
Secondary receive mode off Esc d 20h
Secondary receive mode on Esc d !
Bidirectional mode off Esc d $
Bidirectional mode on Esc d %
Programmable keys
WYSE Mode:
Program:
1) Syntax: Esc z key sequence 7Fh
Key: key number
Function keys:
<F1> to <F12>: 40h to 4Bh
<Shift><F1> to <Shift><F12>: 60h to 6Bh
Arrows keypad:
up: 2Bh down: 2Ch left: 2Dh right: 2Eh
Editing keypad:
Insert: 70h Home: 2Ah PageUp: 77h
Delete: 23h End: 5Ch PageDn: 72h
Other keys:
Esc: 20h Backspace: 22h
Sequence: up to 32 bytes to be loaded in the key.
2) Syntax: Esc Z dir key sequence 7Fh
dir: <0> = normal <1> = remote <2> = local
key et sequence: see above
Clear:
Esc z key 7Fh or Esc Z dir key 7Fh
AXEL Mode:
Syntax is: CSI < Code P Terminator Message Terminator
- Code: function key (refer to appendix A.3 or see the AX3000 set-up)
- Terminator: one character (>20h)
- Message: key definition (any character except Terminator). Character '^' (5Eh)
indicates 20h must be subtracted from the next character.
Example: CSI < 1 P amenu^-a, <F1> sends menu <RC>
Terminal Report
AX3000 IP address CSI < a (or CSI < 0 a)
Response: IP address <CR>
Firmware revision CSI < 1 a
Response: version <CR>
Answerback message (set through the AX3000 Set-Up) CSI < 4 a
Response: message
Current session number CSI < 5 a
Response: number <CR>
Printer Status CSI < 6 a
Response: OK <CR> or ERR <CR>
Terminal identification Esc 20h
Terminal returns: 6 0 <RC>
Read Programmable key value Esc Z ~ key
Terminal returns: dir key sequence 7Fh
Read cursor address in current 80-column page Esc ?
Terminal returns: line col <RC>
Read 80-column page number and cursor address Esc w `
Terminal returns: num line col <RC>
Read 80-column page (or window) number and cursor address Esc /
Terminal returns: num line col <RC>
Read cursor address in current 80/132-column page Esc b
Terminal returns: line R col C
Send ACK 05h
Terminal returns (if ACK mode is on): 06h
Controlling Cursor
Cursor left 08h
Cursor right 0Ch
Cursor up (no scroll) 0Bh
Cursor up ; scroll Esc j
Cursor down (no scroll) 16h
Cursor down ; scroll 0Ah
Cursor to line 1 and column 1 1Eh
Cursor to start of line 0Dh
Cursor to start of next line 1Fh
Cursor to line Pn1 (0..24) and column Pn2 (0..79) Esc = Pn1+20h Pn2+20h
Editing
Move cursor to next tab stop 09h
Move cursor to previous tab stop Esc I*
Set tab stop at cursor position Esc 1
Clear tab stop at cursor position Esc 2
Clear all tab stops Esc 3
Insert a space character at cursor position Esc Q
Insert a line of space characters at cursor line Esc E
Delete cursor character Esc W
Delete cursor line Esc R
Clear screen to nulls Esc *
Clear screen to spaces Esc +
Clear screen to write-protected spaces Esc ,
Clear screen to character car Esc F car
This family is composed by the PROLOGUE 2/3, PROLOGUE 4/5 and TWIN
SERVER emulations.
Cursor Commands
Cursor left 08h
Cursor right 0Ch
Cursor up; no scroll 0Bh
Cursor up; scroll Esc J
Cursor down; scroll 0Ah
Cursor to start of next line 1Fh
cursor to start of line 0Dh
Home cursor 1Eh
Address cursor in current 80-column page Esc = line col
Address cursor in current 80-column or 132-column page Esc = line n col
Address cursor in a specific 80-column page Esc - page line col
Address cursor line (current line not modified) Esc : line or Esc [ line
Address cursor column (current column not modified) Esc ] line
Address cursor in current 80/132-column page Esc ^ lll R ccc C
Editing
Set tab stop Esc 1
Clear tab stop Esc 2
Clear all tab stops Esc 3
Tabulate cursor 09h
Backtab Esc I*
Insert space character Esc Q
Insert line of spaces Esc E
Delete cursor character Esc W
Delete cursor line Esc R
Clear page to nulls Esc *0
Clear page to spaces Esc *1 or Esc +
Clear screen 1Ah
Video Attributes
Assign character display attribute Esc G attr
attr values for full-intensity:
0 : normal 8 : underscore
1 : invisible 9 : underscore + invisible
2 : blink : : underscore + blink
3 : invisible + blink ; : underscore + blink + invisible
4 : reverse < : underscore + reverse
5 : reverse + invisible = : underscore + reverse + invisible
6 : reverse + blink > : underscore + reverse + blink
7 : reverse + blink + invisible ? : underscore + reverse + invisible + blink
attr values for half-intensity:
20h : normal ( : underscore
! : invisible ) : underscore + invisible
" : blink * : underscore + blink
# : invisible + blink + : underscore + blink + invisible
$ : reverse , : underscore + reverse
% : reverse + invisible - : underscore + reverse + invisible
& : reverse + blink . : underscore + reverse + blink
' : reverse + blink + invisible / : underscore + reverse + invisible + blink
Message Line
Program and display label line Esc f txt 0Dh
Display label line Esc g
Clear label line Esc h
Set message line video attribute (attr: se above) Esc a 1 attr
Protected Data
Protect mode on Esc &
Protect mode off Esc '
Write-protect mode off Esc (
Write-protect mode on Esc )
Clear unprotected ...:
line to spaces from cursor Esc T
line to nulls from cursor Esc t
page to spaces from cursor Esc Y
page to nulls from cursor Esc y
page to spaces Esc *3
page to nulls Esc *2
Sending Data
Transparent print mode on 12h or Esc `
Transparent print mode off 14h
COPY mode on Esc @
COPY mode off Esc A
Print page Esc P
Print page to cursor Esc N
Programmable keys
Program: Esc z route key del sequence del
route: non-significant
Key: key number
Function keys:
<F1> to <F12>: 40h to 4Bh
<Shift><F1> to <Shift><F12>: 60h to 6Bh
Arrows keypad:
up: 20h down: 21h left: 22h right: 23h
del: one character (>20h)
Sequence: key definition (any character except Del)
Set default value for a key : Esc K route key del del
route, key and del: see above
Set default value for all keys: Esc K Z
Terminal Report
Answerback message (set through the AX3000 Set-Up) 05h
Response: message
ACK (if answerback message is not defined) 05h
Response: 06h
Read cursor address in current 80-column page Esc ?
Terminal returns: line col <RC>
Read 80-column page number and cursor address Esc / or Esc ~
Terminal returns: num line col <RC>
Cursor Commands
Cursor left 08h
Cursor right 0Ch
Cursor up; no scroll 0Bh
Cursor up; scroll Esc j
Cursor down; scroll 0Ah
Cursor down; no scroll 16h
Cursor to start of next line 1Fh
cursor to start of line 0Dh
Home cursor 1Eh
Address cursor in current 80-column page Esc = line col
Address cursor in a specific 80-column page or window Esc - page line col
Editing
Set tab stop Esc 1
Clear tab stop Esc 2
Clear all tab stops Esc 3
Tabulate cursor Esc i or 09h
Backtab Esc I*
Insert line of spaces Esc E
Delete cursor line Esc R
Clear page to nulls Esc *
Clear page to spaces Esc +
Video Attributes
Assign character display attribute Esc G attr
attr values for full-intensity:
0 : normal 8 : underscore
1 : invisible 9 : underscore + invisible
2 : blink : : underscore + blink
3 : invisible + blink ; : underscore + blink + invisible
4 : reverse < : underscore + reverse
5 : reverse + invisible = : underscore + reverse + invisible
6 : reverse + blink > : underscore + reverse + blink
7 : reverse + blink + invisible ? : underscore + reverse + invisible + blink
Note: the video attribute is encoded by a character on the screen
Message Line
Program label line Esc f txt 0Dh
Display label line Esc g
Clear label line Esc h
Protected Data
Protect mode on Esc &
Protect mode off Esc '
Write-protect mode off Esc (
Write-protect mode on Esc )
Clear cursor column from cursor Esc V
Clear unprotected ...:
page to spaces Esc ; or 1Ah or Esc ,
page to nulls Esc :
line to spaces from cursor Esc T
line to nulls from cursor Esc t
page to spaces from cursor Esc Y
page to nulls from cursor Esc y
Sending Data
Print formatted page Esc P
Print unformatted page L
Transparent print mode on Esc '
Transparent print mode off Esc a
Secondary receive mode off 12h
Secondary receive mode on 14h
COPY mode on Esc @
COPY mode off Esc A
Programmable keys
Program (from WYSE emulation) Esc z key sequence 7Fh
Terminal Report
Answerback message (set through the AX3000 Set-Up) Esc M
Response: message (or 60 <CR> if message is null)
Read cursor address in current 80-column page Esc ?
Terminal returns: line col <RC>
Read 80-column page (or window) number and cursor address Esc /
Terminal returns: num line col <RC>
Send ACK 05h
Terminal returns: 06h
Cursor Commands
Cursor right Esc C
Cursor left Esc D
Cursor up (no scroll) Esc A
Cursor up (scroll) Esc ! M
Cursor down (no scroll) Esc B
Cursor down (scroll) Esc 20 M
Cursor to start of next line Esc M
Cursor to next line (same column) 0Ah
Cursor to start of line 0Dh
Home cursor Esc H
Set cursor address: line Pn1 (20h…38h), column Pn2 (20h…6Fh) Esc Y Pn1 Pn2
Set cursor address: line Pn1 (1..25), column Pn2 (1..80) Esc [ Pn1 ; Pn2 H
Set buffer address line Pn1 (20h...38h), column Pn2 (20h..6Fh) Esc X Pn1 Pn2
Reset buffer address mode Esc 20h Z
Insert cursor Esc Z
Editing
Set tab stop Esc 0
Tabulate cursor 09h
Backtab Esc 2
Clear tab stop Esc 1
Clear all tab stops Esc 20h 1
Clear screen and home cursor Esc L or Esc K or Esc ! L
Clear screen from cursor Esc J
Clear line from cursor Esc I
Insert a line Esc N
Delete cursor line Esc O
Insert character Pn Esc P Pn
Delete cursor character Esc Q
Terminal Commands
Reset to initial state Esc 20h S
Sound bell 07h
Lock keyboard Esc :
Unlock keyboard Esc ;
Assign Pn character set as G0 Esc < Pn
Assign Pn character set as G1 Esc > Pn
Set a 24x80 screen Esc 20h r!! 20h 8"P
Set a 25x80 screen Esc 20h r!! 20h 9"P
Set a 24x132 screen Esc 20h r!! 20h 8$D
Set a 25x132 screen Esc 20h r!! 20h 9$D
Enable 'Impr' key (hardcopy sequence is sent when the key is pressed) Esc ) :
Disable 'Impr' key (the hardcopy is locally performed) Esc ) ;
Programmable Keys
Set all default programmable keys Esc 20h t
Video Attributes
Assign character display attribute (additive sequence) Esc 4 attr a
attr values:
( : bold
! : reverse ) : bold + reverse
" : underscore * : bold + underscore
# : underscore + reverse + : bold + underscore + reverse
$ : blink , : bold + blink
% : reverse + blink - : bold + reverse + blink
& : underscore + blink . : bold + underscore + blink
' : reverse + underscore + blink / : bold + reverse + underscore + blink
0 : invisible
Assign character display attribute (non-additive sequence) Esc 4 attr
attr values:
Terminal Report
Cursor position report Esc 5
Response: Esc Y line col <CR>
Terminal status Esc 6
Response: Esc 6 20h D <CR>
Hardware configuration Esc 20h 6
Response: Esc 20h 6 T <CR>
Hardware configuration (enhanced) Esc " 6
Response: Esc " 6 ) ( ! & D <CR>
Answerback message (set through the AX3000 Set-Up) Esc ! 6
Response: Esc ! 6 message Esc 6 <CR>
-3-
CHARACTER SETS
The Platine terminal supports many character sets. These character sets are
sorted by families:
- ANSI, PCTERM, SM94xx, PROLOGUE, QVT, TVI and 3151 families
- VT family
- WYSE family
41 hexadecimal value
character A 65
101
decimal value
octal value
The following table specifies available character sets for each family:
0 1 2 3 4 5 6 7
PC-437 : 0 10 20 30 40 50 60 70
0 0
0
16
20 SP 32
40
0 48
60
@ 64
100
P 80
120
` 96
140
p 112
160
1 11 21 31 41 51 61 71
1 ☺ 1
1
17
21
! 33
41
1 49
61
A 65
101
Q 81
121
a 97
141
q 113
161
2 12 22 32 42 52 62 72
2 2
2
¦ 18
22
" 34
42
2 50
62
B 66
102
R 82
122
b 98
142
r 114
162
♥
3 13 23 33 43 53 63 73
3 3
3
!! 19
23
# 35
43
3 51
63
C 67
103
S 83
123
c 99
143
s 115
163
♦
4 14 24 34 44 54 64 74
4 4
4
¶ 20
24
$ 36
44
4 52
64
D 68
104
T 84
124
d 100
144
t 116
164
♣
5 15 25 35 45 55 65 75
5 5
5
§ 21
25
% 37
45
5 53
65
E 69
105
U 85
125
e 101
145
u 117
165
♠
6 16 26 36 46 56 66 76
6 6
6
22
26
& 38
46
6 54
66
F 70
106
V 86
126
f 102
146
v 118
166
7 17 27 37 47 57 67 77
7 7
7
▄ 23
27
' 39
47
7 55
67
G 71
107
W 87
127
g 103
147
w 119
167
8 18 28 38 48 58 68 78
8 8
10
24
30
( 40
50
8 56
70
H 72
110
X 88
130
h 104
150
x 120
170
9 19 29 39 49 59 69 79
9 9
11
25
31
) 41
51
9 57
71
I 73
111
Y 89
131
i 105
151
y 121
171
∗
A 1A 2A 3A 4A 5A 6A 7A
A 10
12
26
32
42
52
: 58
72
J 74
112
Z 90
132
j 106
152
z 122
172
B 1B 2B 3B 4B 5B 6B 7B
B 11
13
27
33
+ 43
53
; 59
73
K 75
113
[ 91
133
k 107
153
{ 123
173
C 1C 2C 3C 4C 5C 6C 7C
C 12
14
28
34
, 44
54
< 60
74
L 76
114
\ 92
134
l 108
154 ¦ 124
174
D 1D 2D 3D 4D 5D 6D 7D
D 13
15
¥ 29
35
- 45
55
= 61
75
M 77
115
] 93
135
m 109
155
} 125
175
E 1E 2E 3E 4E 5E 6E 7E
E 14
16 V 30
36
. 46
56
> 62
76
N 78
116
^ 94
136
n 110
156
~ 126
176
F 1F 2F 3F 4F 5F 6F 7F
F ; 15
17 W 31
37
/ 47
57
? 63
77
O 79
117
_ 95
137
o 111
157
127
177
8 9 A B C D E F
80 90 A0 B0 C0 D0 E0 F0
0 Ç 128
200
É 144
220
á 160
240
176
260
└ 192
300
╨ 208
320
α 224
340
≡ 240
360
81 91 A1 B1 C1 D1 E1 F1
1 ü 129
201
æ 145
221
í 161
241
177
261
┴ 193
301
╤ 209
321
ß 225
341
± 241
361
82 92 A2 B2 C2 D2 E2 F2
2 é 130
202
Æ 146
222
ó 162
242
178
262
┬ 194
302
╥ 210
322
Γ 226
342
≥ 242
362
83 93 A3 B3 C3 D3 E3 F3
3 â 131
203
ô 147
223
ú 163
243
│ 179
263
├ 195
303
╙ 211
323
π 227
343
≤ 243
363
84 94 A4 B4 C4 D4 E4 F4
4 ä 132
204
ö 148
224
ñ 164
244
┤ 180
264
─ 196
304
╘ 212
324
Σ 228
344
⌠ 244
364
85 95 A5 B5 C5 D5 E5 F5
5 à 133
205
ò 149
225
Ñ 165
245
╡ 181
265
┼ 197
305
╒ 213
325
σ 229
345
⌡ 245
365
86 96 A6 B6 C6 D6 E6 F6
6 å 134
206
û 150
226
166
246
╢ 182
266
╞ 198
306
╓ 214
326
µ 230
346
÷ 246
366
87 97 A7 B7 C7 D7 E7 F7
7 ç 135
207
ù 151
227
167
2A7
╖ 183
267
╟ 199
307
╫ 215
327
τ 231
347
≈ 247
367
88 98 A8 B8 C8 D8 E8 F8
8 ê 136
210
ÿ 152
230
¿ 168
250
╕ 184
270
╚ 200
310
╪ 216
330
Φ 232
350
° 248
370
89 99 A9 B9 C9 D9 E9 F9
9 ë 137
211
Ö 153
231
⌐ 169
251
╣ 185
271
╔ 201
311
┘ 217
331
Θ 233
351
· 249
371
8A 9A AA BA CA DA EA FA
A è 138
212
Ü 154
232
¬ 170
252
║ 186
272
╩ 202
312
┌ 218
332
Ω 234
352
· 250
372
8B 9B AB BB CB DB EB FB
B ï 139
213
¢ 155
233
½ 171
253
╗ 187
273
╦ 203
313
█ 219
333
δ 235
353
√ 251
373
8C 9C AC BC CC DC EC FC
C î 140
214
£ 156
234
¼ 172
254
╝ 188
274
╠ 204
314
▄ 220
334
∞ 236
354
ⁿ 252
374
8D 9D AD BD CD DD ED FD
D ì 141
215
¥ 157
235
¡ 173
255
╜ 189
275
═ 205
315
▌ 221
335
φ 237
355
² 253
375
8E 9E AE BE CE DE EE FE
E Ä 142
216
Pt 158
236
« 174
256
╛ 190
276
╬ 206
316
▐ 222
336
ε 238
356
■ 254
376
8F 9F 2F BF CF DF EF FF
F Å 143
217
ƒ 159
237
» 175
257
┐ 191
277
╧ 207
317
▀ 223
337
∩ 239
357
255
377
0 1 2 3 4 5 6 7
PC-850 : 0 10 20 30 40 50 60 70
0 0
0
16
20 SP 32
40
0 48
60
@ 64
100
P 80
120
` 96
140
p 112
160
1 11 21 31 41 51 61 71
1 ☺ 1
1
17
21
! 33
41
1 49
61
A 65
101
Q 81
121
a 97
141
q 113
161
2 12 22 32 42 52 62 72
2 2
2
¦ 18
22
" 34
42
2 50
62
B 66
102
R 82
122
b 98
142
r 114
162
♥
3 13 23 33 43 53 63 73
3 3
3
!! 19
23
# 35
43
3 51
63
C 67
103
S 83
123
c 99
143
s 115
163
♦
4 14 24 34 44 54 64 74
4 4
4
¶ 20
24
$ 36
44
4 52
64
D 68
104
T 84
124
d 100
144
t 116
164
♣
5 15 25 35 45 55 65 75
5 5
5
§ 21
25
% 37
45
5 53
65
E 69
105
U 85
125
e 101
145
u 117
165
♠
6 16 26 36 46 56 66 76
6 6
6
22
26
& 38
46
6 54
66
F 70
106
V 86
126
f 102
146
v 118
166
7 17 27 37 47 57 67 77
7 7
7
▄ 23
27
' 39
47
7 55
67
G 71
107
W 87
127
g 103
147
w 119
167
8 18 28 38 48 58 68 78
8 8
10
24
30
( 40
50
8 56
70
H 72
110
X 88
130
h 104
150
x 120
170
9 19 29 39 49 59 69 79
9 9
11
25
31
) 41
51
9 57
71
I 73
111
Y 89
131
i 105
151
y 121
171
∗
A 1A 2A 3A 4A 5A 6A 7A
A 10
12
26
32
42
52
: 58
72
J 74
112
Z 90
132
j 106
152
z 122
172
B 1B 2B 3B 4B 5B 6B 7B
B 11
13
27
33
+ 43
53
; 59
73
K 75
113
[ 91
133
k 107
153
{ 123
173
C 1C 2C 3C 4C 5C 6C 7C
C 12
14
28
34
, 44
54
< 60
74
L 76
114
\ 92
134
l 108
154 ¦ 124
174
D 1D 2D 3D 4D 5D 6D 7D
D 13
15
¥ 29
35
- 45
55
= 61
75
M 77
115
] 93
135
m 109
155
} 125
175
E 1E 2E 3E 4E 5E 6E 7E
E 14
16 V 30
36
. 46
56
> 62
76
N 78
116
^ 94
136
n 110
156
~ 126
176
F 1F 2F 3F 4F 5F 6F 7F
F ; 15
17 W 31
37
/ 47
57
? 63
77
O 79
117
_ 95
137
o 111
157
127
177
8 9 A B C D E F
80 90 A0 B0 C0 D0 E0 F0
0 Ç 128
200
É 144
220
á 160
240
176
260
└ 192
300
ð 208
320
Ó 224
340
– 240
360
81 91 A1 B1 C1 D1 E1 F1
1 ü 129
201
æ 145
221
í 161
241
177
261
┴ 193
301
Ð 209
321
ß 225
341
± 241
361
82 92 A2 B2 C2 D2 E2 F2
2 é 130
202
Æ 146
222
ó 162
242
178
262
┬ 194
302
Ê 210
322
Ô 226
342
= 242
362
83 93 A3 B3 C3 D3 E3 F3
3 â 131
203
ô 147
223
ú 163
243
│ 179
263
├ 195
303
Ë 211
323
Ò 227
343
¾ 243
363
84 94 A4 B4 C4 D4 E4 F4
4 ä 132
204
ö 148
224
ñ 164
244
┤ 180
264
─ 196
304
È 212
324
õ 228
344
¶ 244
364
85 95 A5 B5 C5 D5 E5 F5
5 à 133
205
ò 149
225
Ñ 165
245
Á 181
265
┼ 197
305
213
325
Õ 229
345
§ 245
365
86 96 A6 B6 C6 D6 E6 F6
6 å 134
206
û 150
226
166
246
 182
266
ã 198
306
Í 214
326
µ 230
346
÷ 246
366
87 97 A7 B7 C7 D7 E7 F7
7 ç 135
207
ù 151
227
167
2A7
À 183
267
à 199
307
Î 215
327
þ 231
347
¸ 247
367
88 98 A8 B8 C8 D8 E8 F8
8 ê 136
210
ÿ 152
230
¿ 168
250
© 184
270
╚ 200
310
Ï 216
330
Þ 232
350
° 248
370
89 99 A9 B9 C9 D9 E9 F9
9 ë 137
211
Ö 153
231
® 169
251
╣ 185
271
╔ 201
311
┘ 217
331
Ú 233
351
¨ 249
371
8A 9A AA BA CA DA EA FA
A è 138
212
Ü 154
232
¬ 170
252
║ 186
272
╩ 202
312
┌ 218
332
Û 234
352
· 250
372
8B 9B AB BB CB DB EB FB
B ï 139
213
ø 155
233
½ 171
253
╗ 187
273
╦ 203
313
█ 219
333
Ù 235
353
¹ 251
373
8C 9C AC BC CC DC EC FC
C î 140
214
£ 156
234
¼ 172
254
╝ 188
274
╠ 204
314
▄ 220
334
ý 236
354
² 252
374
8D 9D AD BD CD DD ED FD
D ì 141
215
Ø 157
235
¡ 173
255
¢ 189
275
═ 205
315
¦ 221
335
Ý 237
355
³ 253
375
8E 9E AE BE CE DE EE FE
E Ä 142
216
x 158
236
« 174
256
¥ 190
276
╬ 206
316
Ì 222
336
¯ 238
356
■ 254
376
8F 9F AF BF CF DF EF FF
F Å 143
217
ƒ 159
237
» 175
257
┐ 191
277
¤ 207
317
▀ 223
337
´ 239
357
255
377
0 1 2 3 4 5 6 7
PC-858 : 0 10 20 30 40 50 60 70
0 0
0
16
20 SP 32
40
0 48
60
@ 64
100
P 80
120
` 96
140
p 112
160
1 11 21 31 41 51 61 71
1 ☺ 1
1
17
21
! 33
41
1 49
61
A 65
101
Q 81
121
a 97
141
q 113
161
(Available only with 2 12 22 32 42 52 62 72
Euro option)
2 2
2
¦ 18
22
" 34
42
2 50
62
B 66
102
R 82
122
b 98
142
r 114
162
♥
3 13 23 33 43 53 63 73
3 3
3
!! 19
23
# 35
43
3 51
63
C 67
103
S 83
123
c 99
143
s 115
163
♦
4 14 24 34 44 54 64 74
4 4
4
¶ 20
24
$ 36
44
4 52
64
D 68
104
T 84
124
d 100
144
t 116
164
♣
5 15 25 35 45 55 65 75
5 5
5
§ 21
25
% 37
45
5 53
65
E 69
105
U 85
125
e 101
145
u 117
165
♠
6 16 26 36 46 56 66 76
6 6
6
22
26
& 38
46
6 54
66
F 70
106
V 86
126
f 102
146
v 118
166
7 17 27 37 47 57 67 77
7 7
7
▄ 23
27
' 39
47
7 55
67
G 71
107
W 87
127
g 103
147
w 119
167
8 18 28 38 48 58 68 78
8 8
10
24
30
( 40
50
8 56
70
H 72
110
X 88
130
h 104
150
x 120
170
9 19 29 39 49 59 69 79
9 9
11
25
31
) 41
51
9 57
71
I 73
111
Y 89
131
i 105
151
y 121
171
∗
A 1A 2A 3A 4A 5A 6A 7A
A 10
12
26
32
42
52
: 58
72
J 74
112
Z 90
132
j 106
152
z 122
172
B 1B 2B 3B 4B 5B 6B 7B
B 11
13
27
33
+ 43
53
; 59
73
K 75
113
[ 91
133
k 107
153
{ 123
173
C 1C 2C 3C 4C 5C 6C 7C
C 12
14
28
34
, 44
54
< 60
74
L 76
114
\ 92
134
l 108
154 ¦ 124
174
D 1D 2D 3D 4D 5D 6D 7D
D 13
15
¥ 29
35
- 45
55
= 61
75
M 77
115
] 93
135
m 109
155
} 125
175
E 1E 2E 3E 4E 5E 6E 7E
E 14
16 V 30
36
. 46
56
> 62
76
N 78
116
^ 94
136
n 110
156
~ 126
176
F 1F 2F 3F 4F 5F 6F 7F
F ; 15
17 W 31
37
/ 47
57
? 63
77
O 79
117
_ 95
137
o 111
157
127
177
8 9 A B C D E F
80 90 A0 B0 C0 D0 E0 F0
0 Ç 128
200
É 144
220
á 160
240
176
260
└ 192
300
ð 208
320
Ó 224
340
– 240
360
81 91 A1 B1 C1 D1 E1 F1
1 ü 129
201
æ 145
221
í 161
241
177
261
┴ 193
301
Ð 209
321
ß 225
341
± 241
361
82 92 A2 B2 C2 D2 E2 F2
2 é 130
202
Æ 146
222
ó 162
242
178
262
┬ 194
302
Ê 210
322
Ô 226
342
= 242
362
83 93 A3 B3 C3 D3 E3 F3
3 â 131
203
ô 147
223
ú 163
243
│ 179
263
├ 195
303
Ë 211
323
Ò 227
343
¾ 243
363
84 94 A4 B4 C4 D4 E4 F4
4 ä 132
204
ö 148
224
ñ 164
244
┤ 180
264
─ 196
304
È 212
324
õ 228
344
¶ 244
364
85 95 A5 B5 C5 D5 E5 F5
5 à 133
205
ò 149
225
Ñ 165
245
Á 181
265
┼ 197
305
213
325
Õ 229
345
§ 245
365
86 96 A6 B6 C6 D6 E6 F6
6 å 134
206
û 150
226
166
246
 182
266
ã 198
306
Í 214
326
µ 230
346
÷ 246
366
87 97 A7 B7 C7 D7 E7 F7
7 ç 135
207
ù 151
227
167
2A7
À 183
267
à 199
307
Î 215
327
þ 231
347
¸ 247
367
88 98 A8 B8 C8 D8 E8 F8
8 ê 136
210
ÿ 152
230
¿ 168
250
© 184
270
╚ 200
310
Ï 216
330
Þ 232
350
° 248
370
89 99 A9 B9 C9 D9 E9 F9
9 ë 137
211
Ö 153
231
® 169
251
╣ 185
271
╔ 201
311
┘ 217
331
Ú 233
351
¨ 249
371
8A 9A AA BA CA DA EA FA
A è 138
212
Ü 154
232
¬ 170
252
║ 186
272
╩ 202
312
┌ 218
332
Û 234
352
· 250
372
8B 9B AB BB CB DB EB FB
B ï 139
213
ø 155
233
½ 171
253
╗ 187
273
╦ 203
313
█ 219
333
Ù 235
353
¹ 251
373
8C 9C AC BC CC DC EC FC
C î 140
214
£ 156
234
¼ 172
254
╝ 188
274
╠ 204
314
▄ 220
334
ý 236
354
² 252
374
8D 9D AD BD CD DD ED FD
D ì 141
215
Ø 157
235
¡ 173
255
¢ 189
275
═ 205
315
¦ 221
335
Ý 237
355
³ 253
375
8E 9E AE BE CE DE EE FE
E Ä 142
216
x 158
236
« 174
256
¥ 190
276
╬ 206
316
Ì 222
336
¯ 238
356
■ 254
376
8F 9F AF BF CF DF EF FF
F Å 143
217
ƒ 159
237
» 175
257
┐ 191
277
¤ 207
317
▀ 223
337
´ 239
357
255
377
0 1 2 3 4 5 6 7
PC-860 : 0 10 20 30 40 50 60 70
0 0
0
16
20 SP 32
40
0 48
60
@ 64
100
P 80
120
` 96
140
p 112
160
1 11 21 31 41 51 61 71
1 ☺ 1
1
17
21
! 33
41
1 49
61
A 65
101
Q 81
121
a 97
141
q 113
161
2 12 22 32 42 52 62 72
2 2
2
¦ 18
22
" 34
42
2 50
62
B 66
102
R 82
122
b 98
142
r 114
162
♥
3 13 23 33 43 53 63 73
3 3
3
!! 19
23
# 35
43
3 51
63
C 67
103
S 83
123
c 99
143
s 115
163
♦
4 14 24 34 44 54 64 74
4 4
4
¶ 20
24
$ 36
44
4 52
64
D 68
104
T 84
124
d 100
144
t 116
164
♣
5 15 25 35 45 55 65 75
5 5
5
§ 21
25
% 37
45
5 53
65
E 69
105
U 85
125
e 101
145
u 117
165
♠
6 16 26 36 46 56 66 76
6 6
6
22
26
& 38
46
6 54
66
F 70
106
V 86
126
f 102
146
v 118
166
7 17 27 37 47 57 67 77
7 7
7
▄ 23
27
' 39
47
7 55
67
G 71
107
W 87
127
g 103
147
w 119
167
8 18 28 38 48 58 68 78
8 8
10
24
30
( 40
50
8 56
70
H 72
110
X 88
130
h 104
150
x 120
170
9 19 29 39 49 59 69 79
9 9
11
25
31
) 41
51
9 57
71
I 73
111
Y 89
131
i 105
151
y 121
171
∗
A 1A 2A 3A 4A 5A 6A 7A
A 10
12
26
32
42
52
: 58
72
J 74
112
Z 90
132
j 106
152
z 122
172
B 1B 2B 3B 4B 5B 6B 7B
B 11
13
27
33
+ 43
53
; 59
73
K 75
113
[ 91
133
k 107
153
{ 123
173
C 1C 2C 3C 4C 5C 6C 7C
C 12
14
28
34
, 44
54
< 60
74
L 76
114
\ 92
134
l 108
154 ¦ 124
174
D 1D 2D 3D 4D 5D 6D 7D
D 13
15
¥ 29
35
- 45
55
= 61
75
M 77
115
] 93
135
m 109
155
} 125
175
E 1E 2E 3E 4E 5E 6E 7E
E 14
16 V 30
36
. 46
56
> 62
76
N 78
116
^ 94
136
n 110
156
~ 126
176
F 1F 2F 3F 4F 5F 6F 7F
F ; 15
17 W 31
37
/ 47
57
? 63
77
O 79
117
_ 95
137
o 111
157
127
177
8 9 A B C D E F
80 90 A0 B0 C0 D0 E0 F0
0 Ç 128
200
É 144
220
á 160
240
176
260
└ 192
300
╨ 208
320
α 224
340
≡ 240
360
81 91 A1 B1 C1 D1 E1 F1
1 ü 129
201
À 145
221
í 161
241
177
261
┴ 193
301
╤ 209
321
ß 225
341
± 241
361
82 92 A2 B2 C2 D2 E2 F2
2 é 130
202
È 146
222
ó 162
242
178
262
┬ 194
302
╥ 210
322
Γ 226
342
≥ 242
362
83 93 A3 B3 C3 D3 E3 F3
3 â 131
203
ô 147
223
ú 163
243
│ 179
263
├ 195
303
╙ 211
323
π 227
343
≤ 243
363
84 94 A4 B4 C4 D4 E4 F4
4 ã 132
204
õ 148
224
ñ 164
244
┤ 180
264
─ 196
304
╘ 212
324
Σ 228
344
⌠ 244
364
85 95 A5 B5 C5 D5 E5 F5
5 à 133
205
ò 149
225
Ñ 165
245
╡ 181
265
┼ 197
305
╒ 213
325
σ 229
345
⌡ 245
365
86 96 A6 B6 C6 D6 E6 F6
6 Á 134
206
Ú 150
226
166
246
╢ 182
266
╞ 198
306
╓ 214
326
µ 230
346
÷ 246
366
87 97 A7 B7 C7 D7 E7 F7
7 ç 135
207
ù 151
227
167
2A7
╖ 183
267
╟ 199
307
╫ 215
327
τ 231
347
≈ 247
367
88 98 A8 B8 C8 D8 E8 F8
8 ê 136
210
Ì 152
230
¿ 168
250
╕ 184
270
╚ 200
310
╪ 216
330
Φ 232
350
° 248
370
89 99 A9 B9 C9 D9 E9 F9
9 Ê 137
211
Õ 153
231
Ò 169
251
╣ 185
271
╔ 201
311
┘ 217
331
Θ 233
351
· 249
371
8A 9A AA BA CA DA EA FA
A è 138
212
Ü 154
232
¬ 170
252
║ 186
272
╩ 202
312
┌ 218
332
Ω 234
352
· 250
372
8B 9B AB BB CB DB EB FB
B Í 139
213
¢ 155
233
½ 171
253
╗ 187
273
╦ 203
313
█ 219
333
δ 235
353
√ 251
373
8C 9C AC BC CC DC EC FC
C Ô 140
214
£ 156
234
¼ 172
254
╝ 188
274
╠ 204
314
▄ 220
334
∞ 236
354
ⁿ 252
374
8D 9D AD BD CD DD ED FD
D ì 141
215
Ù 157
235
¡ 173
255
╜ 189
275
═ 205
315
▌ 221
335
φ 237
355
² 253
375
8E 9E AE BE CE DE EE FE
E Ã 142
216
Pt 158
236
« 174
256
╛ 190
276
╬ 206
316
▐ 222
336
ε 238
356
■ 254
376
8F 9F AF BF CF DF EF FF
F Â 143
217
Ó 159
237
» 175
257
┐ 191
277
╧ 207
317
▀ 223
337
∩ 239
357
255
377
ISO 8859-1: 0 1 2 3 4 5 6 7
0 10 20 30 40 50 60 70
0 0
0
16
20 SP 32
40
0 48
60
@ 64
100
P 80
120
` 96
140
p 112
160
1 11 21 31 41 51 61 71
1 ☺ 1
1
17
21
! 33
41
1 49
61
A 65
101
Q 81
121
a 97
141
q 113
161
2 12 22 32 42 52 62 72
2 2
2
¦ 18
22
" 34
42
2 50
62
B 66
102
R 82
122
b 98
142
r 114
162
♥
3 13 23 33 43 53 63 73
3 3
3
!! 19
23
# 35
43
3 51
63
C 67
103
S 83
123
c 99
143
s 115
163
♦
4 14 24 34 44 54 64 74
4 4
4
¶ 20
24
$ 36
44
4 52
64
D 68
104
T 84
124
d 100
144
t 116
164
♣
5 15 25 35 45 55 65 75
5 5
5
§ 21
25
% 37
45
5 53
65
E 69
105
U 85
125
e 101
145
u 117
165
♠
6 16 26 36 46 56 66 76
6 6
6
22
26
& 38
46
6 54
66
F 70
106
V 86
126
f 102
146
v 118
166
7 17 27 37 47 57 67 77
7 7
7
▄ 23
27
' 39
47
7 55
67
G 71
107
W 87
127
g 103
147
w 119
167
8 18 28 38 48 58 68 78
8 8
10
24
30
( 40
50
8 56
70
H 72
110
X 88
130
h 104
150
x 120
170
9 19 29 39 49 59 69 79
9 9
11
25
31
) 41
51
9 57
71
I 73
111
Y 89
131
i 105
151
y 121
171
∗
A 1A 2A 3A 4A 5A 6A 7A
A 10
12
26
32
42
52
: 58
72
J 74
112
Z 90
132
j 106
152
z 122
172
B 1B 2B 3B 4B 5B 6B 7B
B 11
13
27
33
+ 43
53
; 59
73
K 75
113
[ 91
133
k 107
153
{ 123
173
C 1C 2C 3C 4C 5C 6C 7C
C 12
14
28
34
, 44
54
< 60
74
L 76
114
\ 92
134
l 108
154 ¦ 124
174
D 1D 2D 3D 4D 5D 6D 7D
D 13
15
¥ 29
35
- 45
55
= 61
75
M 77
115
] 93
135
m 109
155
} 125
175
E 1E 2E 3E 4E 5E 6E 7E
E 14
16 V 30
36
. 46
56
> 62
76
N 78
116
^ 94
136
n 110
156
~ 126
176
F 1F 2F 3F 4F 5F 6F 7F
F ; 15
17 W 31
37
/ 47
57
? 63
77
O 79
117
_ 95
137
o 111
157
127
177
8 9 A B C D E F
80 90 A0 B0 C0 D0 E0 F0
0 128
200
144
220
160
240
° 176
260
À 192
300
Ð 208
320
à 340 ð
224 240
360
81 91 A1 B1 C1 D1 E1 F1
1 x 129
201
145
221
¡ 161
241
± 177
261
Á 193
301
Ñ 209
321
á 225
341
ñ 241
361
82 92 A2 B2 C2 D2 E2 F2
2 130
202
146
222
¢ 162
242
² 178
262
 194
302
Ò 210
322
â 342 ò
226 242
362
83 93 A3 B3 C3 D3 E3 F3
3 131
203
147
223
£ 163
243
³ 179
263
à 195
303
Ó 211
323
ã 227
343
ó 243
363
84 94 A4 B4 C4 D4 E4 F4
4 132
204
148
224
¤ 164
244
180
264
Ä 196
304
Ô 212
324
ä 228
344
ô 244
364
85 95 A5 B5 C5 D5 E5 F5
5 133
205
├ 149
225
¥ 165
245
µ 181
265
Å 197
305
Õ 213
325
å 229
345
õ 245
365
86 96 A6 B6 C6 D6 E6 F6
6 134
206
┤ 150
226
¦ 166
246
¶ 182
266
Æ 198
306
Ö 214
326
æ 230
346
ö 246
366
87 97 A7 B7 C7 D7 E7 F7
7 ° 135
207
┴ 151
227
§ 167
2A7
· 183
267
Ç 199
307
x 215
327
ç 231
347
÷ 247
367
88 98 A8 B8 C8 D8 E8 F8
8 ± 136
210
┬ 152
230
¨ 168
250
¸ 184
270
È 200
310
Ø 216
330
è 232
350
φ 248
370
89 99 A9 B9 C9 D9 E9 F9
9 137
211
│ 153
231
© 169
251
¹ 185
271
É 201
311
Ù 217
331
é 233
351
ù 249
371
8A 9A AA BA CA DA EA FA
A 138
212
≤ 154
232
170
252
186
272
Ê 202
312
Ú 218
332
ê 234
352
ú 250
372
8B 9B AB BB CB DB EB FB
B ┘ 139
213
≥ 155
233
« 171
253
» 187
273
Ë 203
313
Û 219
333
ë 235
353
û 251
373
8C 9C AC BC CC DC EC FC
C ┐ 140
214
∏ 156
234
¬ 172
254
¼ 188
274
Ì 204
314
Ü 220
334
ì 236
354
ü 252
374
≠
8D 9D AD BD CD DD ED FD
D ┌ 141
215
157
235
─ 173
255
½ 189
275
Í 205
315
Ý 221
335
í 237
355
ý 253
375
8E 9E AE BE CE DE EE FE
E └ 142
216
£ 158
236
® 174
256
¾ 190
276
Î 206
316
þ 222
336
î 238
356
Þ 254
376
8F 9F AF BF CF DF EF FF
F ┼ 143
217
· 159
237
─ 175
257
¿ 191
277
Ï 207
317
ß 223
337
ï 239
357
ÿ 255
377
Note: for ANSI RS/6000 emulation, the ASCII characters from 80h to 9Fh are blank characters.
ISO 8859-SG: 0 1 2 3 4 5 6 7
0 10 20 30 40 50 60 70
0 α 0
0
16
20 SP 32
40
0 48
60
@ 64
100
P 80
120
` 96
140
p 112
160
1 11 21 31 41 51 61 71
1 Γ 1
1
17
21
! 33
41
1 49
61
A 65
101
Q 81
121
a 97
141
q 113
161
2 12 22 32 42 52 62 72
2 π 2
2
18
22
" 34
42
2 50
62
B 66
102
R 82
122
b 98
142
r 114
162
3 13 23 33 43 53 63 73
3 Σ 3
3
│ 19
23
# 35
43
3 51
63
C 67
103
S 83
123
c 99
143
s 115
163
4 14 24 34 44 54 64 74
4 σ 4
4
┤ 20
24
$ 36
44
4 52
64
D 68
104
T 84
124
d 100
144
t 116
164
5 15 25 35 45 55 65 75
5 τ 5
5
╡ 21
25
% 37
45
5 53
65
E 69
105
U 85
125
e 101
145
u 117
165
6 16 26 36 46 56 66 76
6 Φ 6
6
╢ 22
26
& 38
46
6 54
66
F 70
106
V 86
126
f 102
146
v 118
166
7 17 27 37 47 57 67 77
7 Θ 7
7
╖ 23
27
' 39
47
7 55
67
G 71
107
W 87
127
g 103
147
w 119
167
8 18 28 38 48 58 68 78
8 Ω 8
10
╕ 24
30
( 40
50
8 56
70
H 72
110
X 88
130
h 104
150
x 120
170
9 19 29 39 49 59 69 79
9 δ 9
11
╣ 25
31
) 41
51
9 57
71
I 73
111
Y 89
131
i 105
151
y 121
171
∗
A 1A 2A 3A 4A 5A 6A 7A
A ∞ 10
12
║ 26
32
42
52
: 58
72
J 74
112
Z 90
132
j 106
152
z 122
172
B 1B 2B 3B 4B 5B 6B 7B
B ε 11
13
╗ 27
33
+ 43
53
; 59
73
K 75
113
[ 91
133
k 107
153
{ 123
173
C 1C 2C 3C 4C 5C 6C 7C
C ∩ 12
14
╝ 28
34
, 44
54
< 60
74
L 76
114
\ 92
134
l 108
154 ¦ 124
174
D 1D 2D 3D 4D 5D 6D 7D
D ÿ 13
15
╜ 29
35
- 45
55
= 61
75
M 77
115
] 93
135
m 109
155
} 125
175
E 1E 2E 3E 4E 5E 6E 7E
E Pt 14
16
╛ 30
36
. 46
56
> 62
76
N 78
116
^ 94
136
n 110
156
~ 126
176
F 1F 2F 3F 4F 5F 6F 7F
F ƒ 15
17
┐ 31
37
/ 47
57
? 63
77
O 79
117
_ 95
137
o 111
157
127
177
8 9 A B C D E F
80 90 A0 B0 C0 D0 E0 F0
0 └ 128
200
╨ 144
220
160
240
° 176
260
À 192
300
Ð 208
320
à 340 ð
224 240
360
81 91 A1 B1 C1 D1 E1 F1
1 ┴ 129
201
╤ 145
221
¡ 161
241
± 177
261
Á 193
301
Ñ 209
321
á 225
341
ñ 241
361
82 92 A2 B2 C2 D2 E2 F2
2 ┬ 130
202
╥ 146
222
¢ 162
242
² 178
262
 194
302
Ò 210
322
â 342 ò
226 242
362
83 93 A3 B3 C3 D3 E3 F3
3 ├ 131
203
╙ 147
223
£ 163
243
³ 179
263
à 195
303
Ó 211
323
ã 227
343
ó 243
363
84 94 A4 B4 C4 D4 E4 F4
4 ─ 132
204
╘ 148
224
¤ 164
244
180
264
Ä 196
304
Ô 212
324
ä 228
344
ô 244
364
85 95 A5 B5 C5 D5 E5 F5
5 ┼ 133
205
╒ 149
225
¥ 165
245
µ 181
265
Å 197
305
Õ 213
325
å 229
345
õ 245
365
86 96 A6 B6 C6 D6 E6 F6
6 ╞ 134
206
╓ 150
226
¦ 166
246
¶ 182
266
Æ 198
306
Ö 214
326
æ 230
346
ö 246
366
87 97 A7 B7 C7 D7 E7 F7
7 ╟ 135
207
╫ 151
227
§ 167
2A7
· 183
267
Ç 199
307
x 215
327
ç 231
347
÷ 247
367
88 98 A8 B8 C8 D8 E8 F8
8 ╚ 136
210
╪ 152
230
¨ 168
250
¸ 184
270
È 200
310
Ø 216
330
è 232
350
φ 248
370
89 99 A9 B9 C9 D9 E9 F9
9 ╔ 137
211
┘ 153
231
© 169
251
¹ 185
271
É 201
311
Ù 217
331
é 233
351
ù 249
371
8A 9A AA BA CA DA EA FA
A ╩ 138
212
┌ 154
232
170
252
186
272
Ê 202
312
Ú 218
332
ê 234
352
ú 250
372
8B 9B AB BB CB DB EB FB
B ╦ 139
213
█ 155
233
« 171
253
» 187
273
Ë 203
313
Û 219
333
ë 235
353
û 251
373
8C 9C AC BC CC DC EC FC
C ╠ 140
214
▄ 156
234
¬ 172
254
¼ 188
274
Ì 204
314
Ü 220
334
ì 236
354
ü 252
374
8D 9D AD BD CD DD ED FD
D ═ 141
215
▌ 157
235
─ 173
255
½ 189
275
Í 205
315
Ý 221
335
í 237
355
ý 253
375
8E 9E AE BE CE DE EE FE
E ╬ 142
216
▐ 158
236
® 174
256
¾ 190
276
Î 206
316
þ 222
336
î 238
356
Þ 254
376
8F 9F AF BF CF DF EF FF
F ╧ 143
217
▀ 159
237
─ 175
257
¿ 191
277
Ï 207
317
ß 223
337
ï 239
357
ÿ 255
377
ISO 8859-15: 0 1 2 3 4 5 6 7
0 10 20 30 40 50 60 70
0 0
0
16
20 SP 32
40
0 48
60
@ 64
100
P 80
120
` 96
140
p 112
160
1 11 21 31 41 51 61 71
(only available with the 1 ☺ 1
1
17
21
! 33
41
1 49
61
A 65
101
Q 81
121
a 97
141
q 113
161
2 12 22 32 42 52 62 72
Euro option) 2 2
2
¦ 18
22
" 34
42
2 50
62
B 66
102
R 82
122
b 98
142
r 114
162
♥
3 13 23 33 43 53 63 73
3 3
3
!! 19
23
# 35
43
3 51
63
C 67
103
S 83
123
c 99
143
s 115
163
♦
4 14 24 34 44 54 64 74
4 4
4
¶ 20
24
$ 36
44
4 52
64
D 68
104
T 84
124
d 100
144
t 116
164
♣
5 15 25 35 45 55 65 75
5 5
5
§ 21
25
% 37
45
5 53
65
E 69
105
U 85
125
e 101
145
u 117
165
♠
6 16 26 36 46 56 66 76
6 6
6
22
26
& 38
46
6 54
66
F 70
106
V 86
126
f 102
146
v 118
166
7 17 27 37 47 57 67 77
7 7
7
▄ 23
27
' 39
47
7 55
67
G 71
107
W 87
127
g 103
147
w 119
167
8 18 28 38 48 58 68 78
8 8
10
24
30
( 40
50
8 56
70
H 72
110
X 88
130
h 104
150
x 120
170
9 19 29 39 49 59 69 79
9 9
11
25
31
) 41
51
9 57
71
I 73
111
Y 89
131
i 105
151
y 121
171
∗
A 1A 2A 3A 4A 5A 6A 7A
A 10
12
26
32
42
52
: 58
72
J 74
112
Z 90
132
j 106
152
z 122
172
B 1B 2B 3B 4B 5B 6B 7B
B 11
13
27
33
+ 43
53
; 59
73
K 75
113
[ 91
133
k 107
153
{ 123
173
C 1C 2C 3C 4C 5C 6C 7C
C 12
14
28
34
, 44
54
< 60
74
L 76
114
\ 92
134
l 108
154 ¦ 124
174
D 1D 2D 3D 4D 5D 6D 7D
D 13
15
¥ 29
35
- 45
55
= 61
75
M 77
115
] 93
135
m 109
155
} 125
175
E 1E 2E 3E 4E 5E 6E 7E
E 14
16 V 30
36
. 46
56
> 62
76
N 78
116
^ 94
136
n 110
156
~ 126
176
F 1F 2F 3F 4F 5F 6F 7F
F ; 15
17 W 31
37
/ 47
57
? 63
77
O 79
117
_ 95
137
o 111
157
127
177
8 9 A B C D E F
80 90 A0 B0 C0 D0 E0 F0
0 128
200
144
220
160
240
° 176
260
À 192
300
Ð 208
320
à 340 ð
224 240
360
81 91 A1 B1 C1 D1 E1 F1
1 x 129
201
145
221
¡ 161
241
± 177
261
Á 193
301
Ñ 209
321
á 225
341
ñ 241
361
82 92 A2 B2 C2 D2 E2 F2
2 130
202
146
222
¢ 162
242
² 178
262
 194
302
Ò 210
322
â 342 ò
226 242
362
83 93 A3 B3 C3 D3 E3 F3
3 131
203
147
223
£ 163
243
³ 179
263
à 195
303
Ó 211
323
ã 227
343
ó 243
363
84 94 A4 B4 C4 D4 E4 F4
4 132
204
148
224
164
244
180
264
Ä 196
304
Ô 212
324
ä 228
344
ô 244
364
85 95 A5 B5 C5 D5 E5 F5
5 133
205
├ 149
225
¥ 165
245
µ 181
265
Å 197
305
Õ 213
325
å 229
345
õ 245
365
86 96 A6 B6 C6 D6 E6 F6
6 134
206
┤ 150
226
166
246
¶ 182
266
Æ 198
306
Ö 214
326
æ 230
346
ö 246
366
87 97 A7 B7 C7 D7 E7 F7
7 ° 135
207
┴ 151
227
§ 167
2A7
· 183
267
Ç 199
307
x 215
327
ç 231
347
÷ 247
367
88 98 A8 B8 C8 D8 E8 F8
8 ± 136
210
┬ 152
230
168
250
184
270
È 200
310
Ø 216
330
è 232
350
φ 248
370
89 99 A9 B9 C9 D9 E9 F9
9 137
211
│ 153
231
© 169
251
¹ 185
271
É 201
311
Ù 217
331
é 233
351
ù 249
371
8A 9A AA BA CA DA EA FA
A 138
212
≤ 154
232
170
252
186
272
Ê 202
312
Ú 218
332
ê 234
352
ú 250
372
8B 9B AB BB CB DB EB FB
B ┘ 139
213
≥ 155
233
« 171
253
» 187
273
Ë 203
313
Û 219
333
ë 235
353
û 251
373
8C 9C AC BC CC DC EC FC
C ┐ 140
214
∏ 156
234
¬ 172
254
Œ 188
274
Ì 204
314
Ü 220
334
ì 236
354
ü 252
374
≠
8D 9D AD BD CD DD ED FD
D ┌ 141
215
157
235
173
255
œ 189
275
Í 205
315
Ý 221
335
í 237
355
ý 253
375
8E 9E AE BE CE DE EE FE
E └ 142
216
£ 158
236
® 174
256
Ÿ 190
276
Î 206
316
þ 222
336
î 238
356
Þ 254
376
8F 9F AF BF CF DF EF FF
F ┼ 143
217
· 159
237
175
257
¿ 191
277
Ï 207
317
ß 223
337
ï 239
357
ÿ 255
377
Note: for ANSI RS/6000 emulation, the ASCII characters from 80h to 9Fh are blank characters.
0 1 2 3 4 5 6 7
0 10 20 30 40 50 60 70
0 NUL 0
0 DLE 16
20 SP 32
40
0 48
60
@ 64
100
P 80
120
` 96
140
p 112
160
1 11 21 31 41 51 61 71
1 SOH 1
1 DC1 17
21
! 33
41
1 49
61
A 65
101
Q 81
121
a 97
141
q 113
161
2 12 22 32 42 52 62 72
2 STX 2
2 DC2 18
22
" 34
42
2 50
62
B 66
102
R 82
122
b 98
142
r 114
162
3 13 23 33 43 53 63 73
3 ETX 3
3 DC3 19
23
# 35
43
3 51
63
C 67
103
S 83
123
c 99
143
s 115
163
4 14 24 34 44 54 64 74
4 EOT 4
4 DC4 20
24
$ 36
44
4 52
64
D 68
104
T 84
124
d 100
144
t 116
164
5 15 25 35 45 55 65 75
5 ENQ 5
5 NAK 21
25
% 37
45
5 53
65
E 69
105
U 85
125
e 101
145
u 117
165
6 16 26 36 46 56 66 76
6 ACK 6
6 SYN 22
26
& 38
46
6 54
66
F 70
106
V 86
126
f 102
146
v 118
166
7 17 27 37 47 57 67 77
7 BEL 7
7 ETB 23
27
' 39
47
7 55
67
G 71
107
W 87
127
g 103
147
w 119
167
8 18 28 38 48 58 68 78
8 BS 8
10 CAN 24
30
( 40
50
8 56
70
H 72
110
X 88
130
h 104
150
x 120
170
9 19 29 39 49 59 69 79
9 HT 9
11 EM 25
31
) 41
51
9 57
71
I 73
111
Y 89
131
i 105
151
y 121
171
∗
A 1A 2A 3A 4A 5A 6A 7A
A LF 10
12 SUB 26
32
42
52
: 58
72
J 74
112
Z 90
132
j 106
152
z 122
172
B 1B 2B 3B 4B 5B 6B 7B
B VT 11
13 ESC 27
33
+ 43
53
; 59
73
K 75
113
[ 91
133
k 107
153
{ 123
173
C 1C 2C 3C 4C 5C 6C 7C
C FF 12
14 FS 28
34
, 44
54
< 60
74
L 76
114
\ 92
134
l 108
154 ¦ 124
174
D 1D 2D 3D 4D 5D 6D 7D
D CR 13
15 GS 29
35
- 45
55
= 61
75
M 77
115
] 93
135
m 109
155
} 125
175
E 1E 2E 3E 4E 5E 6E 7E
E SO 14
16 RS 30
36
. 46
56
> 62
76
N 78
116
^ 94
136
n 110
156
~ 126
176
F 1F 2F 3F 4F 5F 6F 7F
F SI 15
17 US 31
37
/ 47
57
? 63
77
O 79
117
_ 95
137
o 111
157
127
177
The following table shows the characters that differ from the national set (US
keyboard):
0 1 2 3 4 5 6 7
SM9400 : 0 10 20 30 40 50 60 70
0 0
0
16
20 SP 32
40
0 48
60
@ 64
100
P 80
120
` 96
140
p 112
160
1 11 21 31 41 51 61 71
1 1
1
17
21
! 33
41
1 49
61
A 65
101
Q 81
121
a 97
141
q 113
161
2 12 22 32 42 52 62 72
2 2
2
18
22
" 34
42
2 50
62
B 66
102
R 82
122
b 98
142
r 114
162
3 13 23 33 43 53 63 73
3 3
3
19
23
# 35
43
3 51
63
C 67
103
S 83
123
c 99
143
s 115
163
4 14 24 34 44 54 64 74
4 4
4
20
24
$ 36
44
4 52
64
D 68
104
T 84
124
d 100
144
t 116
164
5 15 25 35 45 55 65 75
5 5
5
21
25
% 37
45
5 53
65
E 69
105
U 85
125
e 101
145
u 117
165
6 16 26 36 46 56 66 76
6 6
6
22
26
& 38
46
6 54
66
F 70
106
V 86
126
f 102
146
v 118
166
7 17 27 37 47 57 67 77
7 7
7
23
27
' 39
47
7 55
67
G 71
107
W 87
127
g 103
147
w 119
167
8 18 28 38 48 58 68 78
8 8
10
24
30
( 40
50
8 56
70
H 72
110
X 88
130
h 104
150
x 120
170
9 19 29 39 49 59 69 79
9 9
11
25
31
) 41
51
9 57
71
I 73
111
Y 89
131
i 105
151
y 121
171
∗
A 1A 2A 3A 4A 5A 6A 7A
A 10
12
26
32
42
52
: 58
72
J 74
112
Z 90
132
j 106
152
z 122
172
B 1B 2B 3B 4B 5B 6B 7B
B 11
13
27
33
+ 43
53
; 59
73
K 75
113
[ 91
133
k 107
153
{ 123
173
C 1C 2C 3C 4C 5C 6C 7C
C 12
14
28
34
, 44
54
< 60
74
L 76
114
\ 92
134
l 108
154 ¦ 124
174
D 1D 2D 3D 4D 5D 6D 7D
D 13
15
29
35
- 45
55
= 61
75
M 77
115
] 93
135
m 109
155
} 125
175
E 1E 2E 3E 4E 5E 6E 7E
E 14
16
30
36
. 46
56
> 62
76
N 78
116
^ 94
136
n 110
156
~ 126
176
F 1F 2F 3F 4F 5F 6F 7F
F 15
17
31
37
/ 47
57
? 63
77
O 79
117
_ 95
137
o 111
157
127
177
8 9 A B C D E F
80 90 A0 B0 C0 D0 E0 F F0
0 128
200
144
220
Å 160
240
æ 176
260
ø 192
300
208
320
┌ 224
340
0 240
360
81 91 A1 B1 C1 D1 E1 F F1
1 129
201
145
221
Ä 161
241
ç 177
261
œ 193
301
209
321
│ 225
341
1 241
361
82 92 A2 B2 C2 D2 E2 F F2
2 130
202
146
222
Æ 162
242
é 178
262
ú 194
302
210
322
└ 226
342
2 242
362
83 93 A3 B3 C3 D3 E3 F F3
3 131
203
147
223
Ç 163
243
è 179
263
ù 195
303
211
323
─ 227
343
3 243
363
84 94 A4 B4 C4 D4 E4 F F4
4 132
204
148
224
É 164
244
ê 180
264
û 196
304
212
324 | 228
344
4 244
364
85 95 A5 B5 C5 D5 | E5 F F5
5 133
205
149
225
Ñ 165
245
ë 181
265
ü 197
305
213
325
229
345
5 245
365
86 96 A6 B6 C6 D6 E6 F F6
6 134
206
150
226
Ö 166
246
í 182
266
ß 198
306
214
326
├ 230
346
6 246
366
87 97 A7 B7 C7 D7 E7 F F7
7 135
207
151
227
Ø 2A7
167 ì 183
267
µ 199
307
215
327
231
347
7 247
367
88 98 A8 B8 C8 D8 E8 F F8
8 136
210
152
230
Œ 168
250
î 184
270
° 200
310
216
330
232
350
8 248
370
89 99 A9 B9 C9 D9 E9 F F9
9 137
211
153
231
L 169
251
ï 185
271
§ 201
311
217
331
233
351
9 249
371
8A 9A AA BA CA DA EA F FA
A 138
212
154
232
Ü 170
252
l 186
272
± 202
312
218
332
234
352
A 250
372
8B 9B AB BB CB DB EB F FB
B 139
213
155
233
á 171
253
ñ 187
273
¡ 203
313
219
333
235
353
B 251
373
8C 9C AC BC CC DC EC F FC
C 140
214
156
234
à 172
254
ó 188
274
¿ 204
314
220
334
236
354
C 252
374
8D 9D AD BD CD DD ED F FD
D 141
215
157
235
â 173
255
ò 189
275
£ 205
315
221
335
237
355
D 253
375
8E 9E AE BE CE DE EE F FE
E 142
216
158
236
å 174
256
ô 190
276
¨ 206
316
222
336
238
356
E 254
376
8F 9F AF BF CF DF EF F FF
F 143
217
159
237
ä 175
257
ö 191
277
à 207
317
223
337
239
357
F 255
377
Special Graphics :
0 0
0 10 20 30 40 50 60 70
0 0
0
16
20
32
40
48
60
_ 64
100
) 80
120
96
140
112
160
1 11 21 31 41 51 61 71
1 1
1
17
21
^ 33
41
1 49
61
65
101
81
121
1 97
141
─ 113
161
2 12 22 32 42 52 62 72
2 2
2
18
22
` 34
42
2 50
62
66
102
82
122
2 98
142
▄ 114
162
3 13 23 33 43 53 63 73
3 3
3
19
23
35
43
3 51
63
67
103
83
123
3 99
143
▀ 115
163
4 14 24 34 44 54 64 74
4 4
4
20
24
36
44
4 52
64
68
104
B 84
124
4 100
144
├ 116
164
5 15 25 35 45 55 65 75
5 5
5
21
25
37
45
5 53
65
69
105
E 85
125
5 101
145
┤ 117
165
6 16 26 36 46 56 66 76
6 6
6
22
26
X 38
46
6 54
66
[ 70
106
= 86
126
6 102
146
┴ 118
166
7 17 27 37 47 57 67 77
7 7
7
23
27
39
47
7 55
67
] 71
107
87
127
7 103
147
┬ 119
167
8 18 28 38 48 58 68 78
8 8
10
24
30
40
50
8 56
70
72
110
88
130
8 104
150
│ 120
170
9 19 29 39 49 59 69 79
9 9
11
25
31
41
51
9 57
71
73
111
89
131
9 105
151
121
171
A
A
10
12
1A
26
32
2A
42
52
3A
58
72
4A
74
112
5A
90
132
┘ 6A
106
152
┐ 7A
122
172
B
B
11
13
1B
27
33
2B
43
53
3B
59
73
4B
75
113
5B
91
133
┐ 6B
107
153
┘ 7B
123
173
C 1C 2C 3C 4C 5C 6C 7C
C 12
14
28
34
44
54
60
74
C 76
114
92
134
┌ 108
154
└ 124
174
D 1D 2D 3D 4D 5D 6D 7D
D 13
15
29
35
45
55
61
75
W 77
115
93
135
└ 109
155
┌ 125
175
E 1E 2E 3E 4E 5E 6E 7E
E 14
16
30
36
46
56
62
76
78
116
94
136
┼ 110
156
█ 126
176
F 1F 2F 3F 4F 5F 6F 7F
F 15
17
31
37
47
57
63
77
( 79
117
95
137
111
157
127
177
3.2 - VT FAMILY
The VT220 emulation allows a 8-bit character set (256 characters) to be built
from two 7-bit character sets (128 characters).
The Platine terminal provides nine 7-bit character sets (described in the
following pages):
- ASCII,
- 6 national replacement character sets (NRCs),
- DEC Multinational,
- DEC Special Graphic.
When the AX3000 is switched on, the GL, GR, G0, G1, G2 and G3 tables are
initialised according to the character set selected through the AX3000 Set-Up:
- DEC Multinational: GL and G0: ASCII set,
GR, G1, G2 and G3: DEC Multinational set.
- National ISO 7-BIT: GL and G0: NRCs (according to the
selected keyboard)
GR, G1, G2 and G3: unknown
The following diagram shows the mechanisms for designating and mapping
character sets:
C0 GL C1 GR
1 2 3 4 5 6 7
G0 G1 G2 G3
A B C D
ASCII
ASCII France
ASCII Germany
DEC Multinational
ASCII Italy
DEC Special Graphics
ASCII Spain
ASCII Switzerland
ASCII Portugal
The following escape sequences are used to designate and map character sets
(where x represents the character set code):
(A): Esc ( x (1): 0Fh
(B): Esc ) x (2): 0Eh
(C): Esc ∗ x (3): Esc ~
(D): Esc + x (4): Esc n
(5): Esc }
(6): Esc o
(7): Esc |
The following describes the 9 available character sets (these sets can be
mapped either to GL or GR):
0 1 2 3 4 5 6 7
ASCII 0 NUL
0
0
0 DLE
10
16
20 SP
20
32
40
0
30
48
60
@
40
64
100
P
50
80
120
`
60
96
140
p
70
112
160
∗
A 1A 2A 3A 4A 5A 6A 7A
A LF 10
12 SUB 26
32
42
52
: 58
72
J 74
112
Z 90
132
j 106
152
z 122
172
B 1B 2B 3B 4B 5B 6B 7B
B VT 11
13 ESC 27
33
+ 43
53
; 59
73
K 75
113
[ 91
133
k 107
153
{ 123
173
C 1C 2C 3C 4C 5C 6C 7C
C FF 12
14 FS 28
34
, 44
54
< 60
74
L 76
114
\ 92
134
l 108
154 ¦ 124
174
D 1D 2D 3D 4D 5D 6D 7D
D CR 13
15 GS 29
35
- 45
55
= 61
75
M 77
115
] 93
135
m 109
155
} 125
175
E 1E 2E 3E 4E 5E 6E 7E
E SO 14
16 RS 30
36
. 46
56
> 62
76
N 78
116
^ 94
136
n 110
156
~ 126
176
F 1F 2F 3F 4F 5F 6F 7F
F SI 15
17 US 31
37
/ 47
57
? 63
77
O 79
117
_ 95
137
o 111
157
127
177
This table shows the characters in each NRC set that differ from the ASCII set:
DEC 8 9 A B C D E F
80 90 A0 B0 C0 D0 E0 F0
0 ° À à
Multinational
128 144 160 176 192 208 224 240
200 DCS 220 240 260 300 320 340 360
81 91 A1 B1 C1 D1 E1 F1
1 129
PU1 145 ¡ 161 ± 177 Á 193 Ñ 209 á 225 ñ 241
(C1 & GR) 201
82
221
92
241
A2
261
B2
301
C2
321
D2
341
E2
361
F2
2 130
202 PU2 146
222
¢ 162
242
² 178
262
 194
302
Ò 210
322
â 226
342
ò 242
362
83 93 A3 B3 C3 D3 E3 F3
3 131
203 STS 147
223
£ 163
243
³ 179
263
à 195
303
Ó 211
323
ã 227
343
ó 243
363
84 94 A4 B4 C4 D4 E4 F4
4 IND 132
204 CCH 148
224
164
244
180
264
Ä 196
304
Ô 212
324
ä 228
344
ô 244
364
85 95 A5 B5 C5 D5 E5 F5
5 NEL 133
205 MW 149
225
¥ 165
245
µ 181
265
Å 197
305
Õ 213
325
å 229
345
õ 245
365
86 96 A6 B6 C6 D6 E6 F6
6 SSA 134
206 SPA 150
226
166
246
¶ 182
266
Æ 198
306
Ö 214
326
æ 230
346
ö 246
366
87 97 A7 B7 C7 D7 E7 F7
7 ESA 135
207 EPA 151
227
§ 167
2A7
. 183
267
Ç 199
307
Œ 215
327
ç 231
347
œ 247
367
88 98 A8 B8 C8 D8 E8 F8
8 HTS 136
210
152
230
¤ 168
250
184
270
È 200
310
Ø 216
330
è 232
350
ø 248
370
89 99 A9 B9 C9 D9 E9 F9
9 HTJ 137
211
153
231
© 169
251
¹ 185
271
É 201
311
Ù 217
331
é 233
351
ù 249
371
8A 9A AA BA CA DA EA FA
A VTS 138
212
154
232
170
252
186
272
Ê 202
312
Ú 218
332
ê 234
352
ú 250
372
8B 9B AB BB CB DB EB FB
B PLD 139
213 CSI 155
233
« 171
253
» 187
273
Ë 203
313
Û 219
333
ë 235
353
û 251
373
8C 9C AC BC CC DC EC FC
C PLU 140
214 ST 156
234
172
254
¼ 188
274
Ì 204
314
Ü 220
334
ì 236
354
ü 252
374
D RI
8D
141
215 OSC
9D
157
235
AD
173
255
½
BD
189
275
Í
CD
205
315
ÿ DD
221
335
í
ED
237
355
ÿ
FD
253
375
8E 9E AE BE CE DE EE FE
E SS2 142
216 PM 158
236
174
256
190
276
Î 206
316
222
336
î 238
356
254
376
8F 9F AF BF CF DF EF FF
F SS3 143
217 APC 159
237
175
257
¿ 191
277
Ï 207
317
ß 223
337
ï 239
357
255
377
DEC 0 1 2 3 4 5 6 7
0 10 20 30 40 50 60 70
0 0 @ P
Special x
0 16 32 48 64 80 96 112
NUL 0 DLE 20 SP 40 60 100 120 140 160
1 11 21 31 41 51 61 71
1 SOH 1
DC1 17 ! 33 1 49 A 65 Q 81 97 113
Graphic 2 STX
1
2
2
DC2
21
12
18 "
41
22
34 2
61
32
50 B
101
42
66 R
121
52
82
141
62
98
161
72
114
∗
A 1A 2A 3A 4A 5A 6A 7A
A LF 10
12 SUB 26
32
42
52
: 58
72
J 74
112
Z 90
132
┘ 106
152
≥ 122
172
B 1B 2B 3B 4B 5B 6B 7B
B VT 11
13 ESC 27
33
+ 43
53
; 59
73
K 75
113
[ 91
133
┐ 107
153
∏ 123
173
≠
C 1C 2C 3C 4C 5C 6C 7C
C FF 12
14 FS 28
34
, 44
54
< 60
74
L 76
114
\ 92
134
┌ 108
154
124
174
D 1D 2D 3D 4D 5D 6D 7D
D CR 13
15 GS 29
35
- 45
55
= 61
75
M 77
115
] 93
135
└ 109
155
£ 125
175
E 1E 2E 3E 4E 5E 6E 7E
E SO 14
16 RS 30
36
. 46
56
> 62
76
N 78
116
^ 94
136
┼ 110
156
· 126
176
F 1F 2F 3F 4F 5F 6F 7F
F SI 15
17 US 31
37
/ 47
57
? 63
77
O 79
117
95
137
111
157
127
177
The WYSE emulation allows a 8-bit character set (256 characters) to be built
from two 7-bit character sets (128 characters). A 8-bit character set is
composed of:
- a primary set (ASCII codes from 00h to 7Fh),
- a secondary set (ASCII codes from 80h to FFh),
The AX3000 provides seven 7-bit character sets (described in the following
pages):
- Native Mode, - PC Equivalent - Graphics 1
- Multinational - Graphics 2 - Graphics 3
- Standard ASCII
When the AX3000 is switched on, the primary and the secondary sets are
initialised according to the character set selected through the Terminal Set-Up:
- WYSE 60: primary set = native mode, secondary set = multinational.
- National ISO 7-BIT: primary set = native mode.
The following diagram shows the mechanisms for designating and mapping
character sets:
Native Mode 0 1 2 3 4 5 6 7
0 10 20 30 40 50 60 70
0 0
0
┬ 16
20 SP 32
40
0 48
60
@ 64
100
P 80
120
` 96
140
p 112
160
1 11 21 31 41 51 61 71
1 SH 1
1
└ 17
21
! 33
41
1 49
61
A 65
101
Q 81
121
a 97
141
q 113
161
2 12 22 32 42 52 62 72
2 SX 2
2
┌ 18
22
" 34
42
2 50
62
B 66
102
R 82
122
b 98
142
r 114
162
3 13 23 33 43 53 63 73
3 EX 3
3
┐ 19
23
# 35
43
3 51
63
C 67
103
S 83
123
c 99
143
s 115
163
4 14 24 34 44 54 64 74
4 ET 4
4
├ 20
24
$ 36
44
4 52
64
D 68
104
T 84
124
d 100
144
t 116
164
5 15 25 35 45 55 65 75
5 EQ 5
5
┘ 21
25
% 37
45
5 53
65
E 69
105
U 85
125
e 101
145
u 117
165
6 16 26 36 46 56 66 76
6 AK 6
6
│ 22
26
& 38
46
6 54
66
F 70
106
V 86
126
f 102
146
v 118
166
7 17 27 37 47 57 67 77
7 BL 7
7
23
27
' 39
47
7 55
67
G 71
107
W 87
127
g 103
147
w 119
167
8 18 28 38 48 58 68 78
8 BS 8
10
┼ 24
30
( 40
50
8 56
70
H 72
110
X 88
130
h 104
150
x 120
170
9 19 29 39 49 59 69 79
9 HT 9
11
┤ 25
31
) 41
51
9 57
71
I 73
111
Y 89
131
i 105
151
y 121
171
∗
A 1A 2A 3A 4A 5A 6A 7A
A LF 10
12
─ 26
32
42
52
: 58
72
J 74
112
Z 90
132
j 106
152
z 122
172
B 1B 2B 3B 4B 5B 6B 7B
B VT 11
13
27
33
+ 43
53
; 59
73
K 75
113
[ 91
133
k 107
153
{ 123
173
C 1C 2C 3C 4C 5C 6C 7C
C FF 12
14
═ 28
34
, 44
54
< 60
74
L 76
114
\ 92
134
l 108
154 ¦ 124
174
D 1D 2D 3D 4D 5D 6D 7D
D CR 13
15
┴ 29
35
- 45
55
= 61
75
M 77
115
] 93
135
m 109
155
} 125
175
E 1E 2E 3E 4E 5E 6E 7E
E SO 14
16
║ 30
36
. 46
56
> 62
76
N 78
116
^ 94
136
n 110
156
~ 126
176
F 1F 2F 3F 4F 5F 6F 7F
F SI 15
17
31
37
/ 47
57
? 63
77
O 79
117
_ 95
137
o 111
157
127
177
Multinational 0
0
1
10
2
20
3
30
4
40
5
50
6
60
7
70
0 Ç 0
0
É 16
20
á 32
40
48
60
└ 64
100
╨ 80
120
α 96
140
≡ 112
160
1 11 21 31 41 51 61 71
1 ü 1
1
æ 17
21
í 33
41
49
61
┴ 65
101
╤ 81
121
ß 97
141
± 113
161
2 12 22 32 42 52 62 72
2 é 2
2
Æ 18
22
ó 34
42
50
62
┬ 66
102
╥ 82
122
Γ 98
142
≥ 114
162
3 13 23 33 43 53 63 73
3 â 3
3
ô 19
23
ú 35
43
│ 51
63
├ 67
103
╙ 83
123
π 99
143
≤ 115
163
4 14 24 34 44 54 64 74
4 ä 4
4
ö 20
24
ñ 36
44
┤ 52
64
─ 68
104
╘ 84
124
Σ 100
144
⌠ 116
164
5 15 25 35 45 55 65 75
5 à 5
5
ò 21
25
Ñ 37
45
╡ 53
65
┼ 69
105
╒ 85
125
σ 101
145
⌡ 117
165
6 16 26 36 46 56 66 76
6 å 6
6
û 22
26
38
46
╢ 54
66
╞ 70
106
╓ 86
126
µ 102
146
÷ 118
166
7 17 27 37 47 57 67 77
7 ç 7
7
ù 23
27
39
47
╖ 55
67
╟ 71
107
╫ 87
127
τ 103
147
≈ 119
167
8 18 28 38 48 58 68 78
8 ê 8
10
ÿ 24
30
¿ 40
50
╕ 56
70
╚ 72
110
╪ 88
130
Φ 104
150
° 120
170
9 19 29 39 49 59 69 79
9 ë 9
11
Ö 25
31
⌐ 41
51
╣ 57
71
╔ 73
111
┘ 89
131
Θ 105
151
· 121
171
A 1A 2A 3A 4A 5A 6A 7A
A è 10
12
Ü 26
32
¬ 42
52
║ 58
72
╩ 74
112
┌ 90
132
Ω 106
152
· 122
172
B 1B 2B 3B 4B 5B 6B 7B
B ï 11
13
¢ 27
33
½ 43
53
╗ 59
73
╦ 75
113
█ 91
133
δ 107
153
√ 123
173
C 1C 2C 3C 4C 5C 6C 7C
C î 12
14
£ 28
34
¼ 44
54
╝ 60
74
╠ 76
114
▄ 92
134
∞ 108
154
ⁿ 124
174
D 1D 2D 3D 4D 5D 6D 7D
D ì 13
15
¥ 29
35
¡ 45
55
╜ 61
75
═ 77
115
▌ 93
135
φ 109
155
² 125
175
E 1E 2E 3E 4E 5E 6E 7E
E Ä 14
16
Pt 30
36
« 46
56
╛ 62
76
╬ 78
116
▐ 94
136
ε 110
156
■ 126
176
F 1F 2F 3F 4F 5F 6F 7F
F Å 15
17
ƒ 31
37
» 47
57
┐ 63
77
╧ 79
117
▀ 95
137
∩ 111
157
127
177
0 1 2 3 4 5 6 7
PC Equiv. 0 10 20 30 40 50 60 70
0 0
0
16
20 SP 32
40
0 48
60
@ 64
100
P 80
120
` 96
140
p 112
160
1 11 21 31 41 51 61 71
1 1
1
17
21
! 33
41
1 49
61
A 65
101
Q 81
121
a 97
141
q 113
161
2 12 22 32 42 52 62 72
2 2
2
18
22
" 34
42
2 50
62
B 66
102
R 82
122
b 98
142
r 114
162
3 13 23 33 43 53 63 73
3 3
3
19
23
# 35
43
3 51
63
C 67
103
S 83
123
c 99
143
s 115
163
4 14 24 34 44 54 64 74
4 4
4
20
24
$ 36
44
4 52
64
D 68
104
T 84
124
d 100
144
t 116
164
5 15 25 35 45 55 65 75
5 5
5
21
25
% 37
45
5 53
65
E 69
105
U 85
125
e 101
145
u 117
165
6 16 26 36 46 56 66 76
6 6
6
22
26
& 38
46
6 54
66
F 70
106
V 86
126
f 102
146
v 118
166
7 17 27 37 47 57 67 77
7 7
7
23
27
' 39
47
7 55
67
G 71
107
W 87
127
g 103
147
w 119
167
8 18 28 38 48 58 68 78
8 8
10
24
30
( 40
50
8 56
70
H 72
110
X 88
130
h 104
150
x 120
170
9 19 29 39 49 59 69 79
9 9
11
25
31
) 41
51
9 57
71
I 73
111
Y 89
131
i 105
151
y 121
171
∗
A 1A 2A 3A 4A 5A 6A 7A
A 10
12
26
32
42
52
: 58
72
J 74
112
Z 90
132
j 106
152
z 122
172
B 1B 2B 3B 4B 5B 6B 7B
B 11
13
27
33
+ 43
53
; 59
73
K 75
113
[ 91
133
k 107
153
{ 123
173
C 1C 2C 3C 4C 5C 6C 7C
C 12
14
28
34
, 44
54
< 60
74
L 76
114
\ 92
134
l 108
154 ¦ 124
174
D 1D 2D 3D 4D 5D 6D 7D
D 13
15
29
35
- 45
55
= 61
75
M 77
115
] 93
135
m 109
155
} 125
175
E 1E 2E 3E 4E 5E 6E 7E
E 14
16
30
36
. 46
56
> 62
76
N 78
116
^ 94
136
n 110
156
~ 126
176
F 1F 2F 3F 4F 5F 6F 7F
F 15
17
31
37
/ 47
57
? 63
77
O 79
117
_ 95
137
o 111
157
127
177
ASCII std. 0 1 2 3 4 5 6 7
0 10 20 30 40 50 60 70
0 0
0
16
20 SP 32
40
0 48
60
@ 64
100
P 80
120
` 96
140
p 112
160
1 11 21 31 41 51 61 71
1 SH 1
1
17
21
! 33
41
1 49
61
A 65
101
Q 81
121
a 97
141
q 113
161
2 12 22 32 42 52 62 72
2 SX 2
2
18
22
" 34
42
2 50
62
B 66
102
R 82
122
b 98
142
r 114
162
3 13 23 33 43 53 63 73
3 EX 3
3
19
23
# 35
43
3 51
63
C 67
103
S 83
123
c 99
143
s 115
163
4 14 24 34 44 54 64 74
4 ET 4
4
20
24
$ 36
44
4 52
64
D 68
104
T 84
124
d 100
144
t 116
164
5 15 25 35 45 55 65 75
5 EQ 5
5
21
25
% 37
45
5 53
65
E 69
105
U 85
125
e 101
145
u 117
165
6 16 26 36 46 56 66 76
6 AK 6
6
22
26
& 38
46
6 54
66
F 70
106
V 86
126
f 102
146
v 118
166
7 17 27 37 47 57 67 77
7 BL 7
7
23
27
' 39
47
7 55
67
G 71
107
W 87
127
g 103
147
w 119
167
8 18 28 38 48 58 68 78
8 BS 8
10
24
30
( 40
50
8 56
70
H 72
110
X 88
130
h 104
150
x 120
170
9 19 29 39 49 59 69 79
9 HT 9
11
25
31
) 41
51
9 57
71
I 73
111
Y 89
131
i 105
151
y 121
171
∗
A 1A 2A 3A 4A 5A 6A 7A
A LF 10
12
26
32
42
52
: 58
72
J 74
112
Z 90
132
j 106
152
z 122
172
B 1B 2B 3B 4B 5B 6B 7B
B VT 11
13
27
33
+ 43
53
; 59
73
K 75
113
[ 91
133
k 107
153
{ 123
173
C 1C 2C 3C 4C 5C 6C 7C
C FF 12
14
28
34
, 44
54
< 60
74
L 76
114
\ 92
134
l 108
154 ¦ 124
174
D 1D 2D 3D 4D 5D 6D 7D
D CR 13
15
29
35
- 45
55
= 61
75
M 77
115
] 93
135
m 109
155
} 125
175
E 1E 2E 3E 4E 5E 6E 7E
E SO 14
16
30
36
. 46
56
> 62
76
N 78
116
^ 94
136
n 110
156
~ 126
176
F 1F 2F 3F 4F 5F 6F 7F
F SI 15
17
31
37
/ 47
57
? 63
77
O 79
117
_ 95
137
o 111
157
127
177
0 1 2 3 4 5 6 7
Graphics 1 0 10 20 30 40 50 60 70
0 0
0
16
20
32
40
0 48
60
64
100
80
120
0 96
140
▐ 112
160
1 11 21 31 41 51 61 71
1 1
1
17
21
33
41
1 49
61
65
101
81
121
1 97
141
─ 113
161
2 12 22 32 42 52 62 72
2 2
2
18
22
34
42
2 50
62
66
102
82
122
2 98
142
▄ 114
162
3 13 23 33 43 53 63 73
3 3
3
19
23
35
43
3 51
63
67
103
83
123
3 99
143
▀ 115
163
4 14 24 34 44 54 64 74
4 4
4
20
24
36
44
4 52
64
68
104
84
124
4 100
144
├ 116
164
5 15 25 35 45 55 65 75
5 5
5
21
25
37
45
5 53
65
69
105
85
125
5 101
145
┤ 117
165
6 16 26 36 46 56 66 76
6 6
6
22
26
38
46
6 54
66
70
106
86
126
6 102
146
┴ 118
166
7 17 27 37 47 57 67 77
7 7
7
23
27
39
47
7 55
67
71
107
87
127
7 103
147
┬ 119
167
8 18 28 38 48 58 68 78
8 8
10
24
30
40
50
8 56
70
72
110
88
130
8 104
150
│ 120
170
9 19 29 39 49 59 69 79
9 9
11
25
31
41
51
9 57
71
73
111
89
131
9 105
151
121
171
A 1A 2A 3A 4A 5A 6A 7A
A 10
12
26
32
42
52
58
72
74
112
90
132
┘ 106
152
122
172
B 1B 2B 3B 4B 5B 6B 7B
B 11
13
27
33
43
53
59
73
75
113
91
133
┐ 107
153
123
173
C 1C 2C 3C 4C 5C 6C 7C
C 12
14
28
34
44
54
60
74
76
114
92
134
┌ 108
154
124
174
D 1D 2D 3D 4D 5D 6D 7D
D 13
15
29
35
45
55
61
75
77
115
93
135
└ 109
155
125
175
E 1E 2E 3E 4E 5E 6E 7E
E 14
16
30
36
46
56
62
76
78
116
94
136
┼ 110
156
█ 126
176
F 1F 2F 3F 4F 5F 6F 7F
F 15
17
31
37
47
57
63
77
79
117
95
137
▌ 111
157
127
177
Graphics 2 0 1 2 3 4 5 6 7
0 10 20 30 40 50 60 70
0 0
0
16
20
32
40
48
60
┌ 64
100
┬ 80
120
─ 96
140
112
160
1 11 21 31 41 51 61 71
1 1
1
17
21
33
41
49
61
65
101
81
121
97
141
113
161
2 12 22 32 42 52 62 72
2 2
2
18
22
34
42
50
62
66
102
82
122
98
142
114
162
3 13 23 33 43 53 63 73
3 3
3
19
23
35
43
51
63
67
103
83
123
99
143
115
163
4 14 24 34 44 54 64 74
4 4
4
20
24
36
44
52
64
┐ 68
104
┤ 84
124
│ 100
144
116
164
5 15 25 35 45 55 65 75
5 5
5
21
25
37
45
53
65
69
105
85
125
101
145
117
165
6 16 26 36 46 56 66 76
6 6
6
22
26
38
46
54
66
70
106
86
126
102
146
118
166
7 17 27 37 47 57 67 77
7 7
7
23
27
39
47
55
67
71
107
87
127
103
147
119
167
8 18 28 38 48 58 68 78
8 8
10
24
30
40
50
56
70
└ 72
110
├ 88
130
┼ 104
150
120
170
9 19 29 39 49 59 69 79
9 9
11
25
31
41
51
57
71
73
111
89
131
105
151
121
171
A 1A 2A 3A 4A 5A 6A 7A
A 10
12
26
32
42
52
58
72
74
112
90
132
106
152
122
172
B 1B 2B 3B 4B 5B 6B 7B
B 11
13
27
33
43
53
59
73
75
113
91
133
107
153
123
173
C 1C 2C 3C 4C 5C 6C 7C
C 12
14
28
34
44
54
60
74
┘ 76
114
┴ 92
134
108
154
124
174
D 1D 2D 3D 4D 5D 6D 7D
D 13
15
29
35
45
55
61
75
77
115
93
135
109
155
125
175
E 1E 2E 3E 4E 5E 6E 7E
E 14
16
30
36
46
56
62
76
78
116
94
136
110
156
126
176
F 1F 2F 3F 4F 5F 6F 7F
F 15
17
31
37
47
57
63
77
79
117
95
137
111
157
127
177
Graphics 3 0
0
1
10
2
20
3
30
4
40
5
50
6
60
7
70
0 0
0
16
20
32
40
48
60
64
100
80
120
96
140
112
160
1 11 21 31 41 51 61 71
1 1
1
17
21
33
41
49
61
65
101
81
121
97
141
113
161
2 12 22 32 42 52 62 72
2 2
2
18
22
34
42
50
62
66
102
82
122
98
142
114
162
3 13 23 33 43 53 63 73
3 3
3
19
23
35
43
51
63
67
103
83
123
99
143
115
163
4 14 24 34 44 54 64 74
4 4
4
20
24
36
44
52
64
68
104
84
124
100
144
116
164
5 15 25 35 45 55 65 75
5 5
5
21
25
37
45
53
65
└ 69
105
85
125
101
145
117
165
6 16 26 36 46 56 66 76
6 6
6
22
26
38
46
54
66
┌ 70
106
86
126
102
146
118
166
7 17 27 37 47 57 67 77
7 7
7
23
27
39
47
55
67
┐ 71
107
▐ 87
127
103
147
119
167
8 18 28 38 48 58 68 78
8 8
10
24
30
40
50
56
70
┘ 72
110
▄ 88
130
104
150
120
170
9 19 29 39 49 59 69 79
9 9
11
25
31
41
51
57
71
┼ 73
111
▌ 89
131
105
151
121
171
A 1A 2A 3A 4A 5A 6A 7A
A 10
12
26
32
42
52
58
72
│ 74
112
▀ 90
132
106
152
122
172
B 1B 2B 3B 4B 5B 6B 7B
B 11
13
27
33
43
53
59
73
─ 75
113
91
133
107
153
123
173
C 1C 2C 3C 4C 5C 6C 7C
C 12
14
28
34
44
54
60
74
┤ 76
114
92
134
108
154
124
174
D 1D 2D 3D 4D 5D 6D 7D
D 13
15
29
35
45
55
61
75
├ 77
115
93
135
109
155
125
175
E 1E 2E 3E 4E 5E 6E 7E
E 14
16
30
36
46
56
62
76
┬ 78
116
94
136
110
156
126
176
F 1F 2F 3F 4F 5F 6F 7F
F 15
17
31
37
47
57
63
77
┴ 79
117
█ 95
137
111
157
127
177
-4-
KEYBOARDS
Up to 62 programming keys (48 function keys plus the numeric keypad and
escape) are updated in this way.
The ANSI, VT and WYSE families offer the multi-session capability (through the
axmscreen software). Twelve dedicated keystrokes are needed for the multi-
session.
Notes:
- the multi-session keystrokes can be changed through the AX3000
Set-Up.
- when a keystroke is redefined through the AX3000 Set-Up and also used
by the multi-session, the multi-session feature has priority.
The following table gives the 12 multi-session default keystrokes and the
associated values (these values can not be changed):
Notes:
- the multi-session keystrokes can be changed through the AX3000
Set-Up.
- when a keystroke is redefined through the AX3000 Set-Up and also used
by the multi-session, the multi-session feature has priority.
Convention
in the following tables, the 'N°' column is the function key number (AX3000's
set-up), the 'Keystroke' column is the associated keystroke and the 'Value'
column is the corresponding default value.
ANSI, ANSI DOS, UNIX SCO 3.2.2, UNIX SCO 3.2.4, SCO OPENSERVER
and XENIX SCO
ANSI RS6000
ANSI MOS
LINUX
ANSI SLNET
N° Keystroke Value
F1 F1 01h 31h
F2 F2 01h 32h
F3 F3 01h 33h
F4 F4 01h 34h
F5 F5 01h 35h
F6 F6 01h 36h
F7 F7 01h 37h
F8 F8 01h 38h
F9 F9 01h 39h
F10 F10 01h 30h
F11 F11 01h 2Dh
F12 F12 01h 3Dh
F13 Shift+F1 01h 73h 01h 31h 01h 73h
F14 Shift+F2 01h 73h 01h 32h 01h 73h
F15 Shift+F3 01h 73h 01h 33h 01h 73h
F16 Shift+F4 01h 73h 01h 34h 01h 73h
F17 Shift+F5 01h 73h 01h 35h 01h 73h
F18 Shift+F6 01h 73h 01h 36h 01h 73h
F19 Shift+F7 01h 73h 01h 37h 01h 73h
F20 Shift+F8 01h 73h 01h 38h 01h 73h
F21 Shift+F9 01h 73h 01h 39h 01h 73h
F22 Shift+F10 01h 73h 01h 30h 01h 73h
F23 Shift+F11 01h 73h 01h 2Dh 01h 73h
F24 Shift+F12 01h 73h 01h 3Dh 01h 73h
Numeric Pad:
N° Keystroke Value
F49 <Home> Esc [H
F50 <Up> Esc [A
F51 <PgUp> Esc [I
F52 <-> 2Dh
F53 <Left> Esc [D
F54 <5> Esc [G
F55 <Right> Esc [C
F56 <+> 2Bh
F57 <End> Esc [F
F58 <Down> Esc [B
F59 <PgDn> Esc [G
F60 <Ins> Esc [L
F61 <Del> 7Fh
F62 <Esc> 1Bh
Edit Pad:
Keystroke Value
Insert 01h 69h
Home 01h 68h
Page Up 01h 75h
Delete 01h 64h
End 01h 65h
Page Down 01h 6Eh
Other keystrokes:
Keystroke Value
Control 01h 63h
Alt 01h 61h
Shitft Tab 01h 74h
All the function key values are the same than the ANSI ones. The only
difference is the <CR> value. These key sends 0Ah instead of 0Dh.
4.2.2 - VT Family
VT220
Function keys:
The keypad modes (numeric or application) and the cursor keypad modes
(cursor or application) are selected through escape sequences.
Numeric keypad:
HFT
Function keys:
N° Keystroke Value
F1 F1 Esc [001q
F2 F2 Esc [002q
F3 F3 Esc [003q
F4 F4 Esc [004q
F5 F5 Esc [005q
F6 F6 Esc [006q
F7 F7 Esc [007q
F8 F8 Esc [008q
F9 F9 Esc [009q
F10 F10 Esc [010q
F11 F11 Esc [011q
F12 F12 Esc [012q
F13 Shift+F1 Esc [013q
F14 Shift+F2 Esc [014q
F15 Shift+F3 Esc [015q
F16 Shift+F4 Esc [016q
F17 Shift+F5 Esc [017q
F18 Shift+F6 Esc [018q
F19 Shift+F7 Esc [019q
F20 Shift+F8 Esc [020q
F21 Shift+F9 Esc [021q
F22 Shift+F10 Esc [022q
F23 Shift+F11 Esc [023q
F24 Shift+F12 Esc [024q
F62 Esc 1Bh
The following table lists the default value of the numeric keypad (or editing
keypad and cursor keypad):
VT AS400
Function keys:
N° Keystroke Value
F1 F1 Esc 1
F2 F2 Esc 2
F3 F3 Esc 3
F4 F4 Esc 4
F5 F5 Esc 5
F6 F6 Esc 6
F7 F7 Esc 7
F8 F8 Esc 8
F9 F9 Esc 9
F10 F10 Esc 0
F11 F11 Esc -
F12 F12 Esc =
F13 Shift+F1 Esc !
F14 Shift+F2 Esc @
F15 Shift+F3 Esc #
F16 Shift+F4 Esc $
F17 Shift+F5 Esc %
F18 Shift+F6 Esc ^
F19 Shift+F7 Esc &
F20 Shift+F8 Esc *
F21 Shift+F9 Esc (
F22 Shift+F10 Esc )
F23 Shift+F11 Esc _
F24 Shift+F12 Esc +
F62 <Esc> 1Bh
The keypad modes (numeric or application) and the cursor keypad modes
(cursor or application) are selected through escape sequences.
Numeric keypad:
Keypad Mode
N° Key Locked Unlocked
--- <*> * *
F52 <-> - -
F61 <.> . 7Fh
F60 <0> 0 Esc q
F57 <1> 1 Esc [5~
F58 <2> 2 Esc [B
F59 <3> 3 Esc [U
F53 <4> 4 Esc [D
F54 <5> 5 5
F55 <6> 6 Esc [C
F49 <7> 7 Esc [2~
F50 <8> 8 Esc [A
F51 <9> 9 Esc [V
--- <Return> CR or CR+LF CR or CR+LF
F56 <+> + +
--- </> / /
SM9400
SM9412
N° Keystroke Value
F1 F1 94h N° Keystroke Value
F2 F2 85h F37 Ctrl+Shift+F1 ---
F3 F3 86h F38 Ctrl+Shift+F2 ---
F4 F4 81h F39 Ctrl+Shift+F3 ---
F5 F5 82h F40 Ctrl+Shift+F4 ---
F6 F6 83h F41 Ctrl+Shift+F5 ---
F7 F7 84h F42 Ctrl+Shift+F6 ---
F8 F8 87h F43 Ctrl+Shift+F7 ---
F9 F9 8Eh F44 Ctrl+Shift+F8 ---
F10 F10 91h F45 Ctrl+Shift+F9 ---
F11 F11 92h F46 Ctrl+Shift+F10 ---
F12 F12 0Ah F47 Ctrl+Shift+F11 ---
F13 Shift+F1 96h F48 Ctrl+Shift+F12 ---
F14 Shift+F2 90h F49 <Home> 9Dh
F15 Shift+F3 12h F50 <Up> 1Ah
F16 Shift+F4 93h F51 <PgUp> 89h
F17 Shift+F5 9Ch F52 <-> 2Dh
F18 Shift+F6 1Bh F53 <Left> 19h
F19 Shift+F7 0Ch F54 <5> 35h
F20 Shift+F8 95h F55 <Right> 18h
F21 Shift+F9 1Fh F56 <+> 2Bh
F22 Shift+F10 17h F57 <End> 0Eh
F23 Shift+F11 8Eh F58 <Down> 0Bh
F24 Shift+F12 91h F59 <PgDn> 8Ah
F25 Ctrl+F1 E8h F60 <Ins> 8Fh
F26 Ctrl+F2 --- F61 <Del> 8Dh
F27 Ctrl+F3 --- F62 <Esc> 0Eh
F28 Ctrl+F4 ---
F29 Ctrl+F5 ---
F30 Ctrl+F6 --- <Shift><Esc> 1Bh
F31 Ctrl+F7 --- <Ctrl><Esc> EBh
F32 Ctrl+F8 EDh <Tab> 09h
F33 Ctrl+F9 --- <Shift><Tab> 14h
F34 Ctrl+F10 --- <Ctrl><Tab> 99h
F35 Ctrl+F11 9Dh <backspace> 08h
F36 Ctrl+F12 0Ah <Shift><backspace> 7Fh
Numeric keypad:
To enter a composite character, two keystrokes are needed. The first one is the
modifier (^, ~, ¨, etc), the second one is the character itself (a, e, i, n, etc).
When this method is used (Compose Characters: no), the AX3000 does
not perform any special processing on the composite character modifier. The
following table lists the ASCII codes, sent to the operating system, for the
various character sets:
Character Sets
PC-437 PC-85x PC-860 8859 DEC SM9400
Acute accent (') 27h EFh 27h B4h 27h 27h
Grave accent (`) 60h 60h 60h 60h 60h 60h
Circumflex accent (^) 5Eh 5Eh 5Eh 5Eh 5Eh 5Eh
Dieresis (¨) 22h F9h 22h A8h 22h CEh
Tilde (~) 7Eh 7Eh 7Eh 7Eh 7Eh 7Eh
Paragraph (§) 15h F5h 15h A7h A7h C9h
Cube (³) --- FCh --- B3h B3h ---
Cedilla (,) 2Ch F7h 2Ch F7h 2Ch 2Ch
Note: some symbols are not included in all characters sets. In such cases the
AX3000 uses an ASCII code, to get a similar symbol. For example, with the
character set 437, quotes are used for dieresis.
If the keystroke pair represents a valid symbol for the character set used (see
table A.2), the ASCII code for this symbol is sent to the operating system.
If the symbol is not valid, a beep is sounded and the modifier is cancelled.
Notes: - when the spacebar is pressed after the modifier, or when the modifier
is pressed twice, the ASCII code sent to the operating system is the
modifier itself (example: ^ + ^ = ^).
- Some national keyboards (American, Italian and U.K.) do not support
this feature.
FR GE SP BE SW PO DU
Acute accent (')
Grave accent (`)
Circumflex accent (^)
Dieresis (¨)
Tilde (~)
Cedilla (‚)
Table A.1: valid modifiers for various national keyboards
Character Sets
PC-437 PC-85x PC-860 8859 DEC SM9400
Acute accent (') áéíóú áéíóú áéíóú áéíóú áéíóú áéíóú
É ÁÉÍÓÚ ÁÉÍÓÚ ÁÉÍÓÚ ÁÉÍÓÚ ÁÉÍÓÚ
Grave accent (`) àèìòù àèìòù àèìòù àèìòù àèìòù àèìòù
ÀÈÌÒÙ ÀÈÌÒÙ ÀÈÌÒÙ ÀÈÌÒÙ ÀÈÌÒÙ
Circumflex accent (^) âêîôû âêîôû âêô âêîôû âêîôû âêîôû
ÂÊÎÔÛ ÂÊÔ ÂÊÎÔÛ ÂÊÎÔÛ ÂÊÎÔÛ
Dieresis (¨) äëïöü äëïöü ü äëïöü äëïöü äëïöü
ÄÖÜ ÄËÏÖÜ Ü ÄËÏÖÜ ÄËÏÖÜ ÄËÏÖÜ
Tilde (~) ñ ãõñ ãõñ ãõñ ãõñ ãõñ
Ñ ÃÕÑ ÃÕÑ ÃÕÑ ÃÕÑ ÃÕÑ
Cedilla (‚) ç ç ç ç ç ç
Ç Ç Ç Ç Ç Ç
Table A.2: valid symbols for the various modifiers and character sets
For this method, the operating system requires special ASCII codes to act as
the modifiers of composite characters.
Note: as the paragraph symbol (§) and the cube symbol (³) are missing from
some character sets, these two symbols also require special ASCII codes.
The tables on the next page list the ASCII codes required for the various
national keyboards and character sets.
Character Set
France PC-437 PC-85x PC-860 8859
Circumflex accent (^) B0h B0h B0h 90h
Dieresis (¨) B1h B1h B1h 91h
Paragraph (§) B2h F5h B2h A7h
Cube (³) C0h FCh C0h B3h
Character Set
Germany PC-437 PC-85x PC-860 8859
Acute accent (') B3h B3h B3h 92h
Grave accent (`) B4h B4h B4h 93h
Paragraph (§) B2h F5h B2h A7h
Cube (³) C0h FCh C0h B3h
Character Set
Italy PC-437 PC-85x PC-860 8859
Paragraph (§) B2h F5h B2h A7h
Cube (³) C0h FCh C0h B3h
Character Set
Spain PC-437 PC-85x PC-860 8859
Acute accent (') B3h B3h B3h 92h
Grave accent (`) B4h B4h B4h 93h
Circumflex accent (^) B0h B0h B0h 90h
Dieresis (¨) B1h B1h B1h 91h
Paragraph (§) B2h F5h B2h A7h
Cube (³) C0h FCh C0h B3h