Click here to Skip to main content
16,017,857 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: (untagged)
When I connect the modem to my pc, with hyperterminal I write the AT command and the modem does not react.

What I have tried:

Hello. I have a modem 4 port (3gsm and 1 cdma) wavecom q2438f. I want to write a program in vb.net that sends ussd requests to the modem. Here is my problem:
When I connect the modem to my pc, with hyperterminal I write the AT command and the modem does not react. Please help me
Posted
Updated 26-Jul-17 11:21am
Comments
Richard MacCutchan 26-Jul-17 12:07pm    
You need to check the modem documentation, or contact the manufacturer.

Check the connection - if you can't get the modem to respond with hyperterminal, you won't get it working with your own code.

So check things in order: the COM port is correct, the Baud rate is correct, the BpC, the stop bits, the parity. (You can get this info from the manufacturer). Check the modem is plugged into the correct socket, using the correct cable, and that it's powered on.

A "standard" modem should "just work" with hyperterminal when you have connected it correctly.
If you still can't get it going, talk to the manufacturers via their website - it may be defective.
 
Share this answer
 
Quote:
When I connect the modem to my pc, with hyperterminal I write the AT command and the modem does not react.

HyperTerminal and any AT modem can communicate only if settings are corrects. One incorrect setting can be enough to prevent communication from working.
You need to search the correct setting until you see the modem answering to the AT command on HyperTerminal.
Once you got the settings correct, you can go the VB program.
The modem documentation should have informations, but we can't search fir you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900