Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I need to create a program to send sms through a PORTech MV-374 sms gateway. In the device manual there some AT commands to send sms. They are as follows (please note that they are as exactly as in the manual):

username: voip
password: **** 'the username and password
user level = 1

command: logout, module, module1, module2.
>module1 'choose module
getting module 1 ...
got!!! press 'ctrl-x' to release module 1

0
ate1 'enter "ate1", then you can see your at command below
0at+cmgf=1
0
at+cmgs="0911123456" 'enter at+cmgs="phone number"
>
test 'enter short messsage and ctrl+Z
>
+CMGS: 30
0


The manual has also given some port numbers as well. They are as follows:
SLAVE 1:8023
SLAVE 2:8123
SLAVE 3:8223
SLAVE 4:8323
Posted
Updated 19-Apr-11 16:01pm
v2

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