Is it possible to access the registers of a modem (which is under test)
with labVIEW, the modem is connected to my PC with a serial (RS232) interface,
I tried using the serial commmunication VIs but they did not work. I want to send read (RD) and write (WR)commands to the modem in a similar fashion to the way I use hyperterminal.
Ben suggested using the AT commands but I dont knowhow to do this from labVIEW, what I hope to do is download scripts, which are just register accesses, and then just view the status of some registers
Any ideas?