LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I dial to a phone number using land line, internal PC modem and LabVIEW 8.2

Solved!
Go to solution

I will start to write a LabVIEW 8.2.1 program which dial to a phone number using my Dell Inspiron, Windows XP. Does any body have an idea how can I do it? or better if any body have a vi ready.

 

I will appreciate your help 

Thanks in advance

0 Kudos
Message 1 of 6
(3,871 Views)
Solution
Accepted by ajimenez
Dialing a phone
Somil Gautam
Think Weird
Message 2 of 6
(3,859 Views)

The link Somil provided is very good.

 

Neddless to say that you need a modem.  And the modem's user or programmer's guide.

Most modems have the same command structure, however, there might be some nuances depending on the manufacturer and the model, hopefully taken care by the driver.  Oh yeah..  You'll need the driver.  😉

 

I remember reading some posts and possibly some examples somewhere in this forum.  I'm sure a search will reveal a lot of information.

 

Message 3 of 6
(3,833 Views)

Here is a site that has helped me out with various AT commands

 


Paul
0 Kudos
Message 4 of 6
(3,830 Views)

but...how i can put that commands in the block diagram.....& where??? on visa, or serial VI ??? thanks

0 Kudos
Message 5 of 6
(3,264 Views)

As a string constant that you wire into the VISA write function.

 

Please take a look at the VISA serial example VI's in the example finder.

0 Kudos
Message 6 of 6
(3,247 Views)