User's Guide Part 2

CHAPTER 5 READER-HOST PROTOCOL
Example
Command
Response
>Get AutoStopTimer
> AutoStopTrimer (ms) = 0
Command
Response
>Set AutoStopTimer =1000 //Acquire for 1sec then evaluate
> AutoStopTimer (ms)= 1000
S
ET AUTOTRUEOUTPUT
GET AUTOTRUEOUTPUT
The AutoTrueOutput specifies the output pin settings to effect if the evaluate
mode of autonomous mode evaluates to true. The parameter is a bit mask for the
four external output pins, where a ‘1’ sets a pin to high, and a ‘0’ sets a pin to
low. Pin 1 is specified by bit one in the mask, and Pin 0 is specified by bit zero in
the mask etc…
NOTE: Changes made with this command will take effect immediately.
Example
Command
Response
>Get AutoTrueOutput
> AutoTrueOutput =0
Command
Response
>Set AutoTrueOutput =3 //Turn pins 0 and 1 to high
> AutoTrueOutput =3
S
ET AUTOTRUEPAUSE
GET AUTOTRUEPAUSE
The AutoTruePause specifies a millisecond pause to effect if the autonomous
evaluation mode evaluates to true. This pause will occur after the
AutoTrueOutput command has been processed.
NOTE: Changes made with this command will take effect immediately.
Example
Command
Response
>Get AutoTruePause
> AutoTruePause (ms)=0
Command
Response
>Set AutoTruePause =500 //Pause for half a sec.
> AutoTruePause = 500
S
ET AUTOFALSEOUTPUT
G
ET AUTOFALSEOUTPUT
The AutoFalseOutput specifies the output pin settings to effect if the evaluate
mode of autonomous mode evaluates to false. The parameter is a bit mask for
the four external output pins, where a ‘1’ sets a pin to high, and a ‘0’ sets a pin to