Each product and program carries a respective written warranty, the only
Dayton, OH 45401
warranty on which the customer can rely. Monarch reserves the right to make
changes in the product and the programs and their availability at any time and
without notice. Although Monarch has made every effort to provide complete
and accurate information in this manual, Monarch shall not be liable for any
omissions or inaccuracies. Any update will be incorporated in a later edition of
this manual.
Monarch, Pathfinder, and Ultra are registered trademarks of Monarch Marking Systems, Inc.
6035 is a trademark of Monarch Marking Systems, Inc.
Datalight is a registered trademark of Datalight, Inc.
ROM-DOS is a trademark of Datalight, Inc.
Greenleaf CommLib is a trademark of Greenleaf Software, Inc.
Aironet is a trademark of Aironet Wireless Communications, Inc.
Symbol is a registered trademark of Symbol Technologies, Inc.
Proxim is a trademark of Proxim, Inc.
Each product and program carries a respective written warranty, the only
Dayton, OH 45401
warranty on which the customer can rely. Monarch reserves the right to make
changes in the product and the programs and their availability at any time and
without notice. Although Monarch has made every effort to provide complete
and accurate information in this manual, Monarch shall not be liable for any
omissions or inaccuracies. Any update will be incorporated in a later edition of
this manual.
Monarch, Pathfinder, and Ultra are registered trademarks of Monarch Marking Systems, Inc.
6035 is a trademark of Monarch Marking Systems, Inc.
Datalight is a registered trademark of Datalight, Inc.
ROM-DOS is a trademark of Datalight, Inc.
Greenleaf CommLib is a trademark of Greenleaf Software, Inc.
Aironet is a trademark of Aironet Wireless Communications, Inc.
Symbol is a registered trademark of Symbol Technologies, Inc.
Proxim is a trademark of Proxim, Inc.
The MONARCH® DOS-based PATHFINDER® Ultra® printer is very
versatile. In addition to running applications that you write with
Microsoft
♦ communicate with a host via a serial communications port.
♦ use international configurations for its keypad and display.
The printer has one un-buffered PC-card slot. With it, the printer can
♦ use extra memory.
♦ communicate over a wireless network.
About this Manual
Technical personnel that set up application systems for the printer
should read this manual after they read the Programmer’s Manual. It is
a companion to the Programmer’s Manual.
The following table describes the conventions used in this manual.
C/C++ 1.52 (described in the Programmer’s Manual), it can
ConventionDescription
[ ]Brackets indicate optional items.
…Ellipses indicate that the preceding item is
repeated one or more times.
ItalicsAn item appearing in italics is a variable, a
function parameter, or a variable’s value.
BoldAn item appearing in bold is being emphasized.
7/21/98Introduction 1-1
Page 8
Related Documentation
The following table describes other manuals for the printer.
ManualDescription
ROM-DOS User ManualDescribes the Datalight ROM-
DOS operating system that runs on
the printer.
Equipment ManualDescribes how to operate the
printer. For example, it covers
topics such as loading supplies,
using the scanner, etc.
Programmer’s ManualDescribes how to create
applications with the C/C++
language libraries supplied with the
software development kit (SDK).
MPCLII Packet Reference
Manual
MONARCH quick-set
software Label Designer
Online Help
MONARCH quick-set
software Font Utility
Online Help
Describes the MPCLII printer
language.
Describes how to use the Label
Designer. Use this utility to create
the design for the labels the
application prints.
Describes how to use the Font
Utility. Use this utility to convert
TrueType and HP fonts into MPCLII
font packets.
1-2 Application Notes7/21/98
Page 9
USING MEMORY CARDS
2
You can use an AT-Attachment (ATA) memory card with the
appropriate device drivers to add memory to the printer. The card goes
in the printer’s PC-card slot. The application treats the memory card
as another disk drive.
Memory cards are flash-based. They have a built-in processor to track
bad locations and maximize flash life (ensuring no location is
overused).
Available memory cards come in 4, 8, 20, and 40 MB sizes.
Configuring Memory Cards
The following procedure describes how to configure memory cards.
Refer to the Programmer’s Manual for more information.
1.
Place the following files (located in the SDK’s DOS sub-directory)
in the application disk image’s root directory:
NameDescription
ATAINIT.EXEMemory card partition utility.
GENATA.CLBGeneric configuration library for the memory
card.
CSALLOC.INIInitialization file for CSALLOC.EXE.
CARDID.INIInitialization file for CARDID.EXE. This file
contains references to configuration libraries
(.CLB files) for the memory card. At a
minimum, this file must refer to GENATA.CLB.
SSELAN.EXESystemSoft Socket Services.
CS.EXESystemSoft Card Services.
CSALLOC.EXESystemSoft Card Allocation Module.
ATADRV.EXEMemory card driver.
CARDID.EXEMemory card ID driver.
7/21/98Using Memory Cards 2-1
Page 10
2. Enter the following lines in the application’s CONFIG.SYS file:
3. Create the disk image and load it into the printer.
4.
Reboot the printer.
2-2 Application Notes7/21/98
Page 11
USING RADIO CARDS
3
You can use a radio card with the appropriate device drivers to
enable a printer to run radio-frequency (RF) communications, which
allow the printers to use wireless radio networks. The card goes in the
printer’s PC-card slot.
Following are the available radio cards:
♦ Aironet 3000 (U.S./Canada)
♦ Aironet 3500 (U.S./Canada)
♦ Aironet 2.4 (U.K., France, Germany, and Australia)
♦ Symbol 2.4 100mW and 500mW (U.S./Canada)
♦ Symbol 2.4 (U.K., France, and Germany)
♦ Symbol 902 Mhz (U.S.)
♦ Proxim 2.4 (U.S./Canada, U.K., France, and Germany)
Configuring Radio Cards
The following procedure describes how to configure radio cards. Refer
to the Programmer’s Manual for more information.
1.
From the diskette that came with the SDK, gather the files for your
radio card.
7/21/98Using Radio Cards 3-1
Page 12
2. Place the radio card files and the following files in the application
disk image’s root directory:
4. Create the application’s disk image and load it into the printer.
5.
Reboot the printer.
For updated radio card files, contact the radio
vendor (Proxim, Symbol, or Aironet).
3-2 Application Notes7/21/98
Page 13
SERIAL COMMUNICATIONS
4
The printer has one RS-232 serial communications port located on
the printer’s side. The port is 16450 UART-compatible and supports up
to 115k baud.
Connector Pinouts
The external connection to the port is an 8-pin mini-DIN receptacle.
The connector pin outs are:
PinSignalDirection
1RTS (Request to Send)Out
2CTS (Clear to Send)In
3RXD (Received Data)In
4GND (Ground)
5TXD (Transmitted Data)Out
6DSR (Data Set Ready)In
7DTR (Data Terminal Ready)Out
8DCD (Data Carrier Detect)
(optional +5 volts)
7/21/98Serial Communications 4-1
Out
Page 14
Using I/O Routines
The SDK does not provide routines for reading and writing to the serial
port. Application developers can
♦ write their own routines. These routines must use interrupt 14hex.
♦ use third-party products such as Greenleaf CommLib. This
product is a software development kit consisting of libraries with
serial port input/output calls on a variety of ports in a variety of
environments. Monarch does not recommend any particular thirdparty product.
4-2 Application Notes7/21/98
Page 15
INTERNATIONAL
5
CONFIGURATIONS
To configure the printer for international use, you must configure the
keypad and display.
Configuring the Display
To configure the display for international use, put a reference to the
DISPLAY.SYS driver in CONFIG.SYS, specifying the appropriate code
page.
Refer to the ROM-DOS 6.22 User Manual to learn how to use
DISPLAY.SYS and see a list of code pages.
For the fontfilespec parameter of DISPLAY.SYS, specify ULTRA.CPI.
Include both ULTRA.CPI and DISPLAY.SYS in the application’s disk
image. Both files are located in the SDK’s DOS sub-directory.
7/21/98International Configurations 5-1
Page 16
Configuring the Keypad
To configure the keypad for international use, you implement a
international keypad map. The default keypad map is for the United
States. See “International Keypad Maps” for more information about
these maps.
To implement an international keypad map:
1.
Enter the following line in the application’s AUTOEXEC.BAT file:
KEYB country
where country is the code for the map to use (see
“International Keypad Maps”).
2.
Create a disk image for the application. Include KEYBOARD.SYS,
AUTOEXEC.BAT, and KEYB.COM in it.
3.
Load the disk image into the printer.
4.
Reboot the printer.
To switch temporarily from an international map to the default map,
press a and f at the same time, then 1. To switch back, press
a and f at the same time, then 2.
Generating International Characters
Tell your application’s end users to use the following procedures (as
applicable) to generate international characters.
1.
Refer to “International Keypad Maps” for the map diagram to use.
2.
Press aand the key in the map at the same time in Upper-case
Alpha mode. This action generates the upper-right character in
the square for the key (see the keypad maps, below). Or, press
aand the key in the map at the same time in Lower-case Alpha
mode. This action generates the lower-right character.
5-2 Application Notes7/21/98
Page 17
International Keypad Maps
Below are diagrams showing the characters for the international
keypad maps. Each square in the diagram represents a key. The
lower-left character in the square is from the default map.
Universal Pathfinder Map (Country Code UP)
À
B
H
Del
A
S
AàÈBèÌCìÒDòÙEù
Á
FáÉGéÍHíÓIóÚJú
Â
KâÊLêÎMîÔNôÛOû
Ä
PäËQëÏRïÖSöÜTü
Ã
UãÑVñßWßÕXõÝYý
Å
ZåPe
a+W in Shifted and Unshifted mode both
generate the beta (ß) character.
7/21/98International Configurations 5-3
Page 18
Turkish Map (Country Code TR)
e
B
AB
CçDE
Ç
H
DelKLMN
a
s
F
PQR
UüVWXY
Z
G
Ü
P
HIJ
S
Ö
Oö
T
5-4 Application Notes7/21/98
Page 19
GLOSSARY
Following is a list of terms you must be familiar with to use the
information in this manual.
TermDefinition
ApplicationA program written in Microsoft C/C++ 1.52
that runs on the printer.
Disk ImageA file containing the application and related
files put in the printer’s flash memory.
Flash MemoryA type of memory written to (or over) in large
units.
Memory CardA type of PC card that provides extra
memory for the printer.
Radio CardA type of PC card that enables the printer to
communicate with an access point via a
radio.
7/21/98Glossary 1
Page 20
2 Application Notes7/21/98
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.