PSI BOX PLUS+ Reference
Control Functions
DATA.
Send A Byte With Attention False.
_______
______________________________
Purpose.
To send a data byte to the IEEE bus.
__________
DATA is available for the user to send any bytes he
wishes to the IEEE bus, with the ATN line false. This means
that the byte is interpreted by the devices as a data byte rather
than as an IEEE command. This command is the complement to
CMD which sends a byte with ATN true.
The EOI line is false whilst the data byte is being sent.
The PSI BOX drops ATN false, if not already so, at the
end of the data sequence ATN is left false until further
instructions makes the PSI BOX become the active controller.
Use ATN to set ATN true again when you have finished
sending your stream of commands.
The all 8 data bits are sent as entered.
Format.
DATA byte
_________
Params.
One or some.
_________
Returns.
None, ATN is left false.
__________
Example.
________
_
BUS LISTEN 4 DATA 68 65 72 72 79 13 UNL
This will cause an IEEE printer device 4 to print the text
"HELLO".
Bus Activity.
___________
_
assert ATN if not already so
LISTEN 4
DAB 68 (H)
DAB 65 (E)
DAB 72 (L)
DAB 72 (L)
DAB 79 (0)
DAB 13 (Carriage Return)
UNLISTEN
Page 94
Chapter 8
Содержание P.S.I. BOX
Страница 1: ...brain boxes 4 22 Edition April 2001 PARALLEL SERIAL AND IEEE INTERFACE P S I BOX...
Страница 144: ...PSI BOX PLUS Reference Control Functions UNT UNL LAG PPC PPD UNL Page 130 Chapter 8...
Страница 159: ...Control Functions PSI BOX PLUS Reference drop ATN and read serial poll status byte SPD UNT Chapter 8 Page 145...