Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Access to modems, which are connected over a 4-port-serial-to-usb-adapter?

I wish to get access to 4 modems at the same time over a 4-port-serial-to-usb-adapter. I want to program a tool with Labview.
0 Kudos
Message 1 of 2
(2,925 Views)
There should no little problem with this as communication with modems can be handled like any other serial communication. You can use either the traditional serial communication vi's or NI-VISA (recommended). When you open the serial port/session you'll have to use the serial communication settings of the modem, which is not the same as the communication/connection rate of the modem (57.6k for example). To communicate with the modem, you can use the AT commands - though your modem may have specific (non-standard) commands and serial/VISA write and read.
0 Kudos
Message 2 of 2
(2,925 Views)