Part Number Hot Search : 
W10NK80 U1615 MB90587C LTC1478 VTU5692C RMKD714 A2098 TC141
Product Description
Full Text Search
 

To Download XE2476 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
 xecom
2400 bps Plug-In Upgrade to CH1776 Description
Xecom's XE2476 is a low cost, 2400 bit per second plug-in upgrade to the 1200 bps CH1776. The XE2476 features the same pin configuration, lead spacing and case size as the CH1776. It also includes its own user transferable FCC Part 68 registration. Industry standard "AT" commands provide modem control and configuration. The XE2476 was specifically designed to provide users of the CH1776 a quick, easy and low cost upgrade to 2400 bits per second. Most OEM's currently using the CH1776 can use the XE2476 to upgrade their systems from 1200 bps to 2400 bps without alterring the existing design.
Block Diagram /HS /CMD /AAD /DCD /DTR D/V OHO RXD TXD TEST SPK VO VI 1 2 3 4 5 6 7 8 9 10 11 12 13
XE2476
3-8-94
Features
* Supported Protocols: V.22bis, V.22, V.21, Bell 212A and 103 * Pin compatible with the 1200bps CH1776 * Command set: "AT" command set for modem control and configuration. * Identical physical dimensions to CH1776: 2.00 inches long, 1.125 inches wide, 0.44 inches high. * Single +5V supply * Low power CMOS: Operating: 250 mW (Typ.) Sleep mode: 50 mW (Typ.)
PIN CONFIGURATION 18 RI 17 GND 16 VCC
XE2476 (Top View)
15 RING 14 TIP
XE2476 Mechanical Specifications
INCHES PIN MIN MAX A B C D E F G H I J 1.990 1.115 0.420 0.100 0.890 0.090 0.090 0.190 0.020 0.125 2.010 1.135 0.430 0.120 0.910 0.110 0.110 0.210 0.025 0.200 METRIC(MM) MIN MAX 50.55 51.05 28.32 28.83 10.67 10.92 2.54 3.05 22.61 23.11 2.29 2.79 2.29 2.79 4.83 5.33 0.51 0.64 3.18 5.08
Pins = O0.025 square pin All pins tin-plated
Pin Descriptions
PIN NAME
1 \HS
I/O
O
DESCRIPTION
High Speed indicator, output, active LO, TTL/CMOS. Low when operating at 2400bps rate, high otherwise. Command Enable is not supported on the XE2476. This pin is open internally. The Automatic Answer Disable pin is not supported in the XE2476. Register S0 controls automatic answer operation. The operation of Data Carrier Detect is controlled by the &C command. DCD may be configured to remain active, DCD low, or may go low to indicate receipt of valid carrier. Data Terminal Ready is an active low input The function of this pin is set by the &D command and the value in register S21. Normally, the modem ignores DTR.
2
\CMD
-
3
\AAD
-
4
\DCD
O
5
\DTR
I
2/XECOM
XE2476
PIN NAME
6 D/V
I/O
O
DESCRIPTION
The Data/Voice output can be used to drive a relay to connect an auxiliary telephone handset. Data/Voice is high when the modem is offhook. Off-hook is an active high output which indicates that the XE2476 is connected to the telephone line. Received Data provides the serial data output from the modem. A logic "high" represents a "mark" and a logic "low" represents a "space". Transmit data provides the serial data input from the host. A logic "high" represents a "mark" and a low represents a"space", TTL. The Test pin should be left unconnected at all times. Audio output to the speaker. Function is determined by L & M commands . This output cannot directly drive a low impedence speaker. It can drive a 50k ohm load. The Modem Line Interface permits placement of non-modem signals on the telephone line through the modem's telephone interface. VO must be tied to VI for normal modem operation and open to place nonmodem signals on the line through VI. Voice Interface provides a path for non-modem signals to be placed on the telephone line through the modem's telephone interface. VI must be tied to VO for modem operation. Non-modem signals are placed on VO to be placed on the telephone line. Tip connection to the phone line(RJ11 pin3) from the internal DAA. Ring connection to the phone line(RJ11 pin4) from the internal DAA. Caution: Observe design rules for Tip & Ring trace layout +5 Volt power for the modem. Ground reference for the modem. Ring Indicator provides an active high output whenever a ring signal appears on the telephone line.
7
OH
O
8
RXD
O
9
TXD
I
10 11
Test SPK
O
12
VO
O
13
VI
I
14 15
TIP RING
-- --
16 17 18
Vcc GND RI
-- -- O
XE2476
XECOM\3
AT Commands
The XE2476 uses "AT" commands for configuration and control. This section describes use of the AT command format and lists the AT commands, Registers and Result codes used.
Modes of Operation
The "AT" commands have two operational modes; Command Mode and Data Mode. Data Mode: The XE2476 enters data mode after it connects with a remote modem and issues an appropriate "CONNECT" result code. In the Data Mode the modem sends all data presented on Transmit Data (TXD) to the remote modem and puts data from the remote modem onto Received Data (RXD). When the modem exits data mode, it issues a "NO CARRIER" result code. Command Mode: The XE2476 enters command mode on power-up, reset, a lost connection, or receipt of the escape code. In command mode the modem accepts commands from the host on transmit data. Appropriate result codes are returned on received data.
Command Line Format
Command lines issued to the modem follow a strict format. Each command begins with the prefix AT. The command line is stored in the command buffer and executed upon receipt of a carriage return. Until executed, the command line can be editied with the backspace key. Command Prefix - Each command, except the A/ command, begins with the AT prefix. The "A" and "T" may be either both upper case or both lower case but cannot be of different cases. The prefix identifies the speed and parity of the commands sent to the modem by the host. Speed is determined by measuring the width of the incoming bits. Parity is determined by comparing the parity bit of the "A" and the "T." Command Line - Commands may be strung together in a single command line of up to 40 characters. Commands are executed in the sequence they appear. Spaces may be inserted into the command line but do not fill space in the command buffer. A carriage return terminates the command line and causes the commands to be executed. Register S3 allows the user to select a character other than a carriage return to terminate the command line. Command Buffer - No more than 40 characters, including the AT prefix, may be loaded into the command buffer. If the command buffer overflows, the modem issues an "ERROR" result code and commands are not executed.
4/XECOM
XE2476
Command Line Editing - The backspace can be used to edit a command line before it is executed. The backspace key, (Control and H simultaneously on some systems), erases the previous character in the command line. Register S5 allows the user to select a character other than a backspace to edit the command line. Re-Execute Last Command - The A/ command causes the modem to reexecute the last command line. This is the only command which does not require the "AT" prefix. Ommitted Parameters - Most commands include a parameter which determines how the functions will be set. When the command parameter is omitted from the command string, it is assumed to be a 0. Escape Characters - A 3 character escape sequence maybe entered while in data mode to switch the modem into command mode while on line. The escape character, set by Register S2, must be entered 3 times in succession within a 1 second guard time to execute the escape. The default escape sequence is "+++." Result Codes - The modem issues a result code after each action. Result codes may be provided as full words, numeric codes or may be disabled all together. Each result code ends with a carriage return when numeric resul codes are chosen. When full word result
AT Command List
An asterisk indicates the factory default A - Answer Command Bn - Select Communications Standard n=0 Selects CCITT standards n=1 Selects Bell standards* D - Dial Command P = Pulse dial T = Tone dial R = Connect as an answering modem W = Wait for dial tone , = Pause for the duration of S8 @ = Wait for silence ! = Switch hook flash ; = Return to the command state En - Command Echo n=0 Do not echo commands n=1 Enable command echo* Hn - Switch Hook Control n=0 Switch hook relay closes* n=1 The switch hook relay opens In - Modem Identification Ln - Speaker Volume n=0 Low speaker volume n=1 Low speaker volume n=2 Moderate speaker volume* n=3 High speaker volume
XE2476
XECOM\5
AT Command List (continued)
Mn - Speaker Activity n=0 Speaker off n=1 Speaker on until carrier received* n=2 Speaker remains on n=3 Speaker on after dialing until carrier is detected. On - On Line n=0 Return On Line with no retrain* n=1 Initiate retrain while returning On line. Qn - Responses n=0 Send responses * n=1 No Responses Sr? - Interogate Register Sr=n - Set Register Value Vn - Result Codes n=0 Numeric Result Codes n=1 English Word Result Codes* Xn - Result Code Set n=0 Responses 0-4* n=1 Responses 0-5 & 10 n=2 Responses 0-6 & 10 n=3 Responses 0-5, 7 & 10 n=4 Responses 0-7 & 10 Z - Reset &Cn - DCD Operation n=0 DCD is forced active* n=1 DCD indicates a valid carrier signal &Dn - DTR n=0 DTR is ignored by the modem* n=2 Modem disconnects if the host revokes DTR. n=3 The modem performs a soft reset when DTR is revoked. &F - Revert to Factory Defaults &Ln - Line Type n=0 Modem operates on dial-up lines* n=1 Modem operates on leased lines &Qn - Communications Format n=0 Sets the modem for normal, unbuffered operation. &Tn - Test Modes n=0 Exit test mode n=1 Local analog loopback n=3 Initiate local digital loopback n=4 Respond to remote loop request* n=5 Deny remote loop request n=6 Intiate a Remote Digital loopback n=7 Remote digital loopback w self-test n=8 Local analog loopback w self-test &V - View Active Profile &Wn - Store Profile n=0 Stores the current configuration in memory location 0. n=1 Stores the current configuration in memory location 1. &Yn - Recall Profile n=0 Use memory location 0. n=1 Use memory location 1. &Zn=X- Store Number
6/XECOM
XE2476
S-Register Summary
REG.
S0 S1 S2 S3 S4 S5 S6 S7 S8 S9 S10 S14 S16 S18 S21 S22 S23 S27
RANGE/UNITS
0-255/rings 0-255/rings 0-127/ASCII 0-127/ASCII 0-127/ASCII 0-32,127/ASCII 2-255/sec 1-60/sec 0-255/sec 1-255/0.1 sec 1-255/0.1 sec Bit Mapped Bit Mapped 0-255/sec Bit Mapped Bit Mapped Bit Mapped Bit Mapped
DESCRIPTION
DEFAULT
000 000 043 013 010 008 002 030 002 006 014 170 000 000 000 118 007 064
Number of rings to answer on Count number of incoming rings Escape character Carriage return character Line feed character Backspace character Dial tone wait time Wait time for remote carrier Comma pause time Carrier detect response time Delay from loss of carrier to hang up E,Q,V,T,P,D,A,R accept/ignore Modem loopback tests Modem test timer J, &R, &D, &C, &S, Y L, M, X, &P, &T4, &T5, DTE speed and parity &T4,&T5, DTE speed, parity &Q, &L, &X, B commands
Result Code Summary
DIGIT
0 1 2 3 4 5 6 7 8 10
CODE
OK CONNECT RING NO CARRIER ERROR CONNECT 1200 NO DIAL TONE BUSY NO ANSWER CONNECT 2400
WORD CODE MEANING
Successfully executed command line 300 bps connection established Ring signal detected Carrier not detected within Register S7 detect time Error found in command line; returns to command line 1200 bps connection established No dial tone detected within 5 Sec. after going off-hook Busy signal detected after automatically dialing a call Five seconds of silence was not detected when using the @ command in the Dial command line Connection established at 2400 bps
XE2476
XECOM\7
Electrical Specifications
ABSOLUTE MAXIMUM RATINGS*
SUPPLY VOLTAGE - Vcc DC INPUT VOLTAGE STORAGE TEMPERATURE RANGE LEAD TEMPERATURE (Soldering, 2 sec per wave) OPERATING TEMPERATURE RANGE +6.5 Volts -0.6 Volts to +6.5 Volts -25 C TO +100 C 260 C 0 TO 70 C
*Exceeding these values may result in permanent damage to the device.
Power Supply Characteristics(TA = 0 - 70C, Vcc = 5v 5%)
Symbol
Vcc Icc Iccpd
Parameter
Supply Voltage Vcc Supply Current Power Down Current
Min Typ Max Units
4.75 5.0 40 10 5.25 V mA mA
Comments
All outputs Disconnected
Power Management: The XE2476 has an integrated, advanced power management capability. If no activity is detected on the RXD, DTR, or RI lines the modem will, within 5 seconds, automatically go into a smart power down mode. In this mode power consumption is typically less than 50 milliwatts.
I/O Characteristics
Signals
DIGITAL INPUTS /DTR, /RTS, TXD, RESET DIGITAL OUTPUTS OH, RI /DCD, RXD
Description
Input High min. 2.0 V Output High min. 2.4 V min. 2.4 V Input Low max. 0.8 V Output Low max. 0.8 V max. 0.4 V Current Drive 15 ma 1.6 ma
8/XECOM
XE2476
Other Performance Specifications
PARAMETER
DTMF Level DTMF Twist (Balance) DTMF Tone Duration Pulse Dialing Rate Pulse Dialing Make/Break Pulse Interdigit Interval Billing Delay Interval Guard Tone Frequency Amplitude Frequency Amplitude High Channel Transmit Amplitude Tone Detection Bandpass Frequency Tone Detection OFF to ON Threshold Tone Detection ON to OFF Threshold Dial Tone Detect Duration Ringback Tone Detect Duration Cadence Busy Tone Detect Duration Cadence
MIN
TYP MAX UNIT
-2.2 70 10 39/61 33/67 785 0 3 dBm dB ms pps % % ms sec. Hz dB Hz dB dB Hz dBm dBm sec. sec. sec. sec.
COMMENTS
USA CCITT
2.0 550 -3 1800 -6 -1 290 -33 -35 3.0 0.75 1.5 0.2 0.67 665
Referenced to high channel transmit
Ref. to low channel guard tone on 3 dB point into 600 ohms into 600 ohms sec. OFF/ON Ratio OFF/ON Ratio
1.5
PARAMETER
Telephone Line Impedance Match Ring Detect Sensitivity (on hook, Type B ringer) Telephone Line Holding Current
MIN
38 20
TYP
600
MAX
UNIT
ohms Vrms
100
mA
XE2476
XECOM/9
Modem Applications Schematic
XECOM\10
XE2476
FCC Instructions
This product complies with part 68 of the FCC Rules and Regulations. With each device shipped, there is a label which contains, among other information, the FCC Registration Number and Ringer Equivalence Number (REN) for this product. You must, upon request, provide this information to your telephone company. The mounting of this device in the final assembly must be made in such a manner as to preserve the high voltage protection between the TIP/RING Connection and the rest of the system. Typically, this may be accomplished by maintaining a minimum spacing .100 mils between the TIP/RING Traces to the RJ-11C Jack and low voltage portion of the system. No additional circuitry may be attached between TIP/RING and the telephone line connection, unless specifically allowed in the rules. The REN is useful to determine the quantity of devices you may connect to a telephone line and still have all of these devices ring when the number is called. In most, but not all areas, the sum of the RENs of all devices connected to one line should not exceed five (5.0). To be certain of the number of devices you may connect to the line, as determined by the REN, you should contact the local telephone company to determine the maximum REN for you calling area. If your system causes harm to the telephone network, the telephone company may discontinue service temporarily. If possible, they will notify you in advance. If advance notification is not practical, you will be notified as soon as possible. Your telephone company may make changes in its facilities, equipment, operations or procedures that could affect proper functioning of your equipment. If they do, you will be notified in advance to give you an opportunity to maintain uninterrupted telephone service. If you experience trouble with this device, please contact XECOM at (408) 945-6640 for information on obtaining service or repairs. The telephone company may ask you to disconnect this device from the network until the problem has been corrected or until you are sure that the device is not malfunctioning. The device may not be used on coin service lines provided by the telephone company (this does not apply to private coin telephone applications which use standard telephone lines). Connection to party lines is subject to state tariffs.
FCC Registration Number: DWEUSA-_ _ _ _ _-FA-E Ringer Equivalence: _._B
XE2476
XECOM\11
Terms of Sale
Devices sold by XECOM are covered by the warranty provisions appearing in its Terms of Sale only. XECOM makes no warranty, express, statutory, implied, or by description regarding the information set forth herein, or regarding the freedom of the described devices from patent infringement. XECOM makes no warranty of merchantability or fitness for any purposes. XECOM reserves the right to discontinue production and change specifications and prices at any time and without notice. This product is intended for use in normal commercial applications. Applications requiring extended temperature range, unusual environmental requirements, or high reliability applications, such as military, medical life-support or life-sustaining equipment, are specifically not recommended without additional processing and authorization by XECOM for such application. Xecom assumes no responsibility for the use of any circuitry other than circuitry embodied in a Xecom product. No other circuits, patents, or licenses are implied.
Life Support Policy
Xecom's products are not authorized for use as Critical Components in Life Support Devices or Systems. Life Support Devices or Systems are devices or systems which, (a) are intended for surgical implant into the body, or (b) support or sustain life, and whose failure to perform, when properly used in accordance with instructions provided in the labeling, can be reasonably expected to result in significant injury to the user. A Critical Component is any component of a life support device or system whose failure to perform can be reasonably expected to cause failure of the life support device or system, or to affect its safety or effectiveness.
Copyright, Xecom (c) 1994 While Xecom, Inc. has made every effort to ensure that the information presented here is accurate, Xecom will not be liable for any damages arising from errors or omission of fact. Xecom reserves the right to modify specifications and/or prices without notice. Product mentioned herein are used for identification purposes only and may be trademarks and/or registered trademarks of their respective companies.
XECOM
12/XECOM
Xecom Incorporated 374 Turquoise Street, Milpitas, CA 95035 Ph:408 -945 -66 40 Fax: 408 - 942-1346
XE2476


▲Up To Search▲   

 
Price & Availability of XE2476

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X