Example
:
void TS_bar_good_read(int status)
{
regs.h.ah= 0x1A;
regs.h.bh= 0x0A;
regs.h.al= (unsigned char)status;
int86(0x21,®s,®s);
}
1A
Set Laser Scanner Trigger Mode
Entry Parameter:
AH = 1AH
BH = 0BH
AL = 0/1
; Normal / Flash mode
Return Value: None
Example
:
void TD_flash_trigger(int status)
{
regs.h.ah= 0x1A;
regs.h.bh= 0x0B;
regs.h.al= (unsigned char)status;
int86(0x21,®s,®s);
}
1A
Enable/Disable Double Verification When Read Bar Code Label
Entry Parameter:
AH = 1AH
BH = 0CH
AL = 0/1
; Disable/Enable double verification
Return Value: None
Example
:
void TD_double_verify_bar(int type)
{
regs.h.ah = 0x1A;
regs.h.bh = 0x0C;
regs.h.al = (unsigned char)type;
int86(0x21,®s,®s);
}
1A
Check Laser Scanner
Entry Parameter:
AH = 1AH
Summary of Contents for PT600
Page 1: ...PT600 Portable Terminal Programming Reference Guide Document number 3506000120...
Page 7: ......
Page 16: ......
Page 20: ...regs h bh 5 regs h al unsigned char type regs h bl unsigned char status int86 0x21 regs regs...
Page 57: ......
Page 66: ...Host Command STX ESC CMD parameters CS1 CS2 ADDR Acknowledgement ACK Negative ACK NAK...