Nitin Kabra
Nitin Kabra

Reputation: 3226

Sending SMS using AT commands via C#.Net

I am using AT commands to send text message via C#.net. How to send a long message i.e. message more than 16o chars ?

Thanks.

Upvotes: 3

Views: 2770

Answers (1)

Arunkumar Chandrasekaran
Arunkumar Chandrasekaran

Reputation: 1241

Its purely depends on the GSM/GPRS Modem, If the modem like SIM300 it supports 480 Character,where as Sim700,SIM900 version supports 160 character only as single message, though you text more than 160 character it send the SMS by part, Follow the link and get the details about C#.net AT command application.

Check the GSM/GPRS MODEM documentation.

http://www.activexperts.com/download?p1=ax004

Hope it helps.

Upvotes: 2

Related Questions