User manual CITIZEN C2201-PD

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 C2201-PD. We hope that this CITIZEN C2201-PD user guide will be useful to you.


CITIZEN C2201-PD : Download the complete user guide (2849 Ko)

Manual abstract: user guide CITIZEN C2201-PD

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

[. . . ] 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. This product should not be placed in an built-in installation unless proper ventilation is provided. This product should be operated from the type of power source indicated on the marking label. [. . . ] Remove the paper from the paper passage as described in "4. 5 Eliminating the Paper Jam". The auto cutter initialization begins and the cutter returns to its home position. If the cutter does not return to its home position after the power has been turned on, do the following. Turn off the power, and return the auto cutter blade to its home position by turning the emergency knob of the auto cutter in the direction indicated by the arrow. With tweezers or similar, totally remove remaining paper from the cutter blade area. Emergency Knob 4. 7 FEED Switch Function Press the feed switch to feed the paper, cut it, and output the cut portion. 4. 8 Paper End Function If the printing paper runs out, the parallel interface will output BUSY, FAULT, and PE to the host, and the serial interface will output DTR to stop printing, respectively. If some data are still remaining in the buffer, printing will be resumed after replacing the paper. Replace the paper according to "4. 3 Inserting the Paper. " After replacing the paper, cancel BUSY (DTR), FAULT, and PE outputs. For details, see "4. 10 Near Paper End Function. " 21 CITIZEN C2201-PD User's Manual 4. 9 Connecting the PHU (Paper Holding Unit) 1. Plug the connector cable of the optional PHU into the CN5 on the control PCB. Connector for PHU CN5 4. 10 Paper Near End Function (When Using the PHU) If the paper is running out, the PNE sensor informs the host computer that the paper is running out. You can adjust the printable amount left after PNE has been detected, up to about50 of paper roll. 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 Signal Name TWISTED PAIR GND RESET FAULT FRAME GND 27 CITIZEN C2201-PD User's Manual 6. 3 6. 3. 1 Input and Output Signals Input and Output Signals (1) Input signals to the printer · DATA · STROBE · RESET · ACK · BUSY · FAULT · PE : 8-bit parallel signal (Active: "High") : Strobe signal to read the 8-bit data (Active: "Low") : Signal to reset the entire printer (Active: "Low"); 1 ms or more (2) Output signals from the printer : 8-bit data request signal. (Active: "Low") : Signal to indicate that the printer is busy. (Active: "High") : Turned to "Low" when the printer has an alarm. (Active: "Low") : Output if the printing paper has run out or is running out. (Active: "High") Input new data when it is "Low. " A pulse signal to be output at the end of the BUSY signal 28 CITIZEN C2201-PD User's Manual 6. 3. 2 Electrical Characteristics (1) Input signal level All the input signals are at the TTL level. High level --- 2. 0 V at minimum Low level --- 0. 8 V at maximum (2) Output signal level All the output signals are at the TTL level. High level --- 2. 4 V at minimum Low level --- 0. 4 V at maximum (3) Input and output conditions The STROBE and RESET input signals are pulled up at 3. 3k, and the other input signals at 50k, respectively. [Printer Side] [Host Side] All the output signals are pulled up at 50k. [Printer Side] [Host Side] 29 CITIZEN C2201-PD User's Manual 6. 3. 3 Timing Chart Data Input and Print Timings T1, T2, T3 T4 T5 T6 6. 3. 4 Data Receiving Control 0. 5 µs MIN 270 ns MAX 2. 3 µs TYP 500 ms MIN (At power-on) The data can be received from the host when the BUSY signal is at "Low, " but cannot be received when it is "High. " 6. 3. 5 Buffering The host side is immediately freed, because 4 KB data can be buffered. 30 CITIZEN C2201-PD User's Manual 7. 7. 1 SERIAL INTERFACE Specifications (1) Synchronous system (2) Baud rate (3) 1-word configuration Start bits Data bits Parity bits Stop bits (4) Signal polarity RS-232C · Mark · Space · Mark · Space · Mark · Space = Logic "1" (-3 -12 V) = Logic "0" (+3 +12 V) =1 =0 : : Data not transferable Data transferable : : Data receivable Data not receivable : 1 bit : 8 bits or 7 bits (Setting upon shipment) : Odd, even, or no parity (Selected by the user) : 1 bit or more : Asynchronous : 1, 200, 2, 400, 4, 800, 9, 600, 19, 200 bps (Selected by the user) (5) Received data (RXD signal) (6) Reception control (DTR signal) (7) Transmission control (TXD signal) · DC1 code(11H) X-ON · DC3 code(13H) X-OFF 7. 2 Connector's Pin Configuration No. 1 7 3 20 2 6 Signal Name FG GND RXD DTR TXD DSR Input/Output Function Frame Ground Signal Ground Received Data Printer BUSY Signal Transmitted Data Data Set Ready Input Output Output Input [Note] 1. The received data should be always maintained in the Mark status when no data is being transferred. Applicable connectors (D-Sub connectors) Printer side : 17LE-13250 (Anphenol) or its equivalent Cable side : 17JE-23250 (Anphenol) or its equivalent 31 CITIZEN C2201-PD User's Manual 7. 3 7. 3. 1 Input and Output Signals Input and Output Signals (1) RXD Serial received data signal. [. . . ] GS f [Print Results] 74 CITIZEN C2201-PD User's Manual GS fn Selecting the font of HRI code <1D>H<66>H<n> n = 0, 1 Selecting the font of HRI code in printing bar code. n 0 1 Font Font A Font B [Function] [Code] [Range] [Outline] The HRI code refers to the bar code-turned characters so that you can read them. [Caution] [Default] [See Also] [Sample Program] LPRINT CHR$ (&H1D) + "h" + CHR$ (50) ; LPRINT CHR$ (&H1D) + "H" + CHR$ (2) ; LPRINT CHR$ (&H1D) + "f" + CHR$ (0) ; GOSUB BC LPRINT CHR$ (&H1D) + "f" + CHR$ (1) ; GOSUB BC END BC : LPRINT CHR$ (&H1D) + "k" ; LPRINT CHR$ (4) ; LPRINT "123" + CHR$ (0) ; LPRINT CHR$ (&HA) ; RETURN The HRI code is printed at the position specified with GS h on page 73. GS H [Print Results] 75 CITIZEN C2201-PD User's Manual GS n1 n2 [ d ] n1 × n2 × 8 Defining the Download Bit Image <1D>H<2A>H<n1><n2> [ < d > ] n1 × n2 × 8 {1 n1 FF} {1 n2 30} {n1 × n2 51F} Data is described in Hex code. [Function] [Code] [Range] [Outline] Defines downloading bit images of the number of dots specified by n1/n2. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE CITIZEN C2201-PD




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

 

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