Interrups | Categories | Contents |
AH = 85h CX = length of packet in bytes DX = port number ES:DI -> buffer for packet
Return:
AH = line status (see #00304) bit 7 set on error AL destroyed
Note: This call requires that at least the requested number of bytes are already present in the input buffer, and will fail if there are fewer bytes available
See Also: AH=84h"COMM-DRV" - AH=86h"COMM-DRV" - AH=8Eh"COMM-DRV"
Category: Serial I/O - Int 14h - C
Interrups | Categories | Contents |