Im developing a NFC reading system with C#, according to given sample codes with SDK I cannot connect the device with the application. Sometimes it return unknown error code (-2146434967) which is not handled in the sample application codes.
But sometimes it return error code 6, which is a constant public const int SCARD_SPECIFIC = 6;
and describe as
/*===============================================================
' This value implies the card has been reset and specific
' communication protocols have been established.
'===============================================================*/
I don't know how to proceed, does somebody have any idea?
Thanks