ACR122L – Communication Protocol
Version 1.03
www.acs.com.hk
Page 40 of 57
1 Hz = 1000 ms Time Interval = 500 ms ON + 500 ms OFF
T1 Duration = 500 ms = 05
T2 Duration = 500 ms = 05
Number of repetition = 03
Link to Buzzer = 03
APDU = “FF 00 40 F0 04 05 05 03 03”
Response = “90 00”
Example 7:
To make LED_1 and LED_0 blink in turn of 1 Hz for 3 times.
// Assume both LED_0 and LED_1 LEDs are initially OFF. //
// The Initial LED_1 Blinking State is ON; The Initial LED_0 Blinking States is OFF //
// The buzzer will turn on during the T1 duration//
1 Hz = 1000 ms Time Interval = 500 ms ON + 500 ms OFF
T1 Duration = 500 ms = 05h
T2 Duration = 500 ms = 05h
Number of repetition = 03h
Link to Buzzer = 01h
APDU = “FF 00 40 D0 04 05 05 03 01”
Response = “90 00”
T1 = 500ms T2 = 500ms
LED_1 On
LED_1 Off
LED_0 On
LED_0 Off
Buzzer Off
Buzzer On