84
Intermec EasyLAN 100i – User's Manual Ed. 1
Chapter 10
10. Printing
In order to test if the printer has been correctly installed and config-
ured, you could print a simple label file. The file listed below is
created using the Intermec Direct Protocol.
First, create a label layout file in a simple text editor (you can also
find this file (testfile.txt) on the CD that comes with EasyLAN 100i:
INPUT ON
↵
(start direct protocol mode)
BF ON
↵
(enable bar code interpretation)
BF "Swiss 721 BT",6
↵
(select bar code font)
PP 10,10
↵
(insertion point for box field)
PX 430,340,15
↵
(create a box)
PP 30,30
↵
(insertion point for image field)
PM "GLOBE.1"
↵
(select image)
PP 75,270
↵
(insertion point for bar code field)
BT "CODE39"
↵
(select bar code type)
PB "ABC"
↵
(input data to bar code field)
PP 75,220
↵
(insertion point for text field)
FT "Swiss 721 BT",6
↵
(select text font)
PT "My FIRST label"
↵
(input data to text field)
PF
↵
(print one copy)
Save the file under a suitable name, e.g.
testfile.txt
Creating a Label
File