Interrups | Categories | Contents |
AH = 3Bh AL = baud rate (00h = 38400, 01h = 19200, etc) CL = parity (00h none, 01h even, 02h odd) CH = handshaking (00h none, 01h XON/XOFF, 02h DTR/DSR, 03h XPC) DL = user number (FFh = caller) DH = machine number for user
Return:
CF set if invalid user number
Notes: Only available to supervisors. The new parameters will take effect immediately if the user's terminal has not been started, else AH=3Dh must be called to post the changes
Category: Network - Int 7Fh - A
Interrups | Categories | Contents |