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, 00h initialize serial port parameters</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 14h, 00h            Initialize Serial Port Parameters

    Initializes the baud rate, parity, stop-bit, and word length
    parameters for a serial port, and returns the status for the port.

        Entry   AH = 00h
                AL = Communications parameters (see below)
                DX = Serial port number (0 - COM1, 1 - COM2, etc.)

        Return  AX = Line and modem status (see Service 03h)

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

           Baud rate        Parity        Stop bits      Word Length
    Bit    7 6 5            4 3           2              1 0
           0 0 0    110     0 0  None     0  One         1 0  7 bits
           0 0 1    150     0 1  Odd      1  Two         1 1  8 bits
           0 1 0    300     1 0  None
           0 1 1    600     1 1  Even
           1 0 0  1,200
           1 0 1  2,400
           1 1 0  4,800
           1 1 1  9,600

See Also: Int 14h, 03h

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