Im looking into code and think about EMV card emulator.
I think about something like HCE in Android. ARM side will just transfers commands to client side and the client side will send responses
something like:
CLIENT ARM
-----------------------------------
Setup(UID, ATC) ----->
<------ OK
GetState ----->
<------ CardState
............
GetState ----->
<------ CardState, GotDataFromField
SendData ----->
<------ CardState, OK
............
ExitEmulator ----->
<------ OK
What do you think? If it possible to do with current USB code?
Im looking into code and think about EMV card emulator.
I think about something like HCE in Android. ARM side will just transfers commands to client side and the client side will send responses
something like:
What do you think? If it possible to do with current USB code?