Page 2 of 2

Re: How to send apdu to JCIDE through socket interface .

Posted: Sat Jan 15, 2022 5:46 pm
by mbsysde99
kuafu wrote:
Mon Jan 18, 2021 9:07 am
Chandan2002x wrote:
Thu Jan 14, 2021 5:41 pm
The remote socket does not work properly.
The Android demo code also can't send APDU. It simply connects to JCVM.
Need detailed protocol set.
Do you change the socket port properly?

Code: Select all

	client->ConnectServer("127.0.0.1", 8007);

Its not worked, I get message like follows:
Disconnect CB port
client VReader disconnect.
You can send apdu with PC/SC interface now
client 127.0.0.1 connect.
127.0.0.1:ack cold reset.
JCVM:need to ack connect.
REQUEST TO JCIDE
RESPONSE OF JCIDE

Re: How to send apdu to JCIDE through socket interface .

Posted: Sun Jan 16, 2022 2:21 pm
by mbsysde99
kuafu wrote:
Thu Jul 04, 2019 11:45 pm
c++ demo
Are you have in C# demo?