PS Protocol
Option
To differentiate data from the special control characters, any data that is the same as one of the following special control characters must be quoted.
ASCII | ASCII | ASCII | Control Function |
Keyboard | Name | Hex |
|
|
|
|
|
^A | SOH | 0x01 | Quote data character |
^C | ETX | 0x03 | Abort job and flush to end of |
^D | EOT | 0x04 | file |
^E | ENQ | 0x05 | |
^Q | DC1 | 0x11 | (Reserved for future use) |
^S | DC3 | 0x13 | XON in XON/XOFF flow |
T | DC4 | 0x14 | control |
^\ | FS | 0x1C | XOFF in XON/XOFF flow |
|
|
| control |
|
|
| Job status request |
|
|
| (Reserved for future use) |
|
|
|
|
A data byte is quoted by replacing it with a
This method of quoting guarantees that whenever the printer receives any of the eight control characters, the control function is intended regardless of whether the preceding character is a ^A. Any data byte not equal to one of the eight special control characters is transmitted by sending the data byte.
For more information on BCP and quoting, see the PostScript Language Reference Manual (Adobe Systems, Inc., Reading, MA: Addi-
Additional Technical Information |