User manual CITIZEN CBM-270

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

Lastmanuals help download the user guide CITIZEN CBM-270.


Mode d'emploi CITIZEN CBM-270
Download

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

   CITIZEN CBM-270 MANUEL 2 (851 ko)

Manual abstract: user guide CITIZEN CBM-270

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

[. . . ] LINE THERMAL PRINTER MODEL CBM-270 User's Manual CBM-270 User's Manual Declaration of Conformity This printer conforms to the following Standards: Low Voltage Directive 73/23/EEC, 93/68/EEC and the EMC Directive 89/336/EEC, 92/31/EEC, 93/68/EEC. LVD : EN60950 EMC : EN55022 Class A EN61000-3-2 EN61000-3-3 EN55024 This declaration is applied only for 230V model. 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. CITIZEN is a registered trade mark of CITIZEN WATCH CO. , LTD. , Japan CITIZEN es una marca registrada de CITIZEN WATCH CO. , LTD. , Japón CITIZEN CBM-270 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. [. . . ] of Dots 101 DPI 192 203 DPI 384 101 DPI 192 203 DPI 384 m 0 1 32 33 Mode 8-dot single density 8-dot double density 24-dots single density 24-dots double density [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. · After completion of bit image printing, printer returns to normal data processing mode. [Example] 38 CITIZEN CBM-270 User's Manual [Sample Program] LPRINT CHR$ (&H1B) ; "*" ; LPRINT CHR$ (0) ; CHR$ (20) ; CHR$ (0) ; GOSUB *IMG1 LPRINT CHR$ (&HA) ; LPRINT CHR$ (&H1B) ; "*" ; LPRINT CHR$ (1) ; CHR$ (20) ; CHR$ (0) ; GOSUB *IMG1 LPRINT CHR$ (&HA) ; LPRINT CHR$ (&H1B) ; "*" ; LPRINT CHR$ (32) ; CHR$ (20) ; CHR$ (0) ; GOSUB *IMG2 LPRINT CHR$ (&HA) ; LPRINT CHR$ (&H1B) ; "*" ; LPRINT CHR$ (33) ; CHR$ (20) ; CHR$ (0) ; GOSUB *IMG2 LPRINT CHR$ (&HA) ; END *IMG1: LPRINT CHR$ (&HFF) ; FOR I=1 TO 18 LPRINTCHR$ (&H85) ; NEXT I LPRINT RETURN *IMG2 : FOR I=1 TO 3 LPRINT NEXT I FOR I=1 TO 18 LPRINTCHR$ (&H80) ; LPRINTCHR$ (&H00) ; LPRINTCHR$ (&H05) ; NEXT I FOR I=1 TO 3 LPRINT NEXT I RETURN CHR$ (&HFF) ; CHR$ (&HFF) ; CHR$ (&HFF) ; [Print Results] 8-dots single density 8-dots double density 24-dots single density 24-dots double density 39 CITIZEN CBM-270 User's Manual ESC - n [Function] [Code] [Range] [Outline] Specifying/Canceling underline <1B> H <2D> H <n> 0n2 Specifying/canceling an underline. · Types of underlines by n value are shown below: n Type 0 Canceling an underline. 1 Specifying an underline for 1-dot width 2 Specifying an underline for 2-dots width · An underline is attached to the full character width. It is, however, not attached to the part having been skipped by horizontal tab command. · An underline is not attached to a 90 °- right-turned characters. · Specification/cancellation with this command is invalid to Kanji. ESC !, FS - LPRINT CHR$ (&H1B) ; "-" ; CHR$ (0) ; LPRINT "AAAAA" ; LPRINT CHR$ (&H1B) ; "-" ; CHR$ (1) ; LPRINT "AAAAA" ; CHR$ (&HA) ; END [Caution] [See Also] [Sample Program] [Print Results] ESC [Code] 2 Specifying 1/6-inch line feed rate <1B> H <32> H The line feed rate per line is specified by 1/6 inch. [Print Results] LPRINT "AAAAA" ; CHR$ (&HA) ; LPRINT CHR$ (&H1B) ; "3" ; CHR$ (0) ; LPRINT "AAAAA" ; CHR$ (&HA) ; LPRINT CHR$ (&H1B) ; "3" ; CHR$ (50) ; LPRINT "AAAAA" ; CHR$ (&HA) ; LPRINT CHR$ (&H1B) ; "2" ; LPRINT "AAAAA" ; CHR$ (&HA) ; LPRINT "AAAAA" ; LPRINT CHR$ (&H1B) ; "J" ; CHR$ (100) ; LPRINT "AAAAA" ; CHR$ (&HA) ; LPRINT "AAAAA" ; CHR$ (&HA) ; END [Function] [Outline] [Sample Program] 40 CITIZEN CBM-270 User's Manual ESC [Code] 3 n Setting line feed rate of minimum pitch <1B> H <33> H <n> 0 n 255 The line feed rate per line is specified by n/360 inch. Since an actual mechanical pitch is 1/203 inch, it is internally converted approximate to the value specified with this command. [Function] [Range] [Outline] [Default] · The initial value is n = 60 (1/6 inch) (18H), being 4. 23 mm line feed rate. [Print Results] See Sample Program and Print Results for ESC 2 on Page 40. [Sample Program] ESC [Code] = n Data input control <1B> H <3D> H <n> 0 n 255 Selecting equipment in which data input from the host is effective. · Each bit of n indicates as follows: Bit 0 1 2 3 4 5 6 7 Equipment Printer Not defined Not defined Not defined Not defined Not defined Not defined Not defined Value 0 Invalid 1 Valid [Function] [Range] [Outline] · When the printer has not been selected, this printer abandons all the received data until it is selected by this command. [Caution] · Even when the printer has not been selected, it can become BUSY state through printer operation. · When the printer is deselected, this printer discards all the data until it is selected with this command. [Default] n=1 [Print Results] LPRINT "AAAAA" ; LPRINT CHR$ (&H1B) ; "=" ; CHR$ (0) ; LPRINT "aaaaa" ; CHR$ (&HA) ; LPRINT CHR$ (&H1B) ; "=" ; CHR$ (1) ; LPRINT "AAAAA" ; CHR$ (&HA) ; END [Sample Program] 41 CITIZEN CBM-270 User's Manual ESC @ Initializing the printer <1B> H <40> H Clears data stored in the print buffer and brings various settings to the initial state (Default state). [Caution] · Data inside the internal input buffer are not cleared. · Dip switches setting are red once again. [Sample Program] [Print Results] LPRINT CHR$ (&H1B) ; " !" ; CHR$ (&H30) ; LPRINT CHR$ (&H1B) ; "V" ; CHR$ (1) ; LPRINT "AAA" ; CHR$ (&HA) ; LPRINT CHR$ (&H1B) ; "@" ; LPRINT "AAA" ; CHR$ (&HA) ; END [Function] [Code] [Outline] Each setting has been initialized by the reset command. ESC D [n] k NUL Setting horizontal tab position <1B> H <44> H [<n>] k <00> H 1 n 255 0 k 32 [Outline] Specifying a horizontal tab position. · "n" indicates the no. of columns from the beginning to the horizontal tab position. At this time, n= set position- 1 is to be specified. [. . . ] (Zeichen wie [, !, ', (, ¡, - Schriftart B mit kleiner Punktmatrix) Es wird empfohlen, bei solchen Druckaufgaben doppelbreite Zeichen und doppelhohe Zeichen zu verwenden. Gemischter kontinuierlicher Druck mit niedriger und hoher Energie Schwarzdruck (Hochenergie) Rotdruck (Hochenergie) 2. Auf Schwarz basiertes zweifarbiges Thermalpapier (735FA: RICOH) VORSICHT 1) Wenn Hochenergiedruck kontinuierlich bei hoher Umgebungstemperatur ausgeführt wird, erhitzt sich der Thermalkopf schneller, und die Schutzschaltung wird aktiviert, so daß der Druck häufiger gestoppt wird. Beachten Sie immer die Arbeitstemperatur und Druckrate. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE CITIZEN CBM-270

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 CBM-270 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