MAX148_C_ _ .......................................................0°C to +70°C
MAX148_E_ _.....................................................-40°C to +85°C
Storage Temperature Range .............................-65°C to +160°C
Lead Temperature (soldering, 10sec) .............................+300°C
Stresses beyond those listed under “Absolute Maximum Ratings” may cause permanent damage to the device. These are stress ratings only, and functional
operation of the device at these or any other conditions beyond those indicated in the operational sections of the specifications is not implied. Exposure to
absolute maximum rating conditions for extended periods may affect device reliability.
DC ELECTRICAL CHARACTERISTICS
(V
CC
= 5V ±5%, T
A
= T
MIN
to T
MAX
, unless otherwise noted. Typical values are at T
A
= +25°C.) (Note 1)
PARAMETER
Differential Driver Output (no load)
Differential Driver Output
(with load)
Change in Magnitude of Driver
Differential Output Voltage for
Complementary Output States
Driver Common-Mode Output
Voltage
Change in Magnitude of Driver
Common-Mode Output Voltage
for Complementary Output States
Three-State (high impedance)
Output Current at Driver
Logic Input High Voltage
Logic Input Low Voltage
Logic Input Current
Input Current
(A, B)
Receiver Differential Threshold
Voltage
Receiver Input Hysteresis
Receiver Output High Voltage
Receiver Output Low Voltage
Three-State (high impedance)
Output Current at Receiver
Receiver Input Resistance
SYMBOL
V
OD1
V
OD2
∆V
OD
V
OC
∆V
OD
I
OZD
V
IH
V
IL
I
IN1
R = 50Ω (RS-422), Figure 1
R = 27Ω (RS-485), Figure 1
R = 27Ω or 50Ω, Figure 1
R = 27Ω or 50Ω, Figure 1
R = 27Ω or 50Ω, Figure 1
MAX1482 only,
-7V < V
Y and
V
Z
< 12V
––
—
DE, DI, RE
––
—
DE, DI, RE
––
—
DE, DI, RE
MAX1482,
DE = 0V, V
CC
= 0V or 5.25V
MAX1483,
DE = 0V, V
CC
= 0V or 5.25V
-7V
≤
V
CM
≤
12V
V
CM
= 0V
I
O
= -4mA, V
ID
= 200mV
I
O
= 4mA, V
ID
= -200mV
0.4V
≤
V
O
≤
2.4V
-7V
≤
V
CM
≤
12V
96
3.5
0.4
±1
V
IN
= 12V
V
IN
= -7V
V
IN
= 12V
V
IN
= -7V
-0.2
75
2
1.5
CONDITIONS
MIN
TYP
MAX
5
5
5
0.2
3
0.2
UNITS
V
V
V
V
V
±50
2.0
0.8
±2
150
-100
200
-150
0.2
µA
V
V
µA
I
IN2
µA
V
TH
∆V
TH
V
OH
V
OL
I
OZR
R
IN
V
mV
V
V
µA
kΩ
Note 1:
All currents into device pins are positive; all currents out of device pins are negative. All voltages are referenced to device
How can I record audio data into a raw PCM file (uncompressed, unprocessed) through the API functions of WAVEINOPEN? I couldn't find any on the Internet, only examples of recording into WAV files! //-...
Hello everyone, how to send dual audio in a single chip microcomputer? What is the difference and connection between sending dual audio and sending single audio? I am making an alarm now, a host recei...
Since it was my first time to make an infrared sensor, I searched for several circuits on the Internet and found many problems. I would like to share them with you. The first problem is whether the de...
I used to only know how to write some small programs for MCUs, but now I find that I don't know how to test the performance of drivers. I think wince drivers are similar to win32 drivers. How should t...
After adding simplified Chinese fonts to wince 6.0, NK.bin has 33M. I want to increase NK.bin to 35M. 1. Modify Bootloader\Eboot\eboot.bib as follows: //#define ROM_RAMIMAGE_SIZE 0x02000000 #define RO...
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[Details]
1. About FPU transplantation As long as the chip has FPU function, the use of FPU is generally enabled by default. You can also select it in the Options tab; 2. About the transplantation of DSP li...[Details]
Serial Port: 一. USART_ITConfig(USART1, USART_IT_TXE, ENABLE): As long as the transmit register is empty, there will always be an interrupt. Therefore, if you are not sending data, turn off the tran...[Details]
Analysts have sorted out some interesting phenomena. Let's follow the embedded editor to learn about the relevant content.
Huawei emerged as a star in the all-
flash
array sales ra...[Details]
The adoption of vehicle tracking systems for cars and fleets is increasing. Modern trackers have reduced form factors and increased functionality to support active data transmission for real-time tra...[Details]
From the functional classification, it can be divided into: 1. Active control ADAS: ACC/AEB/LKS, etc. 2. Warning ADAS: FCW/LDW/PCW, etc. 3. Other auxiliary ADAS: BSD/ADB/panora...[Details]
The ZTE incident has aroused people's concerns about the future of Chinese chips, and they have been using WeChat and Weibo to express their views; the Chinese display industry is also worried abou...[Details]
The following is a 16-way multi-channel ADC acquisition circuit diagram and source program made using the STM32 microcontroller. It uses a USB interface to connect to the computer, which is actually ...[Details]
In the packaging process of a production line, every time the conveyor belt of the production line delivers a product to the packaging machine, the "SP" terminal outputs a pulse to the T1 terminal of...[Details]
MCS-51 single-chip microcomputer, a simple assembly language program, calculates the function value of a piecewise function. It is known that there is a variable X in the 25H unit. It is required to ...[Details]
//Environment: winavr+avr studio char temp=0; ISR(TIMER1_COMPA_vect )//interrupt function { // user code here temp++; if (temp==10) temp=0; PORTA=temp; DDRA=0xff; } void ...[Details]
Take serial port interrupt as an example: like: void serial() interrupt 4 { } and void serial_uart() interrupt 4 { } The functions of both functions are to define the serial port interrupt function. ...[Details]
At the early morning of November 17th, Beijing time, at the Global Supercomputing Conference held in Denver, the United States, the "nonlinear earthquake simulation" application completed by the te...[Details]
Semiconductor giant Intel has launched the desktop version of the 8th generation Coffee Lake architecture
Core
processor more than a month ago, and its performance is said to be 30% to 40% ...[Details]