View previous topic :: View next topic |
Author |
Message |
Scanny
Joined: 13 Jan 2006 Posts: 5 Location: Italy
|
Help, 7816-3 Library need (Smart Card) |
Posted: Tue Mar 06, 2007 9:31 am |
|
|
Hi Guys,
I'm looking for C source code in order to implement with a PIC the ISO 7816-3 Electrical and communication Layer.
PIC has not be choosen yet.
I don't want to use an external Hw driver.
I want to use the PIC IO in order to command the Reset, Clk and Data signals .
Does someone already write this code ?
Any help or suggestion ?
Thank you.
Paolo |
|
|
danny1331
Joined: 23 Feb 2012 Posts: 1
|
|
Posted: Thu Feb 23, 2012 11:32 pm |
|
|
Hi Scanny,
I saw your post online. It has been almost 5years since but I am interested if you were able to implement such application using PIC.
Currently, I have the same issue and looking for C source code on the ISO7816-3 implementation.
Any chance you can provide me the C source code of your development?
Thank you and hoping to hear from you.
Best regards,
Danny |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9221 Location: Greensville,Ontario
|
|
Posted: Fri Feb 24, 2012 6:18 am |
|
|
Google 'ISO 7816-3' and you'll get about 1/4 million hits, within the first page is detailed ,bit by bit information on the protocol .
It AIN'T rocket science..
Heck the basic driver could be cut in less than a day if you're good with C. If not, use PIC assembler to create the driver, and then 'call' it from your main C program. |
|
|
|