% -*-LaTeX-*- % CANON.LTX.2, 3-Jan-87 10:05:21, Edit by BEEBE % NB: wide tables: print with dvixxx -x0in for reduced left margin %------------------------------------------------------------------------ % EVERYTHING TO THE RIGHT OF A % IS A REMARK TO YOU AND IS IGNORED BY % LaTeX. % % WARNING! DO NOT TYPE ANY OF THE FOLLOWING 10 CHARACTERS AS NORMAL TEXT % CHARACTERS: % & $ # % _ { } ^ ~ \ % % The following seven are printed by typing a backslash in front of them: % \$ \& \# \% \_ \{ and \}. %------------------------------------------------------------------------ \documentstyle[11pt]{article} \begin{document} \section*{Canon LBP-8 A1/A2 Laser Printer Command Summary} The {\em Canon LBP-8 A1/A2 Laser Beam Printer User's Manual\/}, is almost entirely devoid of examples, has a minimal table of contents, and lacks an index. It is barely adequate for developing graphics software (there is a hexadecimal dump of a sample plot file which saves the day), but there is insufficient information in it to make use of the downloaded font mechanism for typesetting applications. Documentation of most commands is unclear, even to the extent that their functionality cannot be determined except by experiment with the printer itself. Some command codes and arguments have typographical errors in them. {\em Reset Mode\/} on p.~85 lists the last command byte as a digit {\tt 1} instead of the letter {\tt l}, and {\em Interior Style\/} on p.~134 describes argument values of both 0 and 1 as {\em\/ blank}; argument value 1 actually produces {\em black\/}. Without additional Canon documentation that I was able to obtain from colleagues in the laser printer industry, I would have made little progress with it. These cross-reference tables were prepared to assist in the software development. The page number references in these tables are to edition PUB.R-IE-034-V1C 0186B2.5 (1985) of the {\em User's Manual\/}. Where {\tt \#} is specified, a decimal digit string is expected. {\tt } is a single byte with hexadecimal value {\tt hh}. Otherwise, angle-bracketed upper-case strings are ISO/ASCII 7-bit and 8-bit control character mnemonics. Where {\tt }, {\tt }, {\tt }, etc. are given, an encoding of 16 data bits in one to three bytes is expected; see pp.~122--123 of the {\em User's Manual\/}. This encoding is such that the values 0 through 9 coincide with the ASCII digits, characters {\tt <30>} through {\tt <39>}. To reduce table entry size, {\tt *n} is used for {\tt n} successive {\tt }'s. The {\em Download Character Set\/} commands have 18 semicolon-separated arguments which are indicated in the tables by \ldots{}. 8-bit command codes in the range {\tt <80> .. <9F>} can be expressed in a 7-bit character set as two characters: {\tt <1B> }; thus {\tt CSI} ({\tt <9B>}) can be written as {\tt <1B> <5B>}, or {\tt [}. Number encodings require only 7-bit characters. However, binary data must be encoded in hexadecimal to avoid character codes in {\tt <80> .. }. Each dotted command taking binary data has a matching slashed command with hexadecimal data. Since {\tt } and {\tt } are significant characters for the Canon printer, they cannot be used to introduce arbitrary line breaks; a command file for a typeset document or a plot may therefore be expected to be one very long line. The virtual device metafile graphics section of the {\em User's Manual\/} uses {\tt } for {\tt } and {\tt } for {\tt }, the ASCII unit separator and record separator control characters. {\tt } is used as a command terminator, and {\tt } to switch coordinates of the immediately following {\tt } from relative to absolute. We follow the notation of the {\tt User's Manual} in the tables. \newcommand{\C}[5]{#5 & {\tt #1} & {\tt #2} & #4 & #3\\} \frenchspacing % some commands have periods in them \subsection*{Commands Ordered by Hex} \begin{footnotesize} \begin{tabular}{|lllll|} \hline Page & Hex & Command & Name & Description\\ \hline \C{00}{}{time filler (ignored)}{}{80, 110} \C{03}{}{end of text block}{}{80, 110} \C{07}{}{bell}{BEL}{110} \C{08}{}{backspace}{}{79, 92} \C{09}{}{horizontal tab}{}{79, 92} \C{0A}{}{line feed}{}{79, 92} \C{0B}{}{vertical tab}{}{79, 92} \C{0C}{}{form feed}{}{80, 93} \C{0D}{}{carriage return}{}{79, 92} \C{0E}{}{shift out to secondary set}{}{76, 96} \C{0F}{}{shift in to primary set}{}{76, 96} \C{19}{}{extended character control 2}{}{76} \C{1B 08}{ }{backspace 1/120in}{}{77} \C{1B 09}{ \#}{absolute horizontal tab to print column}{}{73} \C{1B 0A}{ }{reverse line feed}{}{74} \C{1B 0B}{ \#}{absolute vertical tab}{}{74} \C{1B 0C}{ \#}{set lines per page}{}{73} \C{1B 0D 80}{ P}{initiate remote reset}{}{78} \C{1B 11}{ \#}{set offset spacing}{}{77} \C{1B 19}{ }{enable auto sheet feeder}{}{79} \C{1B 1A}{ }{enable remote diagnosis mode}{}{78} \C{1B 1E}{ \#}{set verical motion index}{}{74} \C{1B 1F}{ \#}{set horizontal motion index}{}{73} \C{1B 21}{ !}{disable auto carriage return}{}{74} \C{1B 26}{ \&}{disable bold print}{}{77} \C{1B 28}{ ( I ... F}{designate graphics set G0}{DG0}{95} \C{1B 29}{ ) I ... F}{designate graphics set G1}{DG1}{96} \C{1B 2D}{ -}{set vertical tab stop}{}{73} \C{1B 2F}{ /}{enable auto backward printing}{}{74} \C{1B 30}{ 0}{set right margin}{}{72} \C{1B 31}{ 1}{set horizontal tab stop}{}{72} \C{1B 32}{ 2}{clear all tabs stops}{}{73} \C{1B 33}{ 3}{enable graphics mode}{}{74} \C{1B 34}{ 4}{disable graphics mode}{}{74} \C{1B 35}{ 5}{enable forward printing mode}{}{74} \hline \end{tabular} \end{footnotesize} \begin{footnotesize} \begin{tabular}{|lllll|} \hline Page & Hex & Command & Name & Description\\ \hline \C{1B 36}{ 6}{enable backward printing mode}{}{74} \C{1B 37}{ 7}{enable print suppression}{}{75} \C{1B 38}{ 8}{clear horizontal tab stop}{}{72} \C{1B 39}{ 9}{set left margin}{}{72} \C{1B 3A}{ :}{enter Diablo mode}{CEDM}{82} \C{1B 3B}{ ;}{enable ISO mode}{}{79} \C{1B 3C}{ <}{soft reset}{CSRS}{82} \C{1B 3D}{ =}{parameter reset}{CSRS}{82} \C{1B 3F}{ ? }{request proportional pitch}{CRPP}{109} \C{1B 3F}{ ?}{enable auto carriage return}{}{74} \C{1B 41}{ A}{print in secondary color}{}{74} \C{1B 42}{ B}{print in primary color}{}{74} \C{1B 43}{ C}{clear top and bottom margins}{}{72} \C{1B 44}{ D}{reverse half-line feed}{}{74} \C{1B 45}{ E}{enable auto underlined print}{}{77} \C{1B 4C}{ L}{set bottom page margin}{}{72} \C{1B 4F}{ O}{enable bold print}{}{77} \C{1B 50}{ P}{enable proportional space printing}{}{76} \C{1B 51}{ Q}{disable proportional space printing}{}{76} \C{1B 52}{ R}{disable auto underlined print}{}{77} \C{1B 53}{ S}{return HMI control to spacing switch}{}{73} \C{1B 54}{ T}{set top page margin}{}{72} \C{1B 55}{ U}{half-line feed}{}{74} \C{1B 57}{ W}{enable bold print}{}{77} \C{1B 58}{ X}{cancel all word processing modes}{}{77} \C{1B 59}{ Y}{printwheel spoke 0 characters}{}{78} \C{1B 5A}{ Z}{printwheel spoke 95 characters}{}{78} \C{1B 5C}{ <5C>}{disable auto backward printing}{}{74} \C{1B 63}{ c}{hard reset}{RIS}{82} \C{1D}{}{extended character control 1}{}{76} \C{21 30}{<21> <30> *2 }{scaling mode}{}{130} \C{23}{<23> }{begin picture}{}{130} \C{24}{<24> }{begin picture body}{}{130} \C{28}{<28> }{VDC extent}{}{131} \C{29}{<29> }{clip rectangle}{}{131} \hline \end{tabular} \end{footnotesize} \begin{footnotesize} \begin{tabular}{|lllll|} \hline Page & Hex & Command & Name & Description\\ \hline \C{2A}{<2A> }{clip indicator}{}{131} \C{30}{<30> }{polymarker}{}{137} \C{31}{<31> }{polyline}{}{136} \C{32}{<32> }{polygon}{}{138} \C{35}{<35> }{circle}{}{136} \C{41}{<41> }{marker types}{}{133} \C{42}{<42> }{marker size}{}{133} \C{45}{<45> }{line type}{}{132} \C{46}{<46> }{line width}{}{132} \C{49}{<49> }{interior style}{}{134} \C{73 44}{<73> <44> *2 }{line table}{}{134} \C{7D 4F}{<7D> <4F> *2 }{pattern table}{}{135} \C{7D 22}{<7D> <22> *2 }{origin transfer}{}{131} \C{7D 36}{<7D> <36> *3 }{arc close}{}{137} \C{7D 36}{<7D> <36> *3 }{arc}{}{137} \C{7D 37}{<7D> <37> *3 }{ellipse}{}{138} \C{7D 38}{<7D> <38> *5 }{quarter ellipse}{}{138} \C{7D 39}{<7D> <39> }{closed area fill}{}{139} \C{7D 3A}{<7D> <3A> }% {circle cornering rectangle}{}{136} \C{7D 40}{<7D> <40> *2 }{marker table}{}{135} \C{7D 47}{<7D> <47> }{line attribute}{}{133} \C{7D 4A}{<7D> <4A> }{circle cornering attribute}{}{136} \C{7D 70}{<7D> <70>}{return to text}{}{139} \C{7F}{}{delete (ignored)}{}{80, 110} \C{85}{}{new line}{NEL}{92} \C{88}{}{horizontal tabulation set}{HTS}{91} \C{8A}{}{vertical tabulation set}{VTS}{91} \C{8B}{}{partial line down}{PLD}{93} \C{8C}{}{partial line up}{PLU}{93} \C{8D}{}{reverse index}{RI}{93} \C{9B 20 42}{ \#{} ; \#{} B}{graphic size modification}{GSM}{100} \C{9B 20 43}{ \#{} C}{graphics size selection}{GSS}{99} \C{9B 20 47}{ \#{} ; \#{} G}{spacing increment}{SP}{90} \C{9B 20 4A}{ \#{} I}{select size unit}{SSU}{86} \C{9B 20 4B}{ \#{} K}{select font pitch}{CSFP}{97} \hline \end{tabular} \end{footnotesize} \begin{footnotesize} \begin{tabular}{|lllll|} \hline Page & Hex & Command & Name & Description\\ \hline \C{9B 20 4C}{ \#{} L}{set vertical spacing}{SVS}{91} \C{9B 25 72}{ \#{} \% r}{page rotation command}{CROR}{88} \C{9B 26 74}{ \#{} ; \#{} ; \#{} \&{} s}{page registration}{CPRG}{88} \C{9B 26 77}{ \#{} ; \#{} ; \#{} \&{} w}{page overlay}{COVL}{89} \C{9B 26 79}{ \#{} \&{} y}{operating comment}{COPC}{110} \C{9B 26 7A}{ \#{} \&{} z}{select paint memory mode}{CSPM}{82} \C{9B 26 7D}{ \#{} \&{} \}}{enter vector mode}{CEVM}{83} \C{9B 2E 70}{ \#... . p }{download character set 1 (binary data)}% {CDCS1}{101} \C{9B 2E 72}{ \#{} ; \#{} ; \#{} . r }{drawing box 1 (binary data)}% {CDBX1}{107} \C{9B 2E 7A}{ \#{} . z }{startup macro (binary data)}{CSTU1}{83} \C{9B 2F 70}{ \#... / p }{download character set 2 (hex data)}% {CDCS2}{104} \C{9B 2F 72}{ \#{} ; \#{} ; \#{} / r }{drawing box 2 (hex data)}% {CDBX2}{107} \C{9B 2F 7A}{ \#{} / z }{startup macro (hex data)}{CSTU2}{83} \C{9B 60}{ \#{} `}{horizontal position absolute}{HPA}{93} \C{9B 61}{ \#{} a}{horizontal position relative}{HPR}{94} \C{9B 64}{ \#{} d}{vertical position absolute}{VPA}{93} \C{9B 65}{ \#{} e}{vertical position relative}{VPR}{94} \C{9B 67}{ \#{} g}{tabulation clear}{TR}{92} \C{9B 68}{ \#{} h}{set mode}{SM}{84} \C{9B 6A}{ \#{} j}{horizontal position backward}{HPB}{94} \C{9B 6B}{ \#{} k}{vertical position backward}{VPB}{94} \C{9B 6C}{ \#{} l}{reset mode}{RM}{85} \C{9B 6D}{ \#{} m}{select graphic rendition}{SGR}{98} \C{9B 6E}{ \#{} n}{device status report}{DSR}{109} \C{9B 70}{ \#{} ; \#{} ; \#{} p}{select page format}{CSPF}{87} \C{9B 71}{ \#{} q}{paper feed mode}{CPFM}{108} \C{9B 72}{ \#{} r}{shading end position}{CSED}{106} \C{9B 73}{ \#{} \#{} s}{shading start position}{CSST}{106} \C{9B 74}{ \#{} t}{set margin}{CSMG}{89} \C{9B 75}{ \#{} u}{clear margin}{CCMG}{90} \C{9B 76}{ \#{} v}{select number of print copies}{CPRT}{108} \C{9B 77}{ \#{} ; \#{} w}{select proportional offset}{CSPO}{91} \C{9B 78}{ \#{} ; \#{} ; \# x}{memorized current position}{CMCP}{94} \C{9B 79}{ \#{} y}{typeface selection}{CTYP}{99} \C{9B 7A}{ z}{paper eject}{CEJT}{108} \C{9B 7B}{ \#{} ; \#{} ; \#{} \{}{line start position}{CLST}{105} \C{9B 7D}{ \#{} \}}{line end position}{CLED}{105} \hline \end{tabular} \end{footnotesize} \subsection*{Commands Ordered by Name} \begin{footnotesize} \begin{tabular}{|lllll|} \hline Page & Hex & Command & Name & Description\\ \hline \C{07}{}{bell}{BEL}{110} \C{9B 75}{ \#{} u}{clear margin}{CCMG}{90} \C{9B 2E 72}{ \#{} ; \#{} ; \#{} . r }{drawing box 1 (binary data)}% {CDBX1}{107} \C{9B 2F 72}{ \#{} ; \#{} ; \#{} / r }{drawing box 2 (hex data)}% {CDBX2}{107} \C{9B 2E 70}{ \#... . p }{download character set 1 (binary data)}% {CDCS1}{101} \C{9B 2F 70}{ \#... / p }{download character set 2 (hex data)}% {CDCS2}{104} \C{1B 3A}{ :}{enter Diablo mode}{CEDM}{82} \C{9B 7A}{ z}{paper eject}{CEJT}{108} \C{9B 26 7D}{ \#{} \&{} \}}{enter vector mode}{CEVM}{83} \C{9B 7D}{ \#{} \}}{line end position}{CLED}{105} \C{9B 7B}{ \#{} ; \#{} ; \#{} \{}{line start position}{CLST}{105} \C{9B 78}{ \#{} ; \#{} ; \# x}{memorized current position}{CMCP}{94} \C{9B 26 79}{ \#{} \&{} y}{operating comment}{COPC}{110} \C{9B 26 77}{ \#{} ; \#{} ; \#{} \&{} w}{page overlay}{COVL}{89} \C{9B 71}{ \#{} q}{paper feed mode}{CPFM}{108} \C{9B 26 74}{ \#{} ; \#{} ; \#{} \&{} s}{page registration}{CPRG}{88} \C{9B 76}{ \#{} v}{select number of print copies}{CPRT}{108} \C{9B 25 72}{ \#{} \% r}{page rotation command}{CROR}{88} \C{1B 3F}{ ? }{request proportional pitch}{CRPP}{109} \C{9B 72}{ \#{} r}{shading end position}{CSED}{106} \C{9B 20 4B}{ \#{} K}{select font pitch}{CSFP}{97} \C{9B 74}{ \#{} t}{set margin}{CSMG}{89} \C{9B 70}{ \#{} ; \#{} ; \#{} p}{select page format}{CSPF}{87} \C{9B 26 7A}{ \#{} \&{} z}{select paint memory mode}{CSPM}{82} \C{9B 77}{ \#{} ; \#{} w}{select proportional offset}{CSPO}{91} \C{1B 3C}{ <}{soft reset}{CSRS}{82} \C{1B 3D}{ =}{parameter reset}{CSRS}{82} \C{9B 73}{ \#{} \#{} s}{shading start position}{CSST}{106} \C{9B 2E 7A}{ \#{} . z }{startup macro (binary data)}{CSTU1}{83} \C{9B 2F 7A}{ \#{} / z }{startup macro (hex data)}{CSTU2}{83} \C{9B 79}{ \#{} y}{typeface selection}{CTYP}{99} \C{1B 28}{ ( I ... F}{designate graphics set G0}{DG0}{95} \C{1B 29}{ ) I ... F}{designate graphics set G1}{DG1}{96} \C{9B 6E}{ \#{} n}{device status report}{DSR}{109} \C{9B 20 42}{ \#{} ; \#{} B}{graphic size modification}{GSM}{100} \hline \end{tabular} \end{footnotesize} \begin{footnotesize} \begin{tabular}{|lllll|} \hline Page & Hex & Command & Name & Description\\ \hline \C{9B 20 43}{ \#{} C}{graphics size selection}{GSS}{99} \C{9B 60}{ \#{} `}{horizontal position absolute}{HPA}{93} \C{9B 6A}{ \#{} j}{horizontal position backward}{HPB}{94} \C{9B 61}{ \#{} a}{horizontal position relative}{HPR}{94} \C{88}{}{horizontal tabulation set}{HTS}{91} \C{85}{}{new line}{NEL}{92} \C{8B}{}{partial line down}{PLD}{93} \C{8C}{}{partial line up}{PLU}{93} \C{1B 63}{ c}{hard reset}{RIS}{82} \C{8D}{}{reverse index}{RI}{93} \C{9B 6C}{ \#{} l}{reset mode}{RM}{85} \C{9B 6D}{ \#{} m}{select graphic rendition}{SGR}{98} \C{9B 68}{ \#{} h}{set mode}{SM}{84} \C{9B 20 47}{ \#{} ; \#{} G}{spacing increment}{SP}{90} \C{9B 20 4A}{ \#{} I}{select size unit}{SSU}{86} \C{9B 20 4C}{ \#{} L}{set vertical spacing}{SVS}{91} \C{9B 67}{ \#{} g}{tabulation clear}{TR}{92} \C{9B 64}{ \#{} d}{vertical position absolute}{VPA}{93} \C{9B 6B}{ \#{} k}{vertical position backward}{VPB}{94} \C{9B 65}{ \#{} e}{vertical position relative}{VPR}{94} \C{8A}{}{vertical tabulation set}{VTS}{91} \C{21 30}{<21> <30> *2 }{scaling mode}{}{130} \C{23}{<23> }{begin picture}{}{130} \C{24}{<24> }{begin picture body}{}{130} \C{28}{<28> }{VDC extent}{}{131} \C{29}{<29> }{clip rectangle}{}{131} \C{2A}{<2A> }{clip indicator}{}{131} \C{7D 22}{<7D> <22> *2 }{origin transfer}{}{131} \C{45}{<45> }{line type}{}{132} \C{46}{<46> }{line width}{}{132} \C{41}{<41> }{marker types}{}{133} \C{42}{<42> }{marker size}{}{133} \C{7D 47}{<7D> <47> }{line attribute}{}{133} \C{49}{<49> }{interior style}{}{134} \C{73 44}{<73> <44> *2 }{line table}{}{134} \hline \end{tabular} \end{footnotesize} \begin{footnotesize} \begin{tabular}{|lllll|} \hline Page & Hex & Command & Name & Description\\ \hline \C{7D 4F}{<7D> <4F> *2 }{pattern table}{}{135} \C{7D 40}{<7D> <40> *2 }{marker table}{}{135} \C{31}{<31> }{polyline}{}{136} \C{35}{<35> }{circle}{}{136} \C{7D 3A}{<7D> <3A> }% {circle cornering rectangle}{}{136} \C{7D 4A}{<7D> <4A> }{circle cornering attribute}{}{136} \C{30}{<30> }{polymarker}{}{137} \C{7D 36}{<7D> <36> *3 }{arc close}{}{137} \C{7D 36}{<7D> <36> *3 }{arc}{}{137} \C{32}{<32> }{polygon}{}{138} \C{7D 37}{<7D> <37> *3 }{ellipse}{}{138} \C{7D 38}{<7D> <38> *5 }{quarter ellipse}{}{138} \C{7D 39}{<7D> <39> }{closed area fill}{}{139} \C{7D 70}{<7D> <70>}{return to text}{}{139} \C{1B 30}{ 0}{set right margin}{}{72} \C{1B 31}{ 1}{set horizontal tab stop}{}{72} \C{1B 38}{ 8}{clear horizontal tab stop}{}{72} \C{1B 39}{ 9}{set left margin}{}{72} \C{1B 43}{ C}{clear top and bottom margins}{}{72} \C{1B 4C}{ L}{set bottom page margin}{}{72} \C{1B 54}{ T}{set top page margin}{}{72} \C{1B 09}{ \#}{absolute horizontal tab to print column}{}{73} \C{1B 0C}{ \#}{set lines per page}{}{73} \C{1B 1F}{ \#}{set horizontal motion index}{}{73} \C{1B 2D}{ -}{set vertical tab stop}{}{73} \C{1B 32}{ 2}{clear all tabs stops}{}{73} \C{1B 53}{ S}{return HMI control to spacing switch}{}{73} \C{1B 0A}{ }{reverse line feed}{}{74} \C{1B 0B}{ \#}{absolute vertical tab}{}{74} \C{1B 1E}{ \#}{set verical motion index}{}{74} \C{1B 21}{ !}{disable auto carriage return}{}{74} \C{1B 2F}{ /}{enable auto backward printing}{}{74} \C{1B 33}{ 3}{enable graphics mode}{}{74} \C{1B 34}{ 4}{disable graphics mode}{}{74} \C{1B 35}{ 5}{enable forward printing mode}{}{74} \hline \end{tabular} \end{footnotesize} \begin{footnotesize} \begin{tabular}{|lllll|} \hline Page & Hex & Command & Name & Description\\ \hline \C{1B 36}{ 6}{enable backward printing mode}{}{74} \C{1B 3F}{ ?}{enable auto carriage return}{}{74} \C{1B 41}{ A}{print in secondary color}{}{74} \C{1B 42}{ B}{print in primary color}{}{74} \C{1B 44}{ D}{reverse half-line feed}{}{74} \C{1B 55}{ U}{half-line feed}{}{74} \C{1B 5C}{ <5C>}{disable auto backward printing}{}{74} \C{1B 37}{ 7}{enable print suppression}{}{75} \C{0E}{}{shift out to secondary set}{}{76, 96} \C{0F}{}{shift in to primary set}{}{76, 96} \C{19}{}{extended character control 2}{}{76} \C{1B 50}{ P}{enable proportional space printing}{}{76} \C{1B 51}{ Q}{disable proportional space printing}{}{76} \C{1D}{}{extended character control 1}{}{76} \C{1B 08}{ }{backspace 1/120in}{}{77} \C{1B 11}{ \#}{set offset spacing}{}{77} \C{1B 26}{ \&}{disable bold print}{}{77} \C{1B 57}{ W}{enable bold print}{}{77} \C{1B 58}{ X}{cancel all word processing modes}{}{77} \C{1B 45}{ E}{enable auto underlined print}{}{77} \C{1B 4F}{ O}{enable bold print}{}{77} \C{1B 52}{ R}{disable auto underlined print}{}{77} \C{1B 0D 80}{ P}{initiate remote reset}{}{78} \C{1B 1A}{ }{enable remote diagnosis mode}{}{78} \C{1B 59}{ Y}{printwheel spoke 0 characters}{}{78} \C{1B 5A}{ Z}{printwheel spoke 95 characters}{}{78} \C{08}{}{backspace}{}{79, 92} \C{09}{}{horizontal tab}{}{79, 92} \C{0A}{}{line feed}{}{79, 92} \C{0B}{}{vertical tab}{}{79, 92} \C{0D}{}{carriage return}{}{79, 92} \C{1B 19}{ }{enable auto sheet feeder}{}{79} \C{1B 3B}{ ;}{enable ISO mode}{}{79} \C{00}{}{time filler (ignored)}{}{80, 110} \C{03}{}{end of text block}{}{80, 110} \C{7F}{}{delete (ignored)}{}{80, 110} \C{0C}{}{form feed}{}{80, 93} \hline \end{tabular} \end{footnotesize} \subsection*{Commands Ordered by Description} \begin{footnotesize} \begin{tabular}{|lllll|} \hline Page & Hex & Command & Name & Description\\ \hline \C{1B 09}{ \#}{absolute horizontal tab to print column}{}{73} \C{1B 0B}{ \#}{absolute vertical tab}{}{74} \C{7D 36}{<7D> <36> *3 }{arc close}{}{137} \C{7D 36}{<7D> <36> *3 }{arc}{}{137} \C{1B 08}{ }{backspace 1/120in}{}{77} \C{08}{}{backspace}{}{79, 92} \C{24}{<24> }{begin picture body}{}{130} \C{23}{<23> }{begin picture}{}{130} \C{07}{}{bell}{BEL}{110} \C{1B 58}{ X}{cancel all word processing modes}{}{77} \C{0D}{}{carriage return}{}{79, 92} \C{7D 4A}{<7D> <4A> }{circle cornering attribute}{}{136} \C{7D 3A}{<7D> <3A> }% {circle cornering rectangle}{}{136} \C{35}{<35> }{circle}{}{136} \C{1B 32}{ 2}{clear all tabs stops}{}{73} \C{1B 38}{ 8}{clear horizontal tab stop}{}{72} \C{9B 75}{ \#{} u}{clear margin}{CCMG}{90} \C{1B 43}{ C}{clear top and bottom margins}{}{72} \C{2A}{<2A> }{clip indicator}{}{131} \C{29}{<29> }{clip rectangle}{}{131} \C{7D 39}{<7D> <39> }{closed area fill}{}{139} \C{7F}{}{delete (ignored)}{}{80, 110} \C{1B 28}{ ( I ... F}{designate graphics set G0}{DG0}{95} \C{1B 29}{ ) I ... F}{designate graphics set G1}{DG1}{96} \C{9B 6E}{ \#{} n}{device status report}{DSR}{109} \C{1B 5C}{ <5C>}{disable auto backward printing}{}{74} \C{1B 21}{ !}{disable auto carriage return}{}{74} \C{1B 52}{ R}{disable auto underlined print}{}{77} \C{1B 26}{ \&}{disable bold print}{}{77} \C{1B 34}{ 4}{disable graphics mode}{}{74} \C{1B 51}{ Q}{disable proportional space printing}{}{76} \C{9B 2E 70}{ \#... . p }{download character set 1 (binary data)}% {CDCS1}{101} \C{9B 2F 70}{ \#... / p }{download character set 2 (hex data)}% {CDCS2}{104} \C{9B 2E 72}{ \#{} ; \#{} ; \#{} . r }{drawing box 1 (binary data)}% {CDBX1}{107} \C{9B 2F 72}{ \#{} ; \#{} ; \#{} / r }{drawing box 2 (hex data)}% {CDBX2}{107} \hline \end{tabular} \end{footnotesize} \begin{footnotesize} \begin{tabular}{|lllll|} \hline Page & Hex & Command & Name & Description\\ \hline \C{7D 37}{<7D> <37> *3 }{ellipse}{}{138} \C{1B 2F}{ /}{enable auto backward printing}{}{74} \C{1B 3F}{ ?}{enable auto carriage return}{}{74} \C{1B 19}{ }{enable auto sheet feeder}{}{79} \C{1B 45}{ E}{enable auto underlined print}{}{77} \C{1B 36}{ 6}{enable backward printing mode}{}{74} \C{1B 57}{ W}{enable bold print}{}{77} \C{1B 4F}{ O}{enable bold print}{}{77} \C{1B 35}{ 5}{enable forward printing mode}{}{74} \C{1B 33}{ 3}{enable graphics mode}{}{74} \C{1B 3B}{ ;}{enable ISO mode}{}{79} \C{1B 37}{ 7}{enable print suppression}{}{75} \C{1B 50}{ P}{enable proportional space printing}{}{76} \C{1B 1A}{ }{enable remote diagnosis mode}{}{78} \C{03}{}{end of text block}{}{80, 110} \C{1B 3A}{ :}{enter Diablo mode}{CEDM}{82} \C{9B 26 7D}{ \#{} \&{} \}}{enter vector mode}{CEVM}{83} \C{1D}{}{extended character control 1}{}{76} \C{19}{}{extended character control 2}{}{76} \C{0C}{}{form feed}{}{80, 93} \C{9B 20 42}{ \#{} ; \#{} B}{graphic size modification}{GSM}{100} \C{9B 20 43}{ \#{} C}{graphics size selection}{GSS}{99} \C{1B 55}{ U}{half-line feed}{}{74} \C{1B 63}{ c}{hard reset}{RIS}{82} \C{9B 60}{ \#{} `}{horizontal position absolute}{HPA}{93} \C{9B 6A}{ \#{} j}{horizontal position backward}{HPB}{94} \C{9B 61}{ \#{} a}{horizontal position relative}{HPR}{94} \C{88}{}{horizontal tabulation set}{HTS}{91} \C{09}{}{horizontal tab}{}{79, 92} \C{1B 0D 80}{ P}{initiate remote reset}{}{78} \C{49}{<49> }{interior style}{}{134} \C{7D 47}{<7D> <47> }{line attribute}{}{133} \C{9B 7D}{ \#{} \}}{line end position}{CLED}{105} \C{0A}{}{line feed}{}{79, 92} \C{9B 7B}{ \#{} ; \#{} ; \#{} \{}{line start position}{CLST}{105} \hline \end{tabular} \end{footnotesize} \begin{footnotesize} \begin{tabular}{|lllll|} \hline Page & Hex & Command & Name & Description\\ \hline \C{73 44}{<73> <44> *2 }{line table}{}{134} \C{45}{<45> }{line type}{}{132} \C{46}{<46> }{line width}{}{132} \C{42}{<42> }{marker size}{}{133} \C{7D 40}{<7D> <40> *2 }{marker table}{}{135} \C{41}{<41> }{marker types}{}{133} \C{9B 78}{ \#{} ; \#{} ; \# x}{memorized current position}{CMCP}{94} \C{85}{}{new line}{NEL}{92} \C{9B 26 79}{ \#{} \&{} y}{operating comment}{COPC}{110} \C{7D 22}{<7D> <22> *2 }{origin transfer}{}{131} \C{9B 26 77}{ \#{} ; \#{} ; \#{} \&{} w}{page overlay}{COVL}{89} \C{9B 26 74}{ \#{} ; \#{} ; \#{} \&{} s}{page registration}{CPRG}{88} \C{9B 25 72}{ \#{} \% r}{page rotation command}{CROR}{88} \C{9B 7A}{ z}{paper eject}{CEJT}{108} \C{9B 71}{ \#{} q}{paper feed mode}{CPFM}{108} \C{1B 3D}{ =}{parameter reset}{CSRS}{82} \C{8B}{}{partial line down}{PLD}{93} \C{8C}{}{partial line up}{PLU}{93} \C{7D 4F}{<7D> <4F> *2 }{pattern table}{}{135} \C{32}{<32> }{polygon}{}{138} \C{31}{<31> }{polyline}{}{136} \C{30}{<30> }{polymarker}{}{137} \C{1B 42}{ B}{print in primary color}{}{74} \C{1B 41}{ A}{print in secondary color}{}{74} \C{1B 59}{ Y}{printwheel spoke 0 characters}{}{78} \C{1B 5A}{ Z}{printwheel spoke 95 characters}{}{78} \C{7D 38}{<7D> <38> *5 }{quarter ellipse}{}{138} \C{1B 3F}{ ? }{request proportional pitch}{CRPP}{109} \C{9B 6C}{ \#{} l}{reset mode}{RM}{85} \C{1B 53}{ S}{return HMI control to spacing switch}{}{73} \C{7D 70}{<7D> <70>}{return to text}{}{139} \C{1B 44}{ D}{reverse half-line feed}{}{74} \C{8D}{}{reverse index}{RI}{93} \C{1B 0A}{ }{reverse line feed}{}{74} \C{21 30}{<21> <30> *2 }{scaling mode}{}{130} \hline \end{tabular} \end{footnotesize} \begin{footnotesize} \begin{tabular}{|lllll|} \hline Page & Hex & Command & Name & Description\\ \hline \C{9B 20 4B}{ \#{} K}{select font pitch}{CSFP}{97} \C{9B 6D}{ \#{} m}{select graphic rendition}{SGR}{98} \C{9B 76}{ \#{} v}{select number of print copies}{CPRT}{108} \C{9B 70}{ \#{} ; \#{} ; \#{} p}{select page format}{CSPF}{87} \C{9B 26 7A}{ \#{} \&{} z}{select paint memory mode}{CSPM}{82} \C{9B 77}{ \#{} ; \#{} w}{select proportional offset}{CSPO}{91} \C{9B 20 4A}{ \#{} I}{select size unit}{SSU}{86} \C{1B 4C}{ L}{set bottom page margin}{}{72} \C{1B 1F}{ \#}{set horizontal motion index}{}{73} \C{1B 31}{ 1}{set horizontal tab stop}{}{72} \C{1B 39}{ 9}{set left margin}{}{72} \C{1B 0C}{ \#}{set lines per page}{}{73} \C{9B 74}{ \#{} t}{set margin}{CSMG}{89} \C{9B 68}{ \#{} h}{set mode}{SM}{84} \C{1B 11}{ \#}{set offset spacing}{}{77} \C{1B 30}{ 0}{set right margin}{}{72} \C{1B 54}{ T}{set top page margin}{}{72} \C{1B 1E}{ \#}{set verical motion index}{}{74} \C{9B 20 4C}{ \#{} L}{set vertical spacing}{SVS}{91} \C{1B 2D}{ -}{set vertical tab stop}{}{73} \C{9B 72}{ \#{} r}{shading end position}{CSED}{106} \C{9B 73}{ \#{} \#{} s}{shading start position}{CSST}{106} \C{0F}{}{shift in to primary set}{}{76, 96} \C{0E}{}{shift out to secondary set}{}{76, 96} \C{1B 3C}{ <}{soft reset}{CSRS}{82} \C{9B 20 47}{ \#{} ; \#{} G}{spacing increment}{SP}{90} \C{9B 2E 7A}{ \#{} . z }{startup macro (binary data)}{CSTU1}{83} \C{9B 2F 7A}{ \#{} / z }{startup macro (hex data)}{CSTU2}{83} \C{9B 67}{ \#{} g}{tabulation clear}{TR}{92} \C{00}{}{time filler (ignored)}{}{80, 110} \C{9B 79}{ \#{} y}{typeface selection}{CTYP}{99} \C{28}{<28> }{VDC extent}{}{131} \C{9B 64}{ \#{} d}{vertical position absolute}{VPA}{93} \C{9B 6B}{ \#{} k}{vertical position backward}{VPB}{94} \C{9B 65}{ \#{} e}{vertical position relative}{VPR}{94} \C{8A}{}{vertical tabulation set}{VTS}{91} \C{0B}{}{vertical tab}{}{79, 92} \hline \end{tabular} \end{footnotesize} \end{document}