Page 1 of 1

how can i do automatic read the serial number reader mifare

PostPosted: Sun Mar 01, 2015 9:19 pm
by 1992_tan
how can i do automatic read the serial number reader mifare , the demo mifare interface cant automatic read the serial number ....inside there gt 4 button request, read , write ,halt ... when i click the request button the reader will read the serial number of the smart card .... i haven to do the automatic read after i click the request button , i add one timer and the coding of the timer i copy direct form the request button coding ... y still cant running automatin read the serial number ???

anyone can help me ???

Re: how can i do automatic read the serial number reader mif

PostPosted: Tue Mar 03, 2015 11:16 am
by ober
Well, you have to troubleshoot whether the request button is working correctly.

Re: how can i do automatic read the serial number reader mif

PostPosted: Tue Mar 03, 2015 3:24 pm
by 1992_tan
Actually if all download from the cytron website and the request button is working correctly .. bt how can make the request button read the serial number automatic when i put second card ?? cos 1 card when i click the request button , it will come out the serial number ..

bt i use my concept , i copy the coding of the request button and paste inside the timer coding ,, bt nt success ..

Ober , or u have other way to make the reader read auto ??

Re: how can i do automatic read the serial number reader mif

PostPosted: Thu Mar 05, 2015 9:09 am
by ober
As far as I know, Mifare reader will require command from computer or microcontroller to start detecting card and further require password to read the information in the card. In other words, the process will need to come from a computer or microcontroller.

Re: how can i do automatic read the serial number reader mif

PostPosted: Thu Mar 05, 2015 1:13 pm
by 1992_tan
can i ask what is the coding for ruuning the timer in VB6 ??

Re: how can i do automatic read the serial number reader mif

PostPosted: Tue Apr 14, 2015 8:47 am
by shahrul
Maybe the Timer to fast. I do continuously read mifare card every 500ms.

Re: how can i do automatic read the serial number reader mif

PostPosted: Sun Apr 19, 2015 5:33 pm
by 1992_tan
En.Sharul really can make the Mifare Reader CR038 run automatic with set the timer 500ms .

Re: how can i do automatic read the serial number reader mif

PostPosted: Sun Apr 19, 2015 8:52 pm
by shahrul
1992_tan WROTE:En.Sharul really can make the Mifare Reader CR038 run automatic with set the timer 500ms .

Yes

Re: how can i do automatic read the serial number reader mif

PostPosted: Mon Apr 20, 2015 12:18 am
by 1992_tan
Thanks .. i try can run already..
and i wan to ask , how can i do if i want read one value from Visual Basic 6 to LCD display ??