question about CPLC Data been read by using Get Data command
843851Oct 25 2009 — edited Oct 26 2009Hi everyone ,
I've read CPLC data from java card by using Get Data command as below :
Send : 80CA9F7F2D
Recieve : 9F7F2A4250327212916181070080390106C2BB1D3C000081480000814800000000000000000000000000000000
and as I know this is what these bytes mean :
9F7F // TAG
2A // Length of data
////////////////Data /////////////
4250 // ic fabricator
3272 // ic type
1291 // os id
6181 // os date
0700 // os level
8039 // fabrication date
0106D0BB // ic serial
1D3C // ic batch
0000 // module fabricator
8148 // packing date
0000// icc manufacturer
8148 // ic embedding date
0000 // pre - personalizer
0000 // IC PreĀPersonalization Date
00000000 //IC PreĀPersonalization Equipment Identifier
0000// IC Personalizer
0000 // IC Personalization Date
00000000 // IC Personalization Equipment Identifier
my problem is that for example in this data we have "8148" as packing date , but what date is that ? !! I even convert it to decimal which will be : 33096 but still I can not understand which number is year or month or day ? !!!
I appretiate any help .
Best Regards,
SHKas