
Input/Output Interfaces
5.4Serial Interface
Systems covered in this guide may include one
The UART supports the standard baud rates up through 115200, and also special high speed rates of 239400 and 460800 baud. The baud rate of the UART is typically set to match the capability of the connected device. While most baud rates may be set at runtime, baud rates 230400 and 460800 must be set during the configuration phase.
5.4.1 Serial Connector
The serial interface uses a
Figure
Table
Pin | Signal | Description | Pin | Signal | Description |
|
|
|
|
|
|
1 | CD | Carrier Detect | 6 | DSR | Data Set Ready |
|
|
|
|
|
|
2 | RX Data | Receive Data | 7 | RTS | Request To Send |
|
|
|
|
|
|
3 | TX Data | Transmit Data | 8 | CTS | Clear To Send |
|
|
|
|
|
|
4 | DTR | Data Terminal Ready | 9 | RI | Ring Indicator |
|
|
|
|
|
|
5 | GND | Ground | |||
|
|
|
|
|
|
The standard
5.4.2 Serial Interface Programming
Programming the serial interfaces consists of configuration, which occurs during POST, and control, which occurs during runtime.
Serial Interface Configuration
The serial interface must be configured for a specific address range (COM1, COM2, etc.) and also must be activated before it can be used. Address selection and activation of the serial interface are affected through the PnP configuration registers of the SCH5317 I/O controller.
| Technical Reference Guide | www.hp.com |