MagTek Device Drivers for Windows
4
COMMANDS
Like properties, commands are identified by a string name and have string arguments. All
commands are terminated by line feed <LF> or a carriage return. To invoke a command, an
application simply writes it to the driver in the same manner as writing to a file or serial port. If
the command has a response defined for it, the application reads it from the driver using the same
I/O handle as in the write.
Four types of commands are defined by the device control language:
•
Non-interactive
– These commands manipulate the device without requiring any
interaction with the user. The property commands
get
and
set
,
reset
and
ver
are
examples of this type.
•
Interactive
– These commands interact with the user. They do not necessarily require the
user to do anything but may only prompt the user to do something.
display
is an
example of such a command. Others, such as
read
or
write
, however, require user
interaction to complete. For example, the user must either swipe a card or cancel the
operation in order to complete a read command.
•
Device-specific
– These commands give access to device-specific features. For example,
the
load_key
command is available for MagTek devices that use keys to encrypt data
before sending it to the host.
•
Raw
– These are effectively escape commands. They allow the application to bypass the
driver to perform device-specific operations that are not included in the driver syntax and
not supported elsewhere. With these commands, an application has no limitations on the
amount of control it has over a device. The raw commands can be formatted exactly as
specified in the device documentation. The command bracketing will be inserted by the
driver if required (e.g., <stx> and <etx> will be inserted for certain devices). Three
commands are defined for this type:
rawsend
and
rawrecv
, used to send and receive
data directly to the device, and
rawxact
, a transactional version that is a combination of
the first two.
A small set of interactive and non-interactive commands is all that is required for an application
to perform the most common tasks with these devices. Device-specific or raw commands should
rarely ever be needed.
Summary of Contents for ET1725L Series
Page 1: ......
Page 26: ...3 22 E l o E n t u i t i v e T o u c h m o n i t o r U s e r G u i d e...
Page 37: ...C 33 17 LCD Touchmonitor Dimensions 478 434 429 370 338 270 3 43 219...
Page 41: ...37 N10051...
Page 42: ...38 E l o E n t u i t i v e T o u c h m o n i t o r U s e r G u i d e...
Page 52: ...vi Figure 1 1 Port Powered Swipe Reader...
Page 56: ...Port Powered Swipe Reader 4 Figure 1 3 Dimensions...
Page 60: ...Port Powered Swipe Reader 8...
Page 69: ...vi Figure 1 1 USB Swipe Reader...
Page 73: ...USB Swipe Reader 4...
Page 77: ...USB Swipe Reader 8...
Page 79: ...USB Swipe Reader 10...
Page 127: ...MagTek Device Drivers for Windows 28...
Page 137: ...MagTek Device Drivers for Windows 38...
Page 151: ...MagTek Device Drivers for Windows 52...
Page 173: ...MagTek Device Drivers for Windows 74...
Page 175: ...MagTek Device Drivers for Windows 76...
Page 177: ...MagTek Device Drivers for Windows 78...
Page 192: ......