Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Programmers Reference 0.02b - <b>int 14h, 06h raise/lower dtr</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 14h,  06h    Raise/lower DTR

      Entry:  DX         Port number

              AL         DTR state to be set (01h = Raise, 00h = Lower)

      Exit:   None

    This function is used to control the DTR line to the modem. AL = 00h
    means lower DTR (disable the modem), and AL = 01h means to raise DTR
    (enable the modem). No other function (except Init) should alter DTR.

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