Supported Bit Rates on 16450 and Compatibles

The NS 16450 and other compatible UART devices (including the 8250- and 16550-Series UARTs) incorporate a Programmable Baud Generator feature that is driven as a function of the following constants:

──────────────────────────────────────────────────────────────────────────
    CLOCK     = 1843200    ; crystal frequency
    CLOCK/16  = 115200     ; after divider

──────────────────────────────────────────────────────────────────────────

Given these constants, the algorithm for determining which rates are supported is explained in the following examples:

Note: Where division is performed and the quotient is not a whole integer, an integer result is obtained by rounding off the fractional part of the quotient.


[Back: INS 8250, INS 8250-B Considerations]
[Next: ASYNC (RS232-C) Device Driver Features]