api - Read dongle/mobile GSM messages using AT commands through Java -


i want read messages dongle i.e usb device.

i have got information can read mobile messages using @ commands of java also.

i got 1 of post post still uncleared.

so connected dongle pc, , checked using @ commands in ms hyperterminal at , got response 'ok' . means dongle connected gsm/gprs dongle.

now how can read messages dongle.

is there api use @ commands in java , didn't found api .

so can tell me how can read messages using @ commands briefly.

you need javax.comm. there example here. basically, opens serial port , lets send commands , replies.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -