
14
by = by & 0xBF;
outportb( BASE_HS-525TD + 0x0D, by); //bit6
Sleep(200);
by = inportb(BASE_HS-525TD + 0x0D);
by = by | 0x40;
outportb( BASE_HS-525TD + 0x0D, by);
return 1;
}
//CheckDrawerStatus 1:close
;
0:open;
int CheckDrawerStatus()
{
byte by = inportb(BASE_HS-525TD + 0x0D);
//bit 5
if( by & 0x20 )
iRes = 1;
else iRes = 0;
}
Australia Sole Administration Office
Tel: +61(3)99953610 Email: [email protected]
Aumei INTL(Australia) Pty. Ltd.
Address: Level 23, HWT T
.AUMEIWORLD.COM
, 40 City Road, Southbank, VIC, 3006, Australia
WWW
ower
14