04-01-2010 02:39 PM
I'm trying to develop a test in which labview tells a modem go off hook, dial through an emulator to a test board, and either makes some commands using either *7 or *0 or just connect to a second modem and handshake. Has anyone ever accomplished this and if so, could you just point me in the proper direction for starting this.
Thanks
Chirs73
04-01-2010 02:55 PM
Look at the examples in the example finder for Basic Serial Write and Read.
Search the forums for serial and for modems, I'm sure there are other posts where this has been discussed.
Also make sure you have a good reference for the modem commands. Such commands as "ATH0" and "ATH1" and "ATDT"
04-02-2010 11:13 AM
Chirs73,
I would recommend checking out this knowledgebase article on how to get started with communicating with a Serial device such as a Modem.
http://digital.ni.com/public.nsf/allkb/E22DA85E97818DE78625678C0069BFC9?OpenDocument
You might also consider reading through the forum post below as it goes through various stages of getting a working modem communication.
http://forums.ni.com/ni/board/message?board.id=170&message.id=438665&query.id=1928754#M438665
04-05-2010 12:09 PM
I've gotten part of the test figured out with a sending numeric page vi. I can't get the modems to handshake with each other. Any advice on this
Thanks
Chirs73
04-05-2010 03:13 PM
04-05-2010 04:34 PM
04-06-2010 09:32 AM
04-06-2010 09:36 AM
And I also am having trouble setting up the PXI stuff on my development computer due to it will not be attached to my development PC.
Thanks
04-07-2010 06:44 PM
Chirs73,
I'm a little curious about your application. Have you tried breaking up your application into two segments for debugging purposes? Which part of the application are you currently having issues on? Are you able to make modem2 ring through the PCB? If this is not working, can you confirm if you can make the modem2 ring when it's directly connected to the machine using a simple LabVIEW application.
The other side of it would be to simply establish a connection to modem2 directly rather than through the PCB to see if we can get it to go off hook and handshake.
If both of these can be done, then we can isolate the problem to be going through the PCB and look deeper into it.
04-08-2010 02:52 PM