From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

simulating a modem

I want to simulate a modem with Labview. there are some data transfer whch
are made with RX/TX: no problem. But I can't command the DCD line (pin 1 on
DB9, 8 on DB25).
The modem hold the line around -8V at the begining. When he dials the
telephone number and get an answer, the DCD line goes to 0.

Any hint to command this line ?

Laurent
0 Kudos
Message 1 of 2
(2,471 Views)
Hallo, Laurent,

Du meintest am 29.10.99 zum Thema simulating a modem:

> I want to simulate a modem with Labview. there are some data
> transfer whch are made with RX/TX: no problem. But I can't command
> the DCD line (pin 1 on DB9, 8 on DB25).

That's right - you can only read this register.

> The modem hold the line around -8V at the begining. When he dials
> the telephone number and get an answer, the DCD line goes to 0.

That's ok - the DCD flag is "active low". It is set to 0 when the UART
detects a carrier.

Viele Gruesse!
Helmut
0 Kudos
Message 2 of 2
(2,471 Views)