In the JSR 257 specification there is an example regarding opening an ISO14443Connection. I have tried this example on the 6131 NFC but get an IOException "Connection error 0x2" when I try to open an ISO14443Connection:
ISO14443Connection smc = (ISO14443Connection) Connector.open(url)
The target is detected as an "javax.microedition.contactless.sc.ISO14443Connection" ( if (classes[i].equals(Class.forName ("javax.microedition.contactless.sc.ISO14443Connection"))) ) by the phone, So I don't quit get what the problem is, any suggestions?
Br,

Reply With Quote


