User manual CITIZEN IDP-3221

Lastmanuals offers a socially driven service of sharing, storing and searching manuals related to use of hardware and software : user guide, owner's manual, quick start guide, technical datasheets... 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. Lastmanuals provides you a fast and easy access to the user manual CITIZEN IDP-3221. We hope that this CITIZEN IDP-3221 user guide will be useful to you.

Lastmanuals help download the user guide CITIZEN IDP-3221.


Mode d'emploi CITIZEN IDP-3221
Download

You may also download the following manuals related to this product:

   CITIZEN IDP-3221 REV 1.00 (1454 ko)

Manual abstract: user guide CITIZEN IDP-3221

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

[. . . ] iDP3221 User's Manual Declaration of Conformity Manufacturer's Name : Manufacturer's Address : Japan CBM Corporation : CBM Bldg. , 5-68-10, Nakano, Nakano-ku Tokyo, 164-0001, Japan Declare the Product Product Name Model Number(s) Line Thermal Printer iDP3221 Series (iDP3221RF, iDP3221PF) (S. No. 9990001 ~ ) Conform to the following Standards LVD EMC : EN60950 : EN55022 : EN61000-3-2 : EN61000-3-3 : EN55024 : EN61000-4-2 : EN61000-4-3 : EN61000-4-4 : EN61000-4-5 : EN61000-4-6 : EN61000-4-8 : EN61000-4-11 : A11: 1997 : 1998 Class A : 1995 : 1995 : 1995 : 1995 ±4KV CD, ±8KV AD : 1995 3V/m, 80MHz-1000MHz AM1KHz 80% : 1995 ±1. 0KV (AC mains), ±0. 5KV (Signal Lines) : 1995 ±1KV Normal mode, ±2KV Common mode : 1996 3V, 0. 15MHz-80MHz AM1KHz 80% : 1993 50Hz, 3A/m (Out of scope) : 1994 10 ms/95%, 500 ms/30%, 5000 ms/100% Supplementary Information "The product complies with the requirements of the Low Voltage Directive 73/23/EEC, 93/68/EEC and the EMC Directive 89/336EEC, 92/31/EEC, 93/68EEC" Place Date Tokyo, Japan August. 1999 Full Name : Position : Europe Contact : Mikio Moriya General Manager R & D Department Signature Norco Declaration AB Box 7146 S-250 07 Helsingborg Sweden Warning This is a Class A products. In a domestic environment this product may cause radio interference in which case the user may be required to take adequate measures. This declaration is applied only for 230V model. CITIZEN iDP3221 User's Manual IMPORTANT SAFETY INSTRUCTIONS · · · · · · Read all of these instructions and save them for future reference. Follow all warnings and instructions marked on the product. Unplug this product from the wall outlet before cleaning. [. . . ] (2) If the start point is the top right or bottom left, the command specifies the absolute position in the direction perpendicular to the paper feed (the character's top-bottom direction) using the horizontal basic calculation pitch (x). · The basic calculation pitch is set by GS P. · Fractions resulting from calculations are corrected with the minimum pitch of the mechanism, and the remainder is omitted. [Function] [Code] [Range] [Outline] [Caution] [See Also] ESC $, ESC T, ESC W, ESC ¥, GS P, GS ¥ 83 CITIZEN iDP3221 User's Manual GS * n1 n2 [d] n1 × n2 × 8 [Function] [Code] [Range] Defining the download bit image <1D>H<2A>H<n1><n2> [ < d > ] n1 × n2 × 8 1 n1 255 1 n2 48 n1 × n2 1536 [Outline] Defines download bit images of the number of dots specified by n1/n2. · The numbers of dots are n1×8 in horizontal direction and n2×8 in vertical direction. · "d" indicates bit image data. · The download bit image thus defined remains effective until redefinition, ESC @ execution, ESC &, or power OFF takes place. [Caution] · A download character and a download bit image cannot be defined simultaneously. With this command executed, defined content of a downloaded character is cleared. · Relations between the bit image data and the dot defined are shown below: GS / n1×8 dots [See Also] n2×8 dots 84 CITIZEN iDP3221 User's Manual [Sample Program] GOSUB IMG LPRINT CHR$ (&H1D) + "/" + CHR$ (0) ; LPRINT CHR$ (&H1D) + "/" + CHR$ (1) ; LPRINT CHR$ (&H1D) + "/" + CHR$ (2) ; LPRINT CHR$ (&H1D) + "/" + CHR$ (3) ; END IMG : n 1 = 10 : n 2= 5 LPRINT CHR$ (&H1D) + "" ; LPRINT CHR$ (n1) + CHR$ (n2) ; FOR J=1 TO n18 FOR I=1 TO n2 LPRINT CHR$ (J) ; NEXT I NEXT J RETURN [Print Results] 85 CITIZEN iDP3221 User's Manual GS / [Code] m Printing the downloaded bit image <1D>H<2F>H<m> 0m3 48 m 51 Prints downloaded bit image in a mode specified by "m. " Modes can be selected by "m" are shown below. m 0, 48 1, 49 2, 50 3, 51 Mode Name Normal mode Double wide mode Double high mode Double wide/double high mode Dot Density in Vertical Direction 180 DPI 180 DPI 90 DPI 90 DPI Dot Density in Horizontal Direction 180 DPI 90 DPI 180 DPI 90 DPI [Function] [Range] [Outline] [Caution] · When data exist in the print buffer, this command is ignored. · When a downloaded bit image has not been defined, this command is ignored. · A portion of a downloaded bit image exceeding one line length is not printed. · A downloaded character and a downloaded bit image cannot be defined simultaneously. [Default] [See Also] The initial value is not specified. GS * [Print Results] [Sample Program] See Sample Program and Print Results for GS * on page 84. 86 CITIZEN iDP3221 User's Manual GS : Starting/Ending macro definition <1D>H<3A>H Specifying starting/ending macro definition. Means termination when received while defining a macro. Maximum content available for macro definition is 2048 bytes. A portion exceeding 2048 [Function] [Code] [Outline] [Caution] · Even with ESC @ (initialization of the printer) having been executed, defined content is not cleared. Therefore, it is possible to include ESC @ into the content of macro definition. · Normal printing operation is carried out even while in macro definition. [Default] [See Also] Initially, macro is not specified. GS ^ [Print Results] LPRINT CHR$ (&H1D) + " : " ; LPRINT "+ - - - +" + CHR$ (&HA) ; LPRINT "| |" + CHR$ (&HA) ; LPRINT "+ - - - +" + CHR$ (&HA) ; LPRINT CHR$ (&H1D) + " : " ; LPRINT CHR$ (&H1D) + " ^ " ; LPRINT CHR$ (2) + CHR$ (10) ; LPRINT CHR$ (0) ; END [Sample Program] 87 CITIZEN iDP3221 User's Manual GS B n Specifying/Canceling the black/white inverted printing <1D>H<42>H<n> 0 n 255 This command specifies or cancels the black/white inverted printing. · If n = <*******0>B, the black/white inverted printing is canceled. · If n = <*******1>B, the black/white inverted printing is specified. [Function] [Code] [Range] [Outline] [Caution] · Number "n" is only valid in the lowest bit. [. . . ] Verbleib in der Phase "Host Busy Data Not Available" 3. Setzen von HostBusy (nAutoFd) auf Low und Wechsel in die Phase "Reverse Idle" (Event 7) 10) Wenn der Drucker weitere Daten senden will, wählt der Host-Computer einen der folgenden drei Stati: 1. Setzen von HostBusy (nAutoFd) auf Low und Signalisierung, daß der Host-Computer bereit zum Empfang ist. Verbleib in der Phase "Host Busy Data Available" 3. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE CITIZEN IDP-3221

Lastmanuals offers a socially driven service of sharing, storing and searching manuals related to use of hardware and software : user guide, owner's manual, quick start guide, technical datasheets...
In any way can't Lastmanuals be held responsible if the document you are looking for is not available, incomplete, in a different language than yours, or if the model or language do not match the description. Lastmanuals, for instance, does not offer a translation service.

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

Search for a user manual

 

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

flag