Can JCOP tools be used to send ISO 14443 commands?

I have some JCOP cards that use ISO 14443 and have the JCOP tools installed, including the shell to my Cardman reader.

I was skimming through the spec for the contactless mode and wanted to do this suggested test procedure, which involves looping and sending REQA (ISO 14443 Request commands) to the card.

Since I have the JCOP tools already working, can they be used to send such low level interface commands like REQA ? If not, does anyone know of another tool that could prompt my Cardman reader to send this command? For example would resetting the card with /card make the reader send REQA (along with other things of course)

[649 byte] By [waterpca] at [2007-11-27 8:02:08]
# 1
No, you cannot send this low level commands via JCOP tools. It is one layer below (transport layer). You need to get hold of the Pegoda API and build your own tests according to ISO10373.
lexdabeara at 2007-7-12 19:44:14 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2

Thanks lexdabear, I suspected the JCOP tools were the wrong layer for that. I'll see if I can get my hands on the API you mention.

Also I noticed that there are some low level API calls in the PC/SC itself. For example SCardControl

https://msdn2.microsoft.com/en-us/library/aa379474.aspx

Any experience using that for low level smart card control? Perhaps it does not support T=CL though.

waterpca at 2007-7-12 19:44:14 > top of Java-index,Java Mobility Forums,Consumer and Commerce...