Chapter 1 BIOS and System Functions
The PT600 operating system supports DOS/BIOS function calls that a programmer
can access when developing an application for the portable.
1.1
Interrupt Vector Assignment for I/Os
Vector
BIOS Function
09 H
Display Font
0F H
Kermit Server
10 H
LCD Control
21 H
System Functions
22 H
Power Manager
31 H
Beeper Control
33 H
RS232 Control
1.2
Display Font Functions ( INT 09H )
00
Select Large Font
Entry Parameter:
AH = 0/1
; select 8*16-dot character font (4
lines * 16
; columns display)
Return Value: None
Example:
void TL_font(int status)
{
regs.h.ah = (unsigned char)status;
int86(0x09,®s,®s);
}
01 Select Small Font
Entry Parameter:
AH = 1
; select 6*8-dot character font (8 lines * 20
columns display)
Return Value: None
Example:
void TL_font(int status)
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...