EAIC202-PGH ELECTRONIC ASSEMBLY, EAIC202-PGH Datasheet - Page 7

no-image

EAIC202-PGH

Manufacturer Part Number
EAIC202-PGH
Description
Display Modules & Development Tools Graphic Con RS-232 128x64 for HD61202
Manufacturer
ELECTRONIC ASSEMBLY
Datasheet

Specifications of EAIC202-PGH

Lead Free Status / RoHS Status
Lead free / RoHS Compliant
PARAMETERS
All commands with parameters, coordinates and other hand over datas are expected as of Bytes. No
seperating characters are allowed, i.e. no space bars, no commas. End of command does not need
a final Byte i.e. no Carrige Return.
A..Z, L/R/O/U ................................... All commands are transmitted as ASCII code.
x1, x2, y1, y2 ................................... Coordinates are transmitted with one Byte; applicable
n1,n2,nr,aw,ew,value,ptn,data ...... Parameters with numbers are transmitted with one Byte.
EXAMPLE OF PROGRAMMING
The following table shows an example in wich the character string "Test" is output at coordinates 7,3.
PATTERN
Several commands allow pattern type parameters (ptn = 0..7). They are used e.g. for rectangular
areas, bargraphs or text lines with various pattern.
The following fill patterns are available:
Example
ASCII
Hex
Decimal
Turbo-Pascal
´C´
Q-Basic
ptn=0
white
ptn=1
black
write(aux, 'Z', chr(7), chr(3), 'Test', chr(0));
fprintf(stdaux, "%c%c%c%s%c", 'Z', 7, 3, "Test", 0);
OPEN "COM1:1200,N,8,2,BIN" FOR RANDOM AS #1
PRINT #1,"Z"+CHR$(7)+CHR$(3)+"Test"+CHR$(0)
$5A
90
Z
25% gray
ptn=2
$07
BEL
7
$03
ETX
3
Example: G = 71 (dec.) = $47 initiates the straight line
drawing command.
values are 0..127 for x- resp. 0..63 for y- coordinates.
Example: x1= 10 (dec.) = $0A
Example: n1= 15 (dec.) = $0F
50% gray
ptn=3
$54
84
T
Codes
75% gray
ptn=4
$65
101
e
$73
115
s
45° right
ptn=5
$74
116
t
45° left
EA IC202
ptn=6
$00
NUL
0
45° cross hatch
ptn=7
7

Related parts for EAIC202-PGH