Hi,
I just got myself my first arduino (Due) and i would like to start a project to interface it with a smartcard.
I see that the Due (SAM3X8E) handle ISO7816 protocol on it's USART ports.
I could see some examples on atmel website with other kind of boards than the Due to handle ISO7816 communications.
I found this one which seems to be similar to SAM3X8E :
http://asf.atmel.com/docs/latest/sam.drivers.usart.usart_iso7816_example.sam3x_ek/html/index.html
But not clearly the same.
My question is so far i think i know where to connect a few of the smartcard pins to the Due :
(found the SAM3X8E pintout from this forum and link to pdf http://www.robgray.com/temp/Due-pinout.pdf) --> thanks a lot for this big work !!
So the pinout i found :
I/O --> TXD0 --> Pin 18
CLK --> SCK0 --> Pin SCL1
GND --> GND --> select one GND on board, multiple available
And these ones i'm not quite sure where to connect to :
RST --> ??
VCC --> ??
Then there would be the template to use to handle ISO7816 communication.
It seems there are some available in order to use the ISO7816 protocol on arduino board.
I'm not sure if they are compatible.
Any example of this kind of achievement on Due board would be nice to have please.
Thanks