Int 6B/AH=19h

Prev Next Ralf Interrups Categories Contents

------

NPC NCSI EXTENDED SERIAL I/O - READ DATA ON A VIRTUAL CIRCUIT

AH = 19h
AL = virtual circuit number
CX = number of characters to read
ES:BX -> buffer for received characters

Return:
CX = 0000h if failed CX = nonzero (possibly number of characters received) if successful

Note: This function is also supported by TelAPI

See Also: AX=0100h - AH=12h - AH=18h

Category: Serial I/O - Int 6Bh - N

------

Prev Next Ralf Interrups Categories Contents