02-16-2011 09:19 PM
02-17-2011 08:25 AM
ok.....y want to make a phone call from mi pc trough modem port (rj11-com3), I think so I need to use VISA SERIAL to use that COM, but i don´t now how to listen when I pick up, because the VISA READ send me string....
thank you!!!
02-17-2011 09:23 AM
When you make a call out you use AT commands and you don't listen for any sort of sound. You write and read responses from the modem. The responses (read with a VISA Read), will tell you whether the modem has successfully gone off hook, dialed, etc. The AT command set is published in numerous locations. I would suggest you search for that to get a deeper understanding.