Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

Search found 24 matches

by mhsnmaghsoodloo
Wed Nov 16, 2016 7:42 am
Forum: Applets Development Guide
Topic: Sharing object between different applet...
Replies: 14
Views: 24797

Re: Sharing object between different applet...

Here's is the project. And i test it on A22CR and J3D081 card. testShareableInterface.zip I want to develop server applet and load on card and send the card to another company. they want to use our applet and call our shared functions. what should i give to other company to they use it to cast shar...
by mhsnmaghsoodloo
Tue Nov 15, 2016 5:37 am
Forum: Applets Development Guide
Topic: Sharing object between different applet...
Replies: 14
Views: 24797

Re: Sharing object between different applet...

I had a test. The client applet get the shared array from shareable server; But the array can not be used directly. I modify code like following: Interface(IShareableInterface): short readArray(byte[] buf, short off, short len); Server(implements IShareableInterface): public Shareable getShareableI...
by mhsnmaghsoodloo
Mon Nov 14, 2016 8:40 am
Forum: Applets Development Guide
Topic: Sharing object between different applet...
Replies: 14
Views: 24797

Re: Sharing object between different applet...

serverAID is AID of server client applet instance? Thanks for your comment. Actually i didn't understand what you asked but server package aid: 0x01:0x02:0x03:0x04:0x05:0x06 server applet aid: 0x01:0x02:0x03:0x04:0x05:0x06:0x01 client package aid: 0x01:0x02:0x03:0x04:0x05 client applet aid: 0x01:0x...
by mhsnmaghsoodloo
Mon Nov 14, 2016 5:20 am
Forum: Applets Development Guide
Topic: Sharing object between different applet...
Replies: 14
Views: 24797

Sharing object between different applet...

Hello every one. I am working on a project that should two applet can communicate to each other. one of them is client and one of them is server. now i am using shareable interface but i cannot succeed. I wrote a sample by shareable interface. i created a sample for client and server. but when i wan...
by mhsnmaghsoodloo
Sun Oct 02, 2016 2:21 am
Forum: Solutions
Topic: interact with JavaCard in web application
Replies: 4
Views: 11688

Re: interact with JavaCard in web application

morva14 wrote:tanks for answer.
but i don't want to have middle-ware.i want to join directly to smart card by java script.
i obtain Sconnect and webcard. do you now about SConnect or webcard?

Unfortunatly i havn't work by "SConnect or webcard".
by mhsnmaghsoodloo
Sun Sep 04, 2016 12:30 am
Forum: Questions & Answers
Topic: Implementing of javacardx.biometry
Replies: 10
Views: 15420

Re: Implementing of javacardx.biometry

Thank you tarantino, You are right. can you answer another question. hasn't JCIDE any facilities to load two applet on simulator simultaneously? (To find out can i call javacardx.biometry interfaces which i implemented in second applet) In JCIDE, select " Debug-> Run or Debug Configuration &qu...
by mhsnmaghsoodloo
Wed Aug 31, 2016 12:25 am
Forum: Solutions
Topic: interact with JavaCard in web application
Replies: 4
Views: 11688

Re: interact with JavaCard in web application

I am developing a java web application where we need to communicate with client machine's USB port to check whether card reader is attached or not and to read data from card reader for user’s authentication. If card reader is attached at client’s USB port and card is swiped then read the card data ...
by mhsnmaghsoodloo
Mon Aug 29, 2016 1:01 am
Forum: Questions & Answers
Topic: Implementing of javacardx.biometry
Replies: 10
Views: 15420

Re: Implementing of javacardx.biometry

Hi, The error you got is just because the java card kit version is wrong. Follow the steps below to change JCKit version in JCIDE to jc 2.2.2, the project will be complied successfully. From the menu, select " Build-> Property ", a dialog box "Property Sheet" will pop up. Click ...
by mhsnmaghsoodloo
Sun Aug 28, 2016 9:57 am
Forum: Questions & Answers
Topic: Implementing of javacardx.biometry
Replies: 10
Views: 15420

Re: Implementing of javacardx.biometry

I have done test with your project in JCIDE, and the project can be downloaded and installed in JCIDE simulator successfully. it can run without any problem. So I guess maybe your real card doesn't support some function. I tested uploaded JCIDE project by JCIDE. When i compile your project i get er...
by mhsnmaghsoodloo
Sun Aug 28, 2016 6:58 am
Forum: Questions & Answers
Topic: Implementing of javacardx.biometry
Replies: 10
Views: 15420

Re: Implementing of javacardx.biometry

Tarantino wrote:I have done test with your project in JCIDE, and the project can be downloaded and installed in JCIDE simulator successfully. it can run without any problem. So I guess maybe your real card doesn't support some function.

very thanks for compiling my code. I have to test my code by JCIDE.
JavaCard OS : Disclaimer