Difference between revisions of "CodeChart:HP 2648A/HP 2648 Mode/ESC/Asterisk"

From Terminals
Jump to: navigation, search
m (sort)
m (split ESC * d)
Line 10: Line 10:
  
 
| lowera=/a
 
| lowera=/a
| lowerd=#graphics-display-control
+
| lowerd=/d
 
| lowerl=#graphics-text-label
 
| lowerl=#graphics-text-label
 
| lowerm=#graphics-drawing-mode
 
| lowerm=#graphics-drawing-mode
Line 32: Line 32:
 
! style="padding: 1ex;" | Description
 
! style="padding: 1ex;" | Description
 
! style="padding: 1ex;" | Parameters
 
! style="padding: 1ex;" | Parameters
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Graphics Display Control|[[#graphics-display-control-commands|''command'' ...]]|graphics-display-control|d}}
 
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Graphics Text Label|''text'' CR<br/>''text'' CR LF|graphics-text-label|l}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Graphics Text Label|''text'' CR<br/>''text'' CR LF|graphics-text-label|l}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Graphics Drawing Mode|[[#graphics-drawing-mode-commands|''command'' ...]]|graphics-drawing-mode|m}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Graphics Drawing Mode|[[#graphics-drawing-mode-commands|''command'' ...]]|graphics-drawing-mode|m}}
Line 40: Line 39:
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Compatability Mode|''parameter''|compatability-mode|t}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Compatability Mode|''parameter''|compatability-mode|t}}
 
|}
 
|}
 
==== <span id="graphics-display-control-commands">ESC * d Graphics Display Control Commands</span> ====
 
 
{| border="1"
 
! style="padding: 1ex; text-align: center;" | Prefix
 
! style="padding: 1ex;" | Description
 
! style="padding: 1ex;" | Parameters
 
|-
 
| style="padding: 1ex; text-align: center;" | a
 
| style="padding: 1ex;" | Clear Memory
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | b
 
| style="padding: 1ex;" | Set Memory
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | c
 
| style="padding: 1ex;" | Graphics Display On
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | d
 
| style="padding: 1ex;" | Graphics Display Off
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | g
 
| style="padding: 1ex;" | Zoom On
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | h
 
| style="padding: 1ex;" | Zoom Off
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | i
 
| style="padding: 1ex;" | Zoom Size
 
| style="padding: 1ex;" | ''size''
 
|-
 
| style="padding: 1ex; text-align: center;" | j
 
| style="padding: 1ex;" | Zoom Position
 
| style="padding: 1ex;" | ''x'' ''y''
 
|-
 
| style="padding: 1ex; text-align: center;" | k
 
| style="padding: 1ex;" | Graphics Cursor On
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | l
 
| style="padding: 1ex;" | Graphics Cursor Off
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | m
 
| style="padding: 1ex;" | Rubber Band Line On
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | n
 
| style="padding: 1ex;" | Rubber Band Line Off
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | o
 
| style="padding: 1ex;" | Move Absolute
 
| style="padding: 1ex;" | ''x'' ''y''
 
|-
 
| style="padding: 1ex; text-align: center;" | p
 
| style="padding: 1ex;" | Move Relative
 
| style="padding: 1ex;" | ''x'' ''y''
 
|-
 
| style="padding: 1ex; text-align: center;" | z
 
| style="padding: 1ex;" | No Operation
 
| style="padding: 1ex;" | ''none''
 
|}
 
 
  
 
==== <span id="graphics-drawing-mode-commands">ESC * m Graphics Drawing Mode Commands</span> ====
 
==== <span id="graphics-drawing-mode-commands">ESC * m Graphics Drawing Mode Commands</span> ====

Revision as of 16:47, 26 January 2013

Subpages of Asterisk

Received Transmitted
0 1 2 3 4 5 6 7
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 " 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAQ % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ' 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
10 LF SUB * : J Z j z
11 VT ESC + ; K [ k {
12 FF IS4 , < L \ l |
13 CR IS3 - = M ] m }
14 SO IS2 . > N ^ n ~
15 SI IS1 / ? O _ o DEL
0 1 2 3 4 5 6 7
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 " 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAQ % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ' 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
10 LF SUB * : J Z j z
11 VT ESC + ; K [ k {
12 FF IS4 , < L \ l |
13 CR IS3 - = M ] m }
14 SO IS2 . > N ^ n ~
15 SI IS1 / ? O _ o DEL

ESC * Control Sequences

Prefix Description Parameters

User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row

ESC * m Graphics Drawing Mode Commands

Prefix Description Parameter
a Select Drawing Mode drawing mode
b Select Line Type line type
c Define Line Pattern pattern scale
d Define Area Pattern row0 ... row7
e Area Fill, Absolute left bottom right top
f Area Fill, Relative left bottom right top
j Set Relocatable Origin x y
k Set Relocatable Origin to Pen Position none
l Set Relocatable Origin to Cursor Position none
m Set Graphics Text Size size
n Set Graphics Text Direction orientation
o Turn On Character Slant none
p Turn Off Character Slant none
q Set Text Origin origin
r Set Graphics Default Parameters none
z No Operation none
ESC * m a Drawing Modes
Value Description
0 No change
1 Clear
2 Set
3 Complement
4 Jam
ESC * m b Line Types
Value Description
1 Solid line
2 User defined line pattern
3 User defined area pattern
4 Predefined pattern #1
5 Predefined pattern #2
6 Predefined pattern #3
7 Predefined pattern #4
8 Predefined pattern #5
9 Predefined pattern #6
10 Predefined pattern #7
11 Point plot
ESC * m m Graphics Text Sizes
Value Description
1 5x7 matrix in 7x10 cell
2 10x14 matrix in 14x20 cell
3 15x21 matrix in 21x30 cell
4 20x28 matrix in 28x40 cell
5 25x35 matrix in 35x50 cell
6 30x42 matrix in 42x60 cell
7 35x49 matrix in 49x70 cell
8 40x56 matrix in 56x80 cell
ESC * m n Graphics Text Orientations
Value Description
1 Normal (upright)
2 Rotated 90 degrees counter clockwise
3 Rotated 180 degrees counter clockwise
4 Rotated 270 degrees counter clockwise
ESC * m q Graphics Text Origins
Value Description
1 Bottom Left
2 Middle Left
3 Top Left
4 Bottom Center
5 Middle Center
6 Top Center
7 Bottom Right
8 Middle Right
9 Top Right


ESC * p Plot Control Commands

Prefix Description Parameter
a Lift the pen none
b Lower the pen none
c Use graphics cursor position as new point none
d Draw a single dot at the current pen position none
e Set relocatable origin to current pen position none
f Use ASCII absolute format none
g Use ASCII incremental format none
h Use ASCII relocatable format none
i Use binary absolute format none
j Use binary short incremental format none
k Use binary incremental format none
l Use binary relocatable format none
z No operation none


ESC * r Raster Dump Transfer Commands

Prefix Description Parameter
a Start of Transfer width s height t
b End of Transfer none
c Erase Screen none
d Turn Video On none

ESC * Control Sequences

Prefix Description Parameters

User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row