Re: Card has to be powered on for a second time


[ Follow Ups ] [ BasicCard User Forum ]

Posted by nickl (82.153.87.1) on November 22, 2006 at 14:29:42:

In Reply to: Card has to be powered on for a second time posted by nickl on November 21, 2006 at 14:33:44:

It turns out that when I execute this script:

DECLARE BYTE Status;
Clear_Screen();
CardPower(0x02, 0x01, Status);
Display_RAM(Status, 0x01);
CardStatus(0x02, Status);
Display_RAM(Status, 0x01);
CardPower(0x01, 0x01, Status);
CardStatus(0x02, Status);
Display_RAM(Status, 0x01);
Delay(500);

with an ACOS2 in both slots, the displayed status values are 00 00 00 as I would expect. However, with an ACOS2 in slot 1 and a BasicCard in slot 2, the status values are 00 00 0A. At first glance this suggests an incompatibility with the BasicCard. However, I cannot see why powering on a different card slot should have any effect. Any thoughts would be welcome.

Many thanks

Nick


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]