User's Manual

ASCII Command Protocol
4
ASCII
Overview
ASCII Command Protocol
(ACP) allows
the
user
to talk
directly
to the
device
without
a DLL
or special
application. The serial Prox communicates using ASCII commands. Printable ASCII commands
at
9600
baud, no
parity
1
stop
bit,
and no echo, can be sent
to the device.
Note: USB devices
that
are
virtual COM port
do
not
need
the
baud rate set. The
input is
buffered
by
the
device and executed when a carriage
return
(
CR)
or
line feed line feed (LF)
is
t
yped.
The
unit
then parses
the
command and performs
the
operation, and displays
the
results
or error
code.
“\r\nRF
IDeas>” where
\r
represents a CR and
\n
represents a
LF
that
displays on
the
command
line.
All
commands begin
with the
prefix
rfid:
and end
with
a Return key, CR
or
LF
.
Determine the
COM
P
or
t
Windows
Use device manager
to
display
the COM
ports. Open
the
serial
COM
port.
If it is
a CDC
virtual port,
open
the
newly installed device
that
was
created.
Linux
Most
Linux distributions include Minicom. Download
putty
(
www
.putt
y
.
or
g
) to
communicate
with
the
serial device
if Minicom is not available.
After the
USB CDC device
is
enumerated on
the
Linux machine a device
of
either
/
de
v
/
tt
yACM0 or
/
de
v
/
tt
yA
CM1
is
found
in the
/
de
v
/
dir
ectory
.
Minicom
users may have
to
create a symbolic
link from
/
de
v
/
tt
yACM0 to
/
de
v
/
modem
using
the
command
ln -s
/
de
v
//
tt
y
/
A
CMO
/
de
v
/
modem
or
ln -s
/
de
v
/
tt
yA
CM1
/
de
v
/
modem.
Mac
OS
X
The
/
de
v
/
cu.usbmodemf
a211
device
is
found on a
Mac
OS
X
. Use
putty to
communicate
with this
device.