Mobile RFID Reader Via IVRJack

Ganiadi

Active Member
Licensed User
Longtime User
Hi anybody may help to convert the demo example into b4a, (File Attached )
The demo is a mobile device RFID reader from the RFID vendor that plug in into the earphone jack and i need to use it for checking ID in the RFID card.

I may put donation for your help..
 

Attachments

  • ivrJack_RFID_demo.zip
    190.7 KB · Views: 329

Johan Schoeman

Expert
Licensed User
Longtime User
Hi anybody may help to convert the demo example into b4a, (File Attached )
The demo is a mobile device RFID reader from the RFID vendor that plug in into the earphone jack and i need to use it for checking ID in the RFID card.

I may put donation for your help..
I have done a shortcut wrap for it - i.e just kick starting it via B4A but as a separate activity. I cannot test it as I don't have a RFID reader. See if it works....I have replaced some Chinese messages in Demo.java with MESSAGE1, MESSAGE2, etc as I don't know what the Chinese messages are.

All the library files are in the attached zipped project. Copy them to your additional library folder (1 x xml and 2 x jar)
 

Attachments

  • B4AivrJackRFID.zip
    74.4 KB · Views: 339

Ganiadi

Active Member
Licensed User
Longtime User
Tks alot Johan for your kind help, i will check and test it ASAP
and for appreciation i will donate for your help.:)
 

Ganiadi

Active Member
Licensed User
Longtime User
I have done a shortcut wrap for it - i.e just kick starting it via B4A but as a separate activity. I cannot test it as I don't have a RFID reader. See if it works....I have replaced some Chinese messages in Demo.java with MESSAGE1, MESSAGE2, etc as I don't know what the Chinese messages are.

All the library files are in the attached zipped project. Copy them to your additional library folder (1 x xml and 2 x jar)

Hi Johan,

I Just tried and it throw an error
"Unfortunately, B4ivrJackRFID has stopped" when startup, any idea...
I use B4a. Ver 5.50 currently..should i upgrade to the higher one..

Tks
 

Johan Schoeman

Expert
Licensed User
Longtime User
Hi Johan,

I Just tried and it throw an error
"Unfortunately, B4ivrJackRFID has stopped" when startup, any idea...
I use B4a. Ver 5.50 currently..should i upgrade to the higher one..

Tks
I think so. I am using B4A version 6.50 and it works fine. Have tried with B4A version 5.02 and it generates an error.

This is what I get with Version 6.50:

1.png



2.png


I guess the 2nd image indicates that I don't have the RFID earphone jack device attached....
 

Ganiadi

Active Member
Licensed User
Longtime User
I think so. I am using B4A version 6.50 and it works fine. Have tried with B4A version 5.02 and it generates an error.

This is what I get with Version 6.50:

View attachment 55222


View attachment 55223

I guess the 2nd image indicates that I don't have the RFID earphone jack device attached....

Yes it's working now using version 6.80

upload_2017-4-30_6-24-28.png


But how can i get the return value of the Block Data to the B4A Apps

Tks
 

Attachments

  • upload_2017-4-30_6-23-10.png
    upload_2017-4-30_6-23-10.png
    9.1 KB · Views: 277

Johan Schoeman

Expert
Licensed User
Longtime User
Yes it's working now using version 6.80

View attachment 55245

But how can i get the return value of the Block Data to the B4A Apps

Tks
You will need you use the attached library files and then tell me what you see in the B4A log when you use the app (relative to what is being shown on the UI of the app). I am working blind here so not sure what data should be returned from where and in what format. Replace your B4A files with the attached.

Please copy the log and post it so that I can see what it logs.
 

Attachments

  • ivrJackRFID.xml
    1.3 KB · Views: 371
  • ivrJackRFID.jar
    19.2 KB · Views: 304

Johan Schoeman

Expert
Licensed User
Longtime User
I have translated all the Chinese to English (via Google translate). Attached the new B4A lib files to use with the project in post #2
 

Attachments

  • ivrJackRFID.xml
    1.3 KB · Views: 364
  • ivrJackRFID.jar
    18.3 KB · Views: 302
Top