Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear Teacher,

I want to register person to one of the mobile service.
Registration code follows,

Reg<space>service_name<space> send mobile number +555 to gsm modem.

then how i am read the massage by using java via netbeans tool using At commands. above code should save the mysql database as follow

sender mobile number service name

0001111111 Bokking

please teach me via netbeans tool with java J2SE code ,At commands and sql quarea and total sample projecxt code
Posted

1 solution

We do not provide codes. We are just helping each other in the progress of development.

To send AT commands you would need a mobile phone or anything like that (a modem would do also).
Therefor you would need to communicate with the device - which is generic and can not be described in general.
So it's not that simple.

Another suggestion:
You want to communicate with some mobile service. Are they using SMS? I would guess so. So I would try this SMS lib[^] and develop something for this.
 
Share this answer
 

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