Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.80K
1 Posted Topic
Please explain this portion of your code Public Function ReadSMS() As Boolean If SMSPort.IsOpen = True Then 'reading AT commands SMSPort.WriteLine("AT") SMSPort.WriteLine("AT+CMGF=1" & vbCrLf) 'set command message format to text mode(1) SMSPort.WriteLine("AT+CMGL=ALL") 'set service center address (which varies for service providers (idea, airtel)) 'SMSPort.WriteLine("AT+CMGS= + TextBox1.text + " & vbCrLf) …
The End.
John-Ghana