JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
How to send apdu to JCIDE through socket interface .
Re: How to send apdu to JCIDE through socket interface .
An android demo.
You do not have the required permissions to view the files attached to this post. Please login first.
well
Re: How to send apdu to JCIDE through socket interface .
c++ demo
You do not have the required permissions to view the files attached to this post. Please login first.
well
-
- Posts: 1
- Joined: Wed Mar 06, 2019 10:32 pm
- Points :48
- Contact:
Re: How to send apdu to JCIDE through socket interface .
Thank you for your guidance. but I found a trouble that every time I start debugging at JCIDE. the port is different every time. the setting at Tool->IDE options -> Run/Debug -> Configuration -> Used port is useless.
could you show me the communication protocol based on socket ?
Re: How to send apdu to JCIDE through socket interface .
Use port is the port of jcvm . It not about the socket interface . We using it to debug the jcvm. It's actual internal port. You didn't need to set it.
Socket interface is the two port . If you connect to JCIDE on pc. You can using pc/sc interface, it's better. The socket interface is design to support mobile app.
Socket interface is the two port . If you connect to JCIDE on pc. You can using pc/sc interface, it's better. The socket interface is design to support mobile app.
You do not have the required permissions to view the files attached to this post. Please login first.
well
Re: How to send apdu to JCIDE through socket interface .
What is about pc/sc interface .zhyihui2100 wrote: ↑Mon Sep 30, 2019 3:28 amThank you for your guidance. but I found a trouble that every time I start debugging at JCIDE. the port is different every time. the setting at Tool->IDE options -> Run/Debug -> Configuration -> Used port is useless.
could you show me the communication protocol based on socket ?
https://baike.baidu.com/item/PC%2FSC/1666826
viewtopic.php?f=3&t=3
https://cn.bing.com/search?q=pc%2Fsc&en ... ORM=BESBTB
We register a virtual card reader to windows . So Windows think JCIDE is a card reader . So you can connect to JCIDE with PC/SC interface .
well
Re: How to send apdu to JCIDE through socket interface .
If you just want to send simple apdu to JCIDE, not test case that you build .zhyihui2100 wrote: ↑Mon Sep 30, 2019 3:28 amThank you for your guidance. but I found a trouble that every time I start debugging at JCIDE. the port is different every time. the setting at Tool->IDE options -> Run/Debug -> Configuration -> Used port is useless.
could you show me the communication protocol based on socket ?
You can using some apdu tool to send apdu .
viewtopic.php?f=3&t=2043
well
-
- Posts: 3
- Joined: Wed Oct 14, 2020 5:28 pm
- Points :156
- Contact:
Re: How to send apdu to JCIDE through socket interface .
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.
The Android demo code also can't send APDU. It simply connects to JCVM.
Need detailed protocol set.
Re: How to send apdu to JCIDE through socket interface .
The remote socket work properly.Chandan2002x wrote: ↑Thu Jan 14, 2021 5:41 pmThe remote socket does not work properly.
The Android demo code also can't send APDU. It simply connects to JCVM.
Need detailed protocol set.
You do not have the required permissions to view the files attached to this post. Please login first.
well
Re: How to send apdu to JCIDE through socket interface .
Do you change the socket port properly?Chandan2002x wrote: ↑Thu Jan 14, 2021 5:41 pmThe remote socket does not work properly.
The Android demo code also can't send APDU. It simply connects to JCVM.
Need detailed protocol set.
Code: Select all
client->ConnectServer("127.0.0.1", 8007);
well
Who is online
Users browsing this forum: No registered users and 24 guests