SECTION 6
Conversions and Interfaces
6-74 PEN*KEY
R
6100 Computer Programmer’s Reference Guide
INT 15h, Function AX = 01FAh: Beep the Buzzer
4000API
On Entry:
AH = 01h
AL = 0FAh
CX = Beep duration in milliseconds (Approximate)
On Return:
None
INT 15h, Function AX = 01FBh: Return Pointer to BIOS Version
4000API
On Entry:
AH = 01h
AL = 0FBh
On Return:
ES:BX = Pointer to nullĆterminated ASCII string that contains the BIOS
version number. (For example, SOFT BIOS 3.00". However, if
the /PC switch is used on 4000API, PC BIOS 3.00" is returned.)
INT 15h, Function AX = 01FDh: Receive a Network Packet
4000API
Allows access to the BIOS MAC layer for receiving a network packet. Set the
COM channel for the proper communication rate, parity, and bits before making
this call.
On Entry:
AH = 01h
AL = 0FDh
CX = Timeout value in milliseconds
DX = COM port (0 or 1)
ES:BX = Pointer to cbuf (cbuf as in Function 1F5h)
es:[bx].len
must indicate number bytes available in the buffer.
On Return:
DX = (Undefined)
AX = (Undefined)
CX = +length or -error (errors defined as Function 1F5h)
es:[bx].adr
= Contains the destination address for this packet (all
addresses are received).
es:[bx].ctl
= Contains the packet control character.
es:[bx].buffer
= Contains additional packet information, if
appropriate.
6. Conversions and
Interfaces
Содержание PEN*KEY 6100
Страница 1: ...PEN KEYR 6100 Computer PROGRAMMER S REFERENCE GUIDE P N 977 054 001 Revision B December 2000 ...
Страница 14: ...CONTENTS xii PEN KEYR 6100 Computer Programmer s Reference Guide ...
Страница 22: ...Preface 8 PEN KEYR 6100 Computer Programmer s Reference Guide PREFACE ...
Страница 112: ...SECTION 4 Power Management 4 10 PEN KEYR 6100 Computer Programmer s Reference Guide 4 Power Management ...
Страница 318: ...GENERAL INDEX Index 6 PEN KEYR 6100 Computer Programmer s Reference Guide ...