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

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -