Page 1 of 1

problem reading sms in vb6

PostPosted: Sat Feb 11, 2012 2:36 pm
by amirul
Please help me
I am using MOD 9001 BENQ GSM/GPRS Modem.
I connected my GSM Modem and then i write AT Commands in vb6, then successful in sending an SMS, but i dont know how to read SMS..
this example coding for send sms:

MSComm1.Output = "AT+CMGS=" & Chr(34) & TxtNumber.Text & Chr(34) & vbCrLf
Please the opinion of my problem.

Re: problem reading sms in vb6

PostPosted: Sat Feb 11, 2012 4:11 pm
by sich