EasyManuals Logo

SATO E series User Manual

SATO E series
199 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #11 background imageLoading...
Page #11 background image
Section 1. Programming Concepts
SATO Programming Reference Page 1-3
2. If you are using the printer’s RS232C interface, it is necessary to set the COM
porton on the PC such that the CTS and DSR signals will be ignored. Send your
OPEN “COM” statement in the following way:
OPEN “COM1:9600,E,8,1,CS,DS”AS #1
This sets the RS232C communication parameters of the host PC’s COM1 port for
9600 baud, Even parity, 8 Data bits, 1 Stop bit and directing the port to ignore the
CTS and DSR control signals.
3. You may want to minimize keystrokes and program size by assigning the
<ESC>character to a string variable since this character is used quite often.
The following two examples in BASIC show a typical example using thesehints. Both
of these examples use the Standard Protocol codes.
PRINTING WITH THE PARALLEL PORT
PRINTING WITH THE RS232C PORT
5 REM CL612 Parallel Example Identifies the program as a CL612 parallel
port print label. The “REM” prevents this
data from being sent to the printer and
displays it only on thescreen.
10 E$=CHR$(27) Sets the “E$” string as an <ESC>character
20 WIDTH “LPT1”255 Sets the width of the output to 255
characters
30 LPRINT E$;"A"; Sends an “<ESC>A” command code tothe
LPT1 parallel port
40 LPRINT E$;"H400";E$;"V100";E$;"XL1SATO"; Sends the data “SATO” to be to be placed
400 dots horizontally and 100dots
vertically on the label and printed in the
“XL” font.
50 LPRINT E$;"Q1"; Instructs the printer to print one label.
60 LPRINT E$; “Z”; Tells the printer that the last commandhas
been sent. The printer can nowcreate and
print the job.
REM CL612 RS232 Example Identifies the program as a CL612e
RS232C port print label. The “REM”
prevents this data from being sent to
the printer and displays it only on the
screen.
10 E$=CHR$(27) Sets the“E$”string as an
<ESC>character.

Table of Contents

Other manuals for SATO E series

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the SATO E series and is the answer not in the manual?

SATO E series Specifications

General IconGeneral
Print MethodThermal Transfer / Direct Thermal
Max. Print Speed6 ips (inches per second)
Max. Print Width4.09 inches (104 mm)
InterfacesUSB, Ethernet
Media TypeLabels, Tags, Ticket
Ribbon LengthUp to 984 ft (300 m)
Power SupplyAC 100-240V, 50/60 Hz
Print Resolution203 dpi

Related product manuals