You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, we use the "get atr" command to check if the connection is still alive. Unfortunately there is no other way of checking than actually transferring data, as far as i know.
I thought about improving network performance, e.g. by using UDP or by introducing a real NOOP. But I never experienced any problem with the current setup, so I think I leave it as is.
Hi,
the following was capture by wireshark and do "follow tcp stream".
default reader.conf in /etc/reader.conf
FRIENDLYNAME "Virtual PCD"
DEVICENAME /dev/null:0x8C7B
LIBPATH /usr/lib/pcsc/drivers/serial/libifdvpcd.so
CHANNELID 0x8C7B
and vicc command line
./vicc -H 192.168.0.12 -vvvv -t iso7816
As wiki mentioned
https://frankmorgner.github.io/vsmartcard/virtualsmartcard/api.html
0x0 0x01 0x04 as Get ATR from vicc.
so am not sure what happend there on vpcd to sends out " 0x01 0x00 0x01 0x04"
thanks
BL.
The text was updated successfully, but these errors were encountered: