
Description
The XR88C192 is a Dual Universal Asynchronous Receiver and Transmitter with 16 bytes transmit and receive FIFO. The XR88C192 is a pin and functional replacement for the SC26C92 and an improved version of the Philips SCC2692 UART with additional features. The operating speed of the receiver and transmitter can be selected independently from a table of twenty four fixed baud rates, a 16x clock derived from a programmable counter/timer, or an external 1x or 16x clock.
The baud rate generator and counter/timer can operate directly from a crystal or from external clock input. The XR88C/192 provides a power-down mode in which the oscillator is stopped but the register contents are retained. The XR88C192 is fabricated in an advanced CMOS process to achieve low power and high speed requirements.
Features
- Pin to pin and functional compatible to SC26C92
- Enhanced Multidrop mode operation with separate storage for address and data tags (9th bit)
- 16 Bytes transmit/receive FIFO (XR88C192)
- Standard baud rates from 50bps to 230.4kbps
- Non-standard baud rate of up to 1Mbps
- Transmit and Receive trigger levels
- Watch dog timer
- Programmable clock source for receiver and transmitter of each channel
- Single interrupt output
- 7 Multipurpose inputs
- 8 Multipurpose outputs
- 3.3 or 5 volts operation
- Various Loopback modes
- Programmable character lengths (5, 6, 7, 8)
- Parity, framing, and over run error detection
- Programmable 16-bit timer/counter
- On-chip crystal oscillator
- TTL compatible inputs, outputs
- Power down mode
- Pb-Free, RoHS Compliant Versions Offered
Documentation
Application
- Portable Appliances
- Telecommunication Network Routers
- Ethernet Network Routers
- Cellular Data Devices
- Factory Automation and Process Controls
Design Tools
Package Type | Vcc | Temp | Mode | Version | File |
---|---|---|---|---|---|
PLCC | 3.3V | Commercial | Intel | 1 | |
PLCC | 5V | Commercial | Intel | 1 | |
LQFP | 3.3V | Commercial | Intel | 1 | |
LQFP | 5V | Commercial | Intel | 1 | |
PLCC | 3.3V | Industrial | Intel | 1 | |
PLCC | 5V | Industrial | Intel | 1 | |
LQFP | 3.3V | Industrial | Intel | 1 | |
LQFP | 5V | Industrial | Intel | 1 |
Packaging
Parts & Purchasing
Part Number | Pkg Code | Min Temp | Max Temp | Status | Buy Now | Order Samples |
---|---|---|---|---|---|---|
XR88C192CJ-F | PLCC44 | 0 | 70 | EOL |
Suggested: XR88C192CV-F |
|
XR88C192CJTR-F | PLCC44 | 0 | 70 | EOL |
Suggested: XR88C192CV-F |
|
XR88C192CV-F | LQFP44 | 0 | 70 | Active | Order | |
XR88C192CVTR-F | LQFP44 | 0 | 70 | OBS |
Suggested: XR88C192CV-F |
|
XR88C192IJ-F | PLCC44 | -40 | 85 | OBS |
Suggested: XR88C192CJ-F |
|
XR88C192IJTR-F | PLCC44 | -40 | 85 | OBS | ||
XR88C192IV-F | LQFP44 | -40 | 85 | OBS |
Suggested: XR88C192CV-F |
|
XR88C192IVTR-F | LQFP44 | -40 | 85 | OBS |
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.
Quality & Environmental Data
Part Number | RoHS | Exempt | RoHS | Halogen Free | REACH | MSL Rating / Peak Reflow | Package |
---|---|---|---|---|---|---|
XR88C192CV-F | N | Y | Y | Y | L3 / 260ᵒC | LQFP44 |
XR88C192CJ-F | N | Y | Y | Y | L1 / 260ᵒC | PLCC44 |
XR88C192CJTR-F | N | Y | Y | Y | L1 / 260ᵒC | PLCC44 |
Click on the links above to download the Certificate of Non-Use of Hazardous Substances.
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.
Frequently Asked Questions
https://www.exar.com/quality-assurance-and-reliability/lead-free-program
https://www.exar.com/quality-assurance-and-reliability/lead-free-program
In this example, we looked for XRA1201. Click on part number header or on the link at the bottom of the result. This brings you to the product page. For example:
Click on Parts & Purchasing, highlighted with the blue arrow above. The screen changes to:
Notice the status column and the “Show obsolete parts” link. A legend tells you the definition of the different statuses. Click on the “Show obsolete parts” link to see EOL or OBS part numbers along with the Active part numbers, the legend still present:
Another method to find out if a part is OBS or EOL is to click on SUPPORT at the top:
And then Product Change Notifications:
Type the part into the search, and click on one of the part numbers from the drop down menu. Then you can look for the Product Discontinuation Notice, which generally is at the top of the list, for example:
If you see this, it tells you that this particular orderable part has been discontinued and when the last order date is, or was. If you click on the file, then you can view the notice we sent about this if you purchased the part in the recent past. It may also advise of a replacement part. When an orderable part first becomes discontinued, Product Discontinuation Notices are sent are sent to those who have purchased the parts in the recent past, if purchased directly, with a dated opportunity to place a last order.
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.
Submit a Technical Support Question As a New Question