Overview
Information | Dual UART with Parallel Printer Port |
---|---|
Data Bus Interface | Intel |
# of Channels | 2 |
Max Data Rate 5V (Mbps) | 1.5 |
Max Data Rate 3.3V (Mbps) | 0.5 |
Max Data Rate 2.5V (Mbps) | na |
Max Data Rate 1.8V (Mbps) | na |
Tx FIFO (Bytes) | 1 |
Rx FIFO (Bytes) | 1 |
Auto Flow Control | |
Auto RS-485 Half-Duplex Control | |
Multidrop (9-bit) Mode | |
Fractional Baud Rate Generator | |
Power Down Mode | ✔ |
Supply Voltage Range VCC (V) | 2.97 to 5.5 |
Auto RTS/CTS | |
Package | PLCC-68 |
FIFO Level Counters | |
Selectable/ Programable Trigger Levels | |
IrDA Sup | |
5V Tolerant Inputs | ✔ |
Max UART/GPIO Input Voltage (V) | 5.5 |
Max UART/GPIO Output Voltage (V) | VCC |
Temperature Range (°C) | -40 to 85 |
The ST16C452/ST16C452PS (452/452PS) is a dual universal asynchronous receiver and transmitter (UART) with an added bi-directional parallel port that is directly compatible with a CENTRONICS type printer. The parallel port is designed such that the user can configure it as general purpose I/O interface, or for connection to other printer devices.
The 452/452PS provides enhanced UART functions, a modem control interface, and data rates up to 1.5Mbps. Onboard status registers provide the user with error indications and operational status. The system interrupts and control may be tailored to meet user requirements. An internal loop-back capability allows onboard diagnostics. A programmable baud rate generator is provided to select transmit and receive clock rates from 50 bps to 1.5 Mbps.
The 452/452PS is available in a 68 pin PLCC package. The 452/452PS is compatible with the 16C450. The 452 is available in two versions, the ST16C452 and the ST16C452PS. The ST16C452 provides single hardware pin to control the printer port data direction while the 452PS provides an additionally software control bit to control the printer port data direction to become compatible PS/2 operating system. The 452/452PS is fabricated in an advanced CMOS process with low power consumption.
- Pin to pin and functional compatible to TL16C452
- Software compatible with ST16C450, NS16C450
- 1.5 Mbps transmit/receive operation (24MHz)
- Independent transmit and receive control
- Modem and printer status registers
- UART port and printer port Bi-directional
- Printer port direction set by single control bit or 8 bit pattern (AA/55)
- Modem control signals (-CTS, -RTS, -DSR, -DTR, -RI, -CD)
- Programmable character lengths (5, 6, 7, 8)
- Even, odd, or no parity bit generation and detection
- Internal loop-back diagnostics
- TTL compatible inputs, outputs
- Low Power
- Pb-Free, RoHS Compliant Versions Offered
- Parallel Printer Port
Documentation & Design Tools
Type | Title | Version | Date | File Size |
---|---|---|---|---|
Data Sheets | ST16452v320 Datasheet | 3.2.0 | March 2004 | 162.9 KB |
Application Notes | DAN-136, ST16C452 and ST16C552 Compared to Texas Instruments' TL16C452 | 1.0.0 | June 2002 | 25 KB |
Application Notes | DAN-108, UART Crystal Oscillator Design Guide | 1.0.0 | March 2000 | 218.1 KB |
Application Notes | DAN-107, Interfacing 16Cxxx UARTs to a CPU | 1.0.0 | August 1999 | 32.4 KB |
Application Notes | General UART Application Note | 1.0.0 | December 1996 | 39.8 KB |
Application Notes | AN-452, ST16C452 Application Example | 1.0.0 | December 1996 | 50.6 KB |
Product Brochures | Interface Brochure | R02 | November 2024 | 3.6 MB |
Quality & RoHS
Parts & Purchasing
Part Number | Pkg Code | Min Temp | Max Temp | Status | Suggested Replacement | PDN |
---|---|---|---|---|---|---|
ST16C452CJ68-F | PLCC68 | 0 | 70 | OBS | ST16C552CJ68-F | |
ST16C452CJ68TR-F | PLCC68 | 0 | 70 | OBS | ||
ST16C452IJ68-F | PLCC68 | -40 | 85 | OBS | ST16C452CJ68-F | |
ST16C452IJ68TR-F | PLCC68 | -40 | 85 | OBS | ST16C452CJ68TR-F |
Active - the part is released for sale, standard product.
EOL (End of Life) - the part is no longer being manufactured, there may or may not be inventory still in stock.
CF (Contact Factory) - the part is still active but customers should check with the factory for availability. Longer lead-times may apply.
PRE (Pre-introduction) - the part has not been introduced or the part number is an early version available for sample only.
OBS (Obsolete) - the part is no longer being manufactured and may not be ordered.
NRND (Not Recommended for New Designs) - the part is not recommended for new designs.
Packaging
Pkg Code | Details | Quantities | Dimensions |
---|---|---|---|
PLCC68 |
|
|
|
Notifications
FAQs & Support
Search our list of FAQs for answers to common technical questions.
For material content, environmental, quality and reliability questions review the Quality tab or visit our Quality page.
For ordering information and general customer service visit our Contact Us page.
Submit a Technical Support Question As a New Question
https://www.exar.com/quality-assurance-and-reliability/lead-free-program
The Parts & Purchasing section of the product page shows the Status of all orderable part numbers for that product. Click Show obsolete parts, to see all EOL or OBS products.
Please check that all the following conditions are satisfied first.
- no interrupts pending (ISR bit-0 = 1)
- modem inputs are not toggling (MSR bits 0-3 = 0)
- RX input pin is idling HIGH • divisor (the value in DLL register) is non-zero
- TX and RX FIFOs are empty
Be sure sleep mode bit has been set to 1. If there are multiple UART channels, the sleep conditions must be true for all channels.
See more on Sleep Mode in AN204 UART Sleep Mode.
Yes. Note: some devices do have powersave mode. If UART goes into powersave mode, then the registers are not accessible.
See more on Sleep Mode in AN204 UART Sleep Mode.
Read LSR register to check whether the UART receives the data or not.
- If LSR value is 0x60, it means that either UART receiver FIFO doesn’t receive the data or the data in receiver FIFO has been read out before the read of LSR.
- If LSR value is 0x00, it means data is still in the THR (clock doesn’t oscillate to transmit data).
- If LSR value is 0xFF, it means either UART is in powersave mode or UART is powered off. For those devices with powersave mode, be sure that UARTS are not in powersave mode.
See more on Sleep Mode in AN204 UART Sleep Mode.
- Check whether the register set can be accessed.
- Check whether the crystal is oscillating fully.
- Check whether the data can be transmitted in internal loopback mode.
See more on Sleep Mode in AN204 UART Sleep Mode.