Re: Re: T=0 and case 3 Command (Incoming Data Only)


[ Follow Ups ] [ BasicCard User Forum ]

Posted by zeitcontrol (145.254.158.233) on July 02, 2003 at 06:22:48:

In Reply to: Re: T=0 and case 3 Command (Incoming Data Only) posted by zeitcontrol on July 01, 2003 at 10:20:05:

Another option to work around this problem is to set ResponseLength to 0 before exiting your command. For example:

Command &HC0 &H20 VerifyCHV _
(CHVa$ as string*8, Disable LE)
Dim CHVc$ as string*8
CHVc$="12345678"
If CHVc$ = CHVa$ then
SW1SW2=&H9000
Else
SW1SW2=&H6300
End if
ResponseLength=0
End Command

Michael Petig
ZeitControl cardsystems GmbH


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]