Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- BIOS ref. - <b>int 14h, 05h control extended communications port ps/2</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 14h, 05h            Control Extended Communications Port             PS/2

    Sets or Reads the Modem Control Register.

    ------------------------------------------------------------------
    Read modem control register

        Entry   AX = 0500h
                DX = RS-232C communications line to use (0, 1, 2, 3)

        Return  BL = Modem Control Register
                     Bit 4  1 = Loop
                     Bit 3  1 = Out2
                     Bit 2  1 = Out1
                     Bit 1  1 = Request to send
                     Bit 0  1 = Data terminal ready
                AL = Modem Status (See Service 03h)
                AH = Line Status (See Service 03h)

    ------------------------------------------------------------------
    Write to modem control register

        Entry   AX = 0501h
                DX = RS-232C communications line to use (0, 1, 3)
                BL = Modem Control Register
                     Bit 4  1 = Loop
                     Bit 3  1 = Out2
                     Bit 2  1 = Out1
                     Bit 1  1 = Request to send
                     Bit 0  1 = Data terminal ready
        Return  AL = Modem Status (See Service 03h)
                AH = Line Status (See Service 03h)

    ------------------------------------------------------------------

     With this service, you can read from or write to the modem
     control register. This gives you advanced control over the modem;
     you can configure it a number of ways as shown above. You can
     also set it to loop for diagnostic purposes.

See Also: Int 14h, 03h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson