File Storage Devices And File Names - Intermec EasyCoder E4 Programmer's Reference Manual

Direct protocol v2.10
Hide thumbs Also See for EasyCoder E4:
Table of Contents

Advertisement

13. File Storage Devices and File Names

EasyCoder E4 Direct Protocol v2.10 – Programmer's Reference Manual
Files can be stored in the EasyCoder E4 on one of fi ve devices:
• "ROM:"
Contains the built-in fi les necessary for using the printer. This
is a read-only device that resides in the fl ash memory.
• "RAM:"
Contains fi les created by the user. This is a read/write device
that resides in the fl ash memory.
• "CACHE:"
Can only contain images. This device is volatile, that is, its
contents will be lost at power off or reboot.
• "CARD1:"
A PCMCIA card in the slot nearest the ON/OFF switch,
which can be a DOS-formatted card or a specially formatted
font cartridge.
• "CARD2:"
A PCMCIA card in the slot farthest from the ON/OFF
switch, which can be a DOS-formatted card or a specially
formatted font cartridge.
The fi les in each device can be listed using the FILES command,
for example FILES "RAM:".
In general, "ROM:" and font cartridges in "CARD1:" or
"CARD2:" are read-only devices; you cannot create, copy, or
delete fi les on these devices. For example. the following com-
mands would cause errors:
FILE&LOAD "ROM:NEWFILE",123
COPY "RAM:OLDFILE","CARD1:NEWFILE"
KILL "CARD2:OLDFILE"
In contrast, "RAM:", "CACHE:", and DOS-formatted cards in
"CARD1:" or "CARD2:" are read/write devices which support
all fi le operations.
Chapter 3
Principles of Operation
(if CARD1: contains a font cartridge)
(if CARD2: contains a font cartridge)
15

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the EasyCoder E4 and is the answer not in the manual?

Table of Contents