Topic: Minimal driver example for initiator mode
Hello. :)
I'm currently attempting to make a generic driver for PC/SC devices; I know there are features like emulation, P2P, etc that aren't implemented by PC/SC, however the initiator mode and basic communication with the card via APDUs is enough.
I'm reading through the "chips/pn53x.c" and there are a lot of functions that I believe won't be used in my case, could anyone provide a minimal example of driver for initiator mode (just method stubs, of course I'll implement all the PC/SC stuff myself) ?
Thanks.