6530 Programmer's Guide
Block Mode Operation
3-78
6530 Programmer’s Guide
This abort can be avoided if your application observes the following 
sequence: 
1. Lock the keyboard (Esc c sequence). 
2. Check the status for a print in process (Esc ^ sequence). 
3. If no print is in process, send the new print request (Esc 0 sequence). 
4. Unlock the keyboard (Esc b sequence). 
A program reset, system reset, or mode switch will also abort a print 
operation in process. 
If the user requests a print operation while one is in process, this second 
print request is ignored. Also, the error message PRINT BUSY is 
displayed in the error line and the bell is sounded. 
If a video attribute is encountered while transmitting text to the Auxl 
device, a space character (20H) is substituted in the print stream for the 
attribute character. If the video attribute includes invisible, space 
characters. (20H) are substituted in the print stream for subsequent text. 
If the video attribute includes underscore and the Aux1 line end 
parameter is not set to CR, subsequent text sent to the printer is followed 
by a CR (ODH) and a line with underscore characters (_,5FH) for each 
character position that is to be underscored. When the Auxl line end 
parameter is set to CR, the underscore attribute is ignored. 
Write to Auxl or Aux2 Device (Esc - 0) 
The Esc - O sequence outputs host-generated data to the workstation or 
PC device specified by either the Auxl or Aux2 parameter. All text 
following the escape sequence is written verbatim to the selected device. 
The text sequence can include any character code that is passable by 
conversational mode and the communications protocol used. The text 
sequence is normally terminated by a DC2 control character (l2H). You 
can specify a different terminating character if necessary. 
The Esc - 0 sequence has the following general format: 
Esc - 
device
 ; 
terminator
 0 
where: 
device
 is a decimal number that specifies which device parameter 
is used. This must be either 1 for the Auxl device or 2 for the Aux2 
device. If any other value is specified or the parameter is omitted, 
the 6530 assumes the Auxl device. 










