Create Library as same as another's one for b4a and b4j

Theera

Well-Known Member
Licensed User
Longtime User
I need someone to create the library about Thai citizen smart card reader. please response to me.
It should has a least features as same as example.
 

hatzisn

Well-Known Member
Licensed User
Longtime User
See how to use NFC. Once you are able to use it it is up to you to do what you want with the data you read from the smart card.
 

Cableguy

Expert
Licensed User
Longtime User
From my knowledge, I dont think a RFID tag can hold that much information, specially photos.

I think the app connects to some kind of database and the RFID just references the individual record.
 

Cableguy

Expert
Licensed User
Longtime User
The aren't RFID tags. They seem to be more like a credit card - the contact pattern looks the same. They seem to need a specialised reader but I can't look further as all the info I can find is in Thai :(
Still, the amount of memory available in such devices can't be that big, can it?
The Portuguese ID card also has a "SIM like" chip, that is supposed to contain all of our life major changes, like marriage, divorce, crime sentences, and even a digital signature and ADN ... but none can be acceses without a "common" card reader connected to the central government webapp.

 

agraham

Expert
Licensed User
Longtime User
Still, the amount of memory available in such devices can't be that big, can it?
It's not a huge amount of data, the photos are very small. The example app that Theera linked to implies that the data is stored on the card.

EDIT: It does seem to be all on the card, but this is the only English information I have found.
 

mcqueccu

Well-Known Member
Licensed User
Longtime User
From the app reference from the playstore. It implies you have to buy the reader which will then connect to your application via bluetooth, etc.

Card readers supported .
• Bluetooth readers (TRA301BT).
• Micro-USB readers (TRA2910R, TRA3310M2)
• USB Type-C readers (TRA3310C2)
• And all readers in TRA series.
• Please buy reader from http://www.rd-comp.com.
 

Theera

Well-Known Member
Licensed User
Longtime User
There is AThaiID app can read data from Thai Citizen Card. I can't decompile it to change to be the library.
 

aeric

Expert
Licensed User
Longtime User
I used to develop smart card reader software to read my country ID card using VB6 but the demand was not high so I have stopped develop the software.

You need to use APDU commands to read the data. I forked a GitHub repo with Java source code last time.
Here it is:
 
Top