How to create an SMS server using Java
No Comments »
You can use AT Command to let your cell phone send or receive SMS message. But the problem is not every manufacutrer has similar AT Command.
This is AT+CNMI commands from many cell phone manufacturers that can be used to make an SMS Server using java.
NOKIA : AT+CNMI=1,1,0,0,0
MOTOROLA : AT+CNMI=3,1
Siemens : AT+CNMI=1,1,2,2,1
Modem GSM Siemens : AT+CNMI=2,1,0,0,0
Tags: AT Command, SMS Server