I’m planning to implement a desktop application which stores all the SMSs and senders’ numbers received to the dongle in a MySQL database. So, is there any method I can use to access the dongle in order to reach the above mentioned targeted function?
I’m planning to implement a desktop application which stores all the SMSs and senders’
Share
If your dongle allocates some serial port you should be able to access this and use AT commands.
Look at the “Java communications API”, a code sample here:
http://www.java-samples.com/showtutorial.php?tutorialid=22