Click here to Skip to main content
16,018,797 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello everyone. I have a question for you.
I have a usb modem Huawei E1550.
I want to make C# .NET program, that can make calls and send sms through this modem.
Found this article about sending sms. But I need more information about calls and sms.
Posted
Comments
Olivier Levrey 29-Apr-11 6:26am    
Try to post your question directly at the article's page. The author will probably answer your question.
Mohamed74 17-Sep-12 21:35pm    
I want to send a Balance to another Mobile using C#

atd1234567890;
ATD<mob>
IS USED FOR dialing in huwaei modem

and at+chup is used to disconcect the code

i am working on it but could not success in voice tranfer
 
Share this answer
 
Comments
CHill60 24-Jun-13 12:03pm    
You do realise that this question had a solution posted over 2 years ago.
Morash 7-Aug-13 13:39pm    
Hello,
Can you please guide as to where the solution to the question is posted

Thanx in advance
After a litte search on codeproject I found these:
Send and Read SMS through a GSM Modem using AT Commands[^]

Introduction to AT commands and its uses[^]

Here is a article on Huawei modem.
3G Modem Internet Dialer[^]

CP Search on modem at command[^]


---

Generaly, you can access your Huawei E1550 via COM port - SerialPort Class[^].
Then you can control SMS and Calls via AT commands.

ATA - Answer a call.
ATDT - Dial a number
ATH - For hangup.


AT+CMGL=ALL - For listing all SMS mesage storage.
AT+CMGS - For sending SMS message.
 
Share this answer
 
v2
Comments
4x2bit 29-Apr-11 8:57am    
Do you have example project with source code?
Kim Togo 29-Apr-11 9:20am    
No, have you tried to search on codeproject or google ?
4x2bit 29-Apr-11 11:08am    
I've searched on google and codeproject, but still can't find any examples of making calls using AT commands. If you have it or know where I can look at any example, let me know.
Kim Togo 29-Apr-11 15:20pm    
See my updated solution.
4x2bit 6-May-11 3:10am    
Maybe you don't understand what I want.
I want to make program, that won't be only sms sender and receiver, it also must be a dialer.

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