AET62 Reference Manual
Version 1.0
Page 37 of 37
idvation GmbH
Otto-Hesse-Straße 19 / T5
Phone +49 6151 4923021
D-64293 Darmstadt
Fax +49 6151 3689296
www.idvation.com
Example 6: To blink the Red and Green LEDs of 1Hz for 3 times
// Assume both the Red and Green LEDs are initially OFF. //
// Both Initial Red and Green Blinking States are ON //
1Hz = 1000ms Time Interval = 500ms ON + 500 ms OFF
T1 Duration = 500ms =
0x05
T2 Duration = 500ms =
0x05
Number of repetition =
0x03
APDU = “
FF 00 40 F0 04 05 05 03 03
”
Response = “
90 00
”
Example 7: To blink the Red and Green LED in turn of 1Hz for 3 times
// Assume both Red and Green LEDs are initially OFF. //
// The Initial Red Blinking State is ON; The Initial Green Blinking States is OFF //
1Hz = 1000ms Time Interval = 500ms ON + 500 ms OFF
T1 Duration = 500ms =
0x05
T2 Duration = 500ms =
0x05
Number of repetition =
0x03
APDU = “
FF 00 40 D0 04 05 05 03 01
”; Response = “
90 00”
AET62 Reference