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


[ Follow Ups ] [ BasicCard User Forum ]

Posted by zeitcontrol (145.254.162.149) on July 01, 2003 at 10:20:05:

In Reply to: T=0 and case 3 Command (Incoming Data Only) posted by xavier on July 01, 2003 at 05:43:45:

There are some difference depending on target BasicCard compiled for. Your code works as expected when compiled for ZC4.5D, but behaves as described when compiled for ZC5.4 (Rev C). We have to check this in detail. Meanwhile following should solve your problem. Please note: String*8 is changed to String.

Declare Command &HC0 &H20 VerifyCHV _
(P1=&H00, P2=&H01, _
LC=8, CHV$ as string, Disable LE)

Command &HC0 &H20 VerifyCHV
(LC=8, CHVa$ as string, Disable LE)

Michael Petig
ZeitControl cardsystems GmbH


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]