There is no ASCII in ATR messages..

This commit is contained in:
Christina Quast 2015-01-15 14:49:42 +01:00
parent f6bf349a53
commit 99de4e5753
1 changed files with 0 additions and 4 deletions

View File

@ -564,11 +564,7 @@ void ISO7816_Decode_ATR( uint8_t* pAtr )
printf("Historical bytes:\n\r");
y = pAtr[1] & 0x0F;
for( j=0; j < y; j++ ) {
printf(" 0x%X", pAtr[i]);
if( (pAtr[i] > 0x21) && (pAtr[i] < 0x7D) ) { /* ASCII */
printf("(%c) ", pAtr[i]);
}
i++;
}
printf("\n\r\n\r");