User's Guide Part 2

CHAPTER 5 READER-HOST PROTOCOL
Notify Mode Commands
The Notify Mode commands are used to set up automated event notification
when the reader is running in Auto Mode.
S
ET NOTIFYMODE
G
ET NOTIFYMODE
The NotifyMode command turns on or off the notify mode.
Valid command parameters are ON and OFF
The default setting is OFF
NOTE: Changes made with this command will take effect immediately.
Example
Command
Response
>Get NotifyMode
> NotifyMode =ON
Command
Response
>Set NotifyMode =on
> NotifyMode =ON
G
ET NOTIFYADDRESS
SET NOTIFYADDRESS
The Notify Address command pair specify where notification messages should
be sent when they occur and how they should be sent. The form of the address
determines the method of delivery.
Currently there are 3 delivery methods supported as shown in the table below:
NotifyAddress Description
user@domain.com
Send a message via e-mail to the address specified. The
address is specified in standard email form, i.e.,
user@domain.com
NOTE: the MailServer parameter must be configured for this to
work.
hostname:port
Send a message to a specified port on a networked machine.
The address takes the form “hostname:port.” For example,
“123.01.02.98:3450” or “listener.alientechnology.com:10002”
serial
Send a message to the serial connection. The word “serial” is
used as the address. The word is not case sensitive.
NOTE: Changes made with this command will take effect immediately.