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
Post a Comment