Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello,
i want ask a question,
if using the hyperterminal, we send sms using At command and end with button ctrl+z. how to apply the ctrl+z in coding C#.what i means is i write the at command in my program, and want to send sms automatically when click a button.
Posted
Comments
Ankur\m/ 6-May-10 8:46am    
If the answers are correct and helpful, choose 'Accept Answer' and vote them UP! ;)

mat_saleh87 wrote:
how to apply the ctrl+z in coding C#

C#
char.ConvertFromUtf32(26);


Check this article also: Send and Read SMS through GSM Modem using AT Commands[^].

Hope it helps!
 
Share this answer
 
Comments
mat_saleh87 6-May-10 7:54am    
thanks..
Try this sample[^] and edit it for your needs.
 
Share this answer
 
Comments
mat_saleh87 6-May-10 7:54am    
tq.
The ascci code of ctrl+z is 26 so u can use this.
 
Share this answer
 
Comments
mat_saleh87 6-May-10 7:54am    
thanks.

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