Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi all,
i m using smart card reader and trying to create file in scosta card.
i m able to create MF(master file) file in scosta card with following command:

BYTE pbCreateMFBuffer[] = {0x00, 0xE0, 0x00, 0x00, 0x09, 0x62, 0x07, 0x82, 0x01, 0x38, 0x83, 0x02, 0x3F, 0x00, 0x00};


now i m trying to create EF(Elementary file) but getting error of 6A80(The parameters in the data field are incorrect)

this is my command for creating EF

BYTE pbCreateEFBuffer[] = {0x00, 0xE0, 0x00, 0x00, 0x09, 0x62, 0x07, 0x82, 0x00, 0x01, 0x83, 0x02, 0xAA, 0xAA, 0x00};


please help me if anyone knows about this..
thanx i advance..
god bless u all...:)
Posted
Comments
Richard MacCutchan 16-Jan-13 5:28am    
You need to show the code where the error occurs, we cannot guess what may be happening in your program.
MiCRo_ 28-Oct-13 8:58am    
Have you achieved anything?

1 solution

See this[^] thread, I think it can help you.

God bless you too MAU787 :)

Cheers,
Edo
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900