Computers |
|
| | #1 (permalink) |
| Master Techie Join Date: Mar 2004
Posts: 2,069
| Hello I was looking at the structure of MODEM's and came across this resource http://whatis.techtarget.com/definit...213237,00.html according to this external MODEM's dont have UART's, what do they use instead of UARTs? |
| | |
| | #2 (permalink) |
| Wizard Techie Join Date: Aug 2005
Posts: 4,171
| If they don't then they most likely use the internal UART. The external modem uses the PC's serial ports, but an internal modem plugs right into the system bus and comes with its own UART. If the UART chip used is "16550xx" (where "xx" can be blank or some letters), then your PC has a high speed serial port. If UART chip used says, "8250," "8550," or "6250," then you cannot reliably use a high-speed external modem on your machine. If necessary, identify what sort of UARTs are in your system. To do this you normally need to use some sort of software diagnostic tool; the cheapest and simplest to use for this task is Microsoft Diagnostics, or MSD. |
| | |