User manual CITIZEN SDC-805BN

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


CITIZEN SDC-805BN : Download the complete user guide (2437 Ko)

Manual abstract: user guide CITIZEN SDC-805BN

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

[. . . ] · 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 or other similar surface. This product should never be placed near or over a radiator or heater. [. . . ] · Depending on the value "n", positional alignment is carried out as shown in the table below: n 0, 48 1, 49 2, 50 Position Left end alignment Centering Right end alignment [Caution] · This command is valid only when it is inputted at the beginning of a line. · The settings of this command have no effect on PAGE MODE, but items set in PAGE MODE are valid even after STANDARD MODE resumes. [Default] [Sample Program] n=0 LPRINT CHR$(&H1B) + "a" + CHR$(0); LPRINT "AAAAA" + CHR$(&HA); LPRINT CHR$(&H1B) + "a" + CHR$(1); LPRINT "AAAAA" + CHR$(&HA); LPRINT CHR$(&H1B) + "a" + CHR$(2); LPRINT "AAAAA" + CHR$(&HA); END [Print Results] AAAAA AAAAA AAAAA Left-justified Centered Right-justified Paper Feed Direction -- 87 -- ESC c 3 n [Function] [Code] [Range] [Outline] Selecting the Paper Sensor valid for a paper end signal output <1B>H<63>H<33>H<n> 0 n 255 This command selects by which Paper Sensor a paper end signal should be output. Each bit for "n" has the following meaning: Bit 0 1 2 3 4 5 6 7 Position Paper Near-end Paper Near-end Paper end Paper end Undefined Undefined Undefined Undefined Value 0 1 Disabled Enabled Disabled Enabled Disabled Enabled Disabled Enabled [Caution] This command is valid only for the parallel interface. Bits 1 and 2, and bits 2 and 3 are valid if either bit is "1". If all bits are set to be invalid, the paper end signal always indicates that paper is available. [Default] n = 15 -- 88 -- ESC c 4 n [Function] [Code] [Range] [Outline] Selecting the Paper Near-end Sensor valid for print stop <1B>H<63>H<34>H<n> 0 n 255 This command selects the Paper Near-end Sensor which helps to stop printing when the paper supply almost runs out. Each bit for "n" has the following meaning: Bit 0 1 2 3 4 5 6 7 Position Paper Near-end Paper Near-end Undefined Undefined Undefined Undefined Undefined Undefined Value 0 1 Disabled Enabled Disabled Enabled This printer can only select one kind of Paper Sensor, a Paper Near-end Sensor. [Default] n=0 -- 89 -- ESC c 5 n [Function] [Code] [Range] [Outline] Enabling/Disabling the panel switches <1B>H<63>H<35>H<n> 0 n 255 Enabling/disabling the FEED switch. · "n" is valid only in the lowest bit. n0 0 1 Condition FEED switch valid FEED switch invalid [Caution] When the panel switch is disabled with this command, the FEED switch is also disabled. Regardless of the setting of this command, the FEED switch is always enable while the switch is being waited for at the time of macro execution. n=0 LPRINT CHR$(&H1B) + "c5" + CHR$(0); When enabling the FEED switch LPRINT CHR$(&H1B) + "c5" + CHR$(1); When disabling the FEED switch [Default] [Sample Program] -- 90 -- ESC d n [Function] [Code] [Range] [Outline] Printing and feeding the paper by "n" lines <1B>H<64>H<n> 0 n 255 Prints data in the print buffer and feeds paper by "n" lines. · The beginning of the line is specified as the next print start position. [Caution] [Default] [Sample Program] If [n × line feed width] exceeds approximately 1016 mm, this command feeds paper by approximately 1016 mm (40 inches). · Any specification of absolute vertical position out of the print area is ignored. · The horizontal position of a character at the data mapping start position is not moved. · Depending on the start point specified by ESC T, this command acts as follows: (1) If the start point is the top left or bottom right, the command specifies the absolute position in the paper feed direction (The character's top-bottom direction), using the vertical basic calculation pitch (y). (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). · Fractions resulting from calculations are corrected with the minimum pitch of the mechanism, and the remainder is omitted. [Caution] [See Also] ESC $, ESC T, ESC W, ESC \, GS P, GS \ -- 97 -- GS * n1 n2 [ d ] n1 × n2 × 8 Defining the download bit image <1D>H<2A>H<n1><n2> [< d >] n1 × n2 × 8 1 1 0 n1 n2 d 255 48 1536 255 [Function] [Code] [Range] n1 × n2 [Outline] Defines download bit images of the number of dots specified by n1 and n2. · The numbers of dots are n1 × 8 in horizontal direction and n2 × 8 in vertical direction. · Once defined, the download bit image remains effective until redefinition, ESC @ execution, ESC &, or power OFF takes place. [Caution] · Relations between the bit image data and the dots defined are shown below. · A download character and a download bit image cannot be defined simultaneously. · With this command executed, the defined content of a downloaded character is cleared. [See Also] GS / n1 × 8 dots d1 dn2 + 1 d2 dn2 + 2 n2 × 8 dots dn2 × 2 + 1 dn2 × 2 + 1 MSB LSB dn2 dn2 × 2 dn2 × n2 × 8 -- 98 -- [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: n1=10 : n2=5 LPRINT CHR$(&H1D) + " "; LPRINT CHR$(n1) + CHR$(n2); FOR J=1 TO n1 8 FOR I=1 TO n2 LPRINT CHR$(J); NEXT I NEXT J RETURN * * [Print Results] NORMAL MODE DOUBLE WIDTH MODE DOUBLE HEIGHT MODE QUADRUPLE MODE -- 99 -- GS (A pL pH n m [Function] [Code] [Definition] Execution of test printing <1D>H<28>H<41>H<pL><pH><n><m> (pL+(pH × 256))=2 (pL=2, pH=0) 0 1 [Outline] n m 2, 48 3, 49 n m 50 51 Specified test printing will be executed. · pL, pH will specify the number of subsequent parameters by (pL+(pH × 256)) bytes. · n will specify the paper for test printing in the following table. n 0, 48 1, 49 2, 50 Category of paper Paper rolls Paper rolls · m will specify the category of test printing in the following table. m 1, 49 2, 50 3, 51 Category of test printing Hexadecimal dump Printer's status printing Rolling pattern printing [Details] · This command is only valid when processed at the head of a line during the STANDARD MODE. [. . . ] Wenn die Aufnahmekapazität des Eingangspufferspeichers auf 256 Byte oder mehr ansteigt, wird andererseits ein DC1-Signal (11H) an den Computer gesendet. (dieses Signal zeigt an, daß der Datenempfang aktiviert wurde) (4) DSR Wenn die Steuerung per DTR/DSR aktiviert ist, überträgt der Computer während der Übertragung von Statusinformationen Daten an den Drucker, nachdem er geprüft hat, daß es sich bei diesem Signal um ein Leerzeichen handelt. Wenn die Steuerung per DTR/DSR nicht aktiviert ist, ignoriert der Computer dieses Signal und sendet Daten an den Drucker. Dieses Signal kann auch als Rücksetzungssignal nach Ändern der DIP-Schalterstellung verwendet werden (siehe 5. 2 "DIP-Schaltertabelle"). [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE CITIZEN SDC-805BN




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

 

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