Do you have a question about the Citizen CL-E300 and is the answer not in the manual?
Color | No |
---|---|
Print technology | Direct thermal |
Maximum resolution | 203 x 203 DPI |
Maximum print height | - mm |
Maximum printing width | 104 mm |
Product color | Black |
Ethernet LAN | Yes |
RS-232 ports | 1 |
USB 2.0 ports quantity | USB 2.0 ports have a data transmission speed of 480 Mbps, and are backwards compatible with USB 1.1 ports. You can connect all kinds of peripheral devices to them. |
Connectivity technology | Wired |
Flash memory | 16 MB |
Internal memory | 32 MB |
Media thickness | 0.0635 - 0.254 mm |
Maximum media length | 4013 mm |
Supported paper width | 12.5 - 118 mm |
LED indicators | Power, Status |
AC input voltage | 110 - 240 V |
AC input frequency | 50 - 60 Hz |
Power consumption (printing) | 60 W |
Harmonized System (HS) code | 84433210 |
Depth | 208 mm |
---|---|
Width | 170 mm |
Height | 152 mm |
Weight | 1980 g |
Provides an overview of the SDK's system architecture and its interaction with Android applications.
Guides on integrating the SDK library file into a project environment, typically Android Studio.
Demonstrates a typical program structure with example code for SDK usage.
Summarizes the methods and properties of key SDK classes like LabelPrinter and LabelDesign.
Details the possible return values from SDK methods and their meanings, including success and error codes.
Describes the core LabelPrinter class, its constructor, and its role in printer communication.
Explains the usage and parameters of the setContext method for establishing USB connections.
Details how to establish a connection to the printer via different interfaces like Wi-Fi, Bluetooth, or USB.
Explains how to terminate the printer connection and release resources properly.
Describes how to check the printer's current status and retrieve property values.
Details how to print labels by sending a label design object to the printer.
Details searching for Citizen printers and retrieving their information based on connection type.
Explains searching for label printers and obtaining their network addresses.
Explains how to set the horizontal magnification factor for label elements.
Explains how to set the vertical magnification factor for label elements.
Describes the LabelDesign class used for creating label layouts and drawing elements.
Draws text using a printer device font with specified locale, typeface, and style.
Draws text using a downloaded font identified by its fontID, with rotation and magnification.
Draws text using a computer-installed font, generating a graphic image for printing.
Draws a 1D barcode with various symbologies and customizable options like width and text.
Draws the QR code with encoding, magnification, and error correction level.