mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-23 00:38:33 +03:00
There is no ASCII in ATR messages..
This commit is contained in:
@@ -564,11 +564,7 @@ void ISO7816_Decode_ATR( uint8_t* pAtr )
|
|||||||
printf("Historical bytes:\n\r");
|
printf("Historical bytes:\n\r");
|
||||||
y = pAtr[1] & 0x0F;
|
y = pAtr[1] & 0x0F;
|
||||||
for( j=0; j < y; j++ ) {
|
for( j=0; j < y; j++ ) {
|
||||||
|
|
||||||
printf(" 0x%X", pAtr[i]);
|
printf(" 0x%X", pAtr[i]);
|
||||||
if( (pAtr[i] > 0x21) && (pAtr[i] < 0x7D) ) { /* ASCII */
|
|
||||||
printf("(%c) ", pAtr[i]);
|
|
||||||
}
|
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
printf("\n\r\n\r");
|
printf("\n\r\n\r");
|
||||||
|
|||||||
Reference in New Issue
Block a user