User's Guide Part 2

CHAPTER 5 READER-HOST PROTOCOL
The default setting is Acquire
NOTE: Changes made with this command will take effect immediately.
Example
Command
Response
>Get AutoAction
> AutoAction = Acquire
Command
Response
>Set AutoAction =Acquire
> AutoAction = Acquire
S
ET AUTOSTOPTRIGGER
G
ET AUTOSTOPTRIGGER
The AutoStopTrigger specifies the external input pins to monitor to cause the
automode to jump from work state to evaluate state. Triggers can either be a pin
going from low to high (rising edge) to high to low (falling edge). For each type of
change, an integer bit mask must be provided to specify the pins to listen for
changes on.
The command takes two parameters, a rising edge bit mask and a falling edge
bit mask.
NOTE: Changes made with this command will take effect immediately.
Example
Command
Response
>Get AutoStopTrigger
> AutoStopTrigger(rising, falling)= 0, 0
Command
Response
>Set AutoStopTrigger =3, 0 //Listen for rising edges on pins 0
and 1
> AutoStopTrigger (rising, falling)= 3, 0
S
ET AUTOSTOPTIMER
GET AUTOSTOPTIMER
The AutoStopTimer offers an alternative way to jump from work state to evaluate
state. This is a time based jump, that will happen after the timer period specified
by this command expires. The parameter is a single time period, specified in
milliseconds.
NOTE: Changes made with this command will take effect immediately.