Force SW1SW2 = &H9000 in GetResponse


[ Follow Ups ] [ BasicCard User Forum ]

Posted by daniele (212.227.35.114) on September 26, 2005 at 08:51:10:

Hi,

I'm developing for the BasicCard 1.1 and 4.5D Rev C.
The following code works fine for 1.1. The response is
"1234" and the SW1SW2 is &H9000.

Command &H00 &HC0 GetResponse( result$ )
result$ = "1234"
Le = 4
SW1SW2 = &H9000
End Command

When calling the command on the 4.5D Rev C
SW1SW2 is set to &H6104 but I need the behavior of
the 1.1 card.
What can I do?

Regards,
Daniel


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]