User manual CITIZEN SLD-322BK

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual CITIZEN SLD-322BK. We hope that this CITIZEN SLD-322BK user guide will be useful to you.


CITIZEN SLD-322BK : Download the complete user guide (2370 Ko)

Manual abstract: user guide CITIZEN SLD-322BK

Detailed instructions for use are in the User's Guide.

[. . . ] · Do not place this product on an unstable cart, stand or table. cleaners. Use a damp cloth for cleaning. · Slots and openings on the back or bottom of the case are provided for ventilation. To ensure reliable operation of the product and to protect it from overheating, do not block or cover these openings. The openings should never be blocked by placing the product on a bed, sofa, rug of other similar surface. This product should never be placed near or over a radiator or heater. [. . . ] ESC % ESC & ESC * ESC ESC 2 ESC 3 ESC = ESC @ ESC D ESC E ESC G ESC J ESC R ESC V ESC a ESC c3 ESC c4 ESC c5 ESC d ESC I ESC m ESC p ESC t ESC u ESC v ESC { ESC $ ESC ¥ GS k GS w GS h GS H GS f GS * GS / GS : GS ^ Page 39 Horizontal tab 09H 39 Printing and paper feed 0AH 40 Print 0DH 40 Setting the right space amount of the character 1BH 20H n 41 Collective specifying printing mode 1BH 21H n 43 Specifying/canceling download character set 1BH 25Hn Defining download characters 1BH 26H 5 n m[a p1 p2 . . . psxa]m- 44 46 Specifying the bit image mode 1BH 2AH mn1n2[d]k 48 Specifying/canceling underline 1BH 2DH n 48 Specifying 1/6-inch line feed rate 1BH 32H 49 Setting line feed rate of minimum pitch 1BH 33H n 50 Data input control 1BH 3DH n 51 Initializing the Printer 1BH 40H 52 Setting horizontal tab position 1BH 44H [n]k00H 53 Specifying/canceling highlighting 1BH 45H n 54 Specifying/canceling double printing 1BH 47H n 54 Printing and feeding paper n/203 inch 1BH 4AH n 55 Selecting the international character set 1BH 52H n 56 Specifying/Canceling 90° -right- turned Characters 1BH 56H n 57 Aligning the characters 1BH 61H n NOP NOP Enabling/disabling the panel switches 1BH 63H 35H n Printing and feeding the paper by n lines 1BH 64H n Activating auto cutter (Full cut) 1BH 69H Activating auto cutter (Partial cut) 1BH 6DH NOP Selecting the character code table 1BH 74H n NOP Transmitting the printer status (Serial type) 1BH 76H n Specifying/canceling the inverted characters 1BH 7BH n Specifying the absolute positions 1BH 24H n1 n2 Specifying the relative positions 1BH 5C n1 n2 Printing the bar code 1DH 6BH n ["d"]k00H Selecting the horizontal size (scale factor) of bar code 1DH 77H n Selecting the height of the bar code 1DH 68H n Selecting of print position of HRI code 1DH 48H n Selecting the font of HRI code 1DH 66H n Defining the download, bit image 1DH2An1n2[d]n1xn2x Printing the download, bit image 1DH 2FH m Starting/ending macro definition 1DH 3AH Executing the macro 1DH 5E n1n2 n3 40 Function Code 58 58 59 60 61 62 63 64 65 66 70 71 72 73 74 75 77 78 CITIZEN CBM-292/293 User's Manual 10. cri 10. 2. 1 Description of Items XXXX [Function] [Code] Command Function ALL A sequence of code constituting a command is represented in hexadecimal number for < >H, binary number for < >B, and decimal number for < >, respectively; [ ]k represents a repeat count of k-times. [Range] [Outline] [Caution] [Default] Describes an argument value(Setting range) for the command. Describes an initial value for the command when accompanied by an argument. [See Also] Describes the associated commands for use. [Sample Program] Describes a coding example in the Q-BASIC sample program. * This example is only for your reference and differs depending on the language used, version, and so on. For details, see the manual for the 41 CITIZEN CBM-292/293 User's Manual 10. ils 10. 2. 2 Details HT [Function] [Code] [Outline] [Caution] Horizontal Tab <09>H Shifts the printing position to the next horizontal tab position. · Ignored when the next horizontal tab position has not been set. · Initial setting of the horizontal tab position is each 8 characters in 9th, 17th, 25th, columns. [See Also] [Sample Program] LPRINT "0123456789012345678901" ; LPRINT CHR$ (&HA) ; LPRINT CHR$ (&H9) + "AAA" ; LPRINT CHR$ (&H9) + "BBB" ; LPRINT CHR$ (&HA); LPRINT CHR$ (&H1B) + "D" ; LPRINT CHR$ (3) + CHR$ (7) + CHR$ (14) + CHR$ (0) ; LPRINT CHR$ (&H9) + "AAA" ; LPRINT CHR$ (&H9) + "BBB" ; LPRINT CHR$ (&H9) + "CCC" + CHR$ (&HA) ; ESC D [Print Results] LF [Function] [Code] [Outline] Printing and Paper Feed <0A>H Prints data inside the input buffer and feeds lines based on the line feed amount having been set. · The head of the line becomes the next print starting position. · "a" indicates the number of dots in horizontal direction for definition. · "p" is the data to be defined, which indicate a pattern equal to "a" dot in horizontal direction from the left end. · Download characters thus defined remain valid until redefinition, ESC @ execution, GS * execution, or power OFF is practiced. [Caution] Download characters and download bit images can not be defined simultaneously. Running this command clears the definition of the download bit image. [Default] Same as the internal character set 47 CITIZEN CBM-292/293 User's Manual [Example] Create each data bit by setting "1" for a printed dot and "0" for an unprinted dot. [Sample Program] [Print Results] See Sample Program and Print Results for ESC % on Page 43. 48 CITIZEN CBM-292/293 User's Manual ESC * m [Function] [Code] [Range] n1 n2 [d] k Specifying the Bit Image Mode <1B>H<2A>H<m><n1><n2> [ <d> ] k {m= 0, 1, 32, 33 {0 £ n1 £ FF(Hex)} {0 £ n2 £ 03(Hex)} {0 £ d £ FF(Hex)} {k = n1 + FF(Hex) ´ n2 (m = 0, 1) {k = (n1+ FF(Hex) ´ n2) ´ 3} (m = 32, 33) bit image mode (See the table below. )} [Outline] According to the number of dots specified in n1, n2, specify the bit image of mode n. of dots printed is divided by 256, whose quotient is taken as n2 and residualas n1. · When bit image data have been input in excess of dot position of one line(448 dots) , the excess data are discarded. · d is bit image data, the bits subject to printing are taken as "1" and those not as "0". · The bit image modes specified by m are shown as follows: m(Hex) 0 1 20 21 Mode 8-dots single density 8-dots double density 24-dots single density 24-dots double density Vertical Direction No. of Dots Dot Density 8 67 DPI 8 67 DPI 24 203 DPI 24 203 DPI Horizontal Direction Dot Density Max. of Dots 101 DPI 288 203 DPI 576 101 DPI 288 203 DPI 576 [Caution] · When the values set in m (bit image mode) are out of the above range, the data following after n1 is processed as normal printing data. [. . . ] Falls sich die Ausführung derartiger Arbeiten nicht vermeiden läßt, darauf achten, diese Teile nicht direkt zu berühren. 4. 8 Selbstdruckfunktion Durch Drücken der FEED-Taste und gleichzeitiges Einschalten der Netzversorgung oder durch die Eingabe eines RESET-Signals werden die verwendeten Zeichen, die ROM-Version und die DIP-Schalter-Information ausgedruckt. Sofern der automatische Papierschneider angebracht ist, wird das Papier nach dem Drucken abgeschnitten. 4. 9 PE und Alar m 4. 9. 1 Papierende (PE) Das Gerät erkennt, ob Papier vorhanden ist. Sobald das Papier aufgebraucht ist, stoppt das Gerät den Druckvorgang, gibt die Signale BUSY (DTR) und PE aus und schaltet das PAPERLämpchen ein. Beim Nachlegen von Papier werden die Signale gelöscht, und das PAPER-Lämpchen erlischt 99 CITIZEN CBM-292/293 User's Manual wieder. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE CITIZEN SLD-322BK




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual CITIZEN SLD-322BK will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.