Example code to configure PAL 3A, 4A, 4, MIFARE to work in Sam AV3 X mode.
More...
Example code to configure PAL 3A, 4A, 4, MIFARE to work in Sam AV3 X mode.
HAL Initialization for contactless interface and contact interface as SAM AV3 SAM AV3 HAL Initialization for Pegoda 2 (RD710) Reader in X (NonX) Mode.
- Note
- : PAL Sli15693 (ICode) is not supported in X mode.
#define CHECK_SUCCESS(x) \
if ( (x) != PH_ERR_SUCCESS ) \
{ \
printf ( "\n\n" ); \
printf ( "An error occurred: (0x%04X)\n", (x) ); \
printf ( "Pressing any key will exit the demo.\n" ); \
_getch (); \
return 0; \
}
CHECK_SUCCESS ( wStatus );
CHECK_SUCCESS ( wStatus );
CHECK_SUCCESS ( wStatus );
CHECK_SUCCESS ( wStatus );