Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get AT commands from my modem?

When I write an AT command to my modem I get all de commands directly back. When I sent AT I expect OK or 0 and not AT. What do I wrong?
0 Kudos
Message 1 of 2
(3,546 Views)
Your modem has local echo turned on. In this mode, it will echo all commands back to computer. When you output AT, you should get back AT followed by OK. Read the port a second time to see if the OK comes back from the modem. You can send a command to the modem (ATE0) to turn off local echo, if that works better.

Rob
0 Kudos
Message 2 of 2
(3,546 Views)