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, 1ah break begin or end</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 14h,  1Ah    Break begin or end

      Entry:  AL         01h - Start sending 'break'
                         00h - Stop sending 'break'

              DX         port number

      Exit:   None

    Send a break signal to the modem. If AL=01h the driver will commence the
    transmission of a break.  If AL=00h the driver will end the break.  This
    is useful for communications with devices that can only go into 'command
    mode' when a BREAK is received. Note: the application is responsible for
    the timing of the BREAK.  Also,  if the FOSSIL has been restrained by an
    Xoff received from the modem, the flag will be cleared.   An Init or Un-
    Init will stop an in-progress BREAK.

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