Could you suggest a JAVA API for GSM AT commands?

Want to write an answering machine program (GSM call) around a gsm voice modem that can be controlled using AT commands.

Could you suggest a good Java API wrapper around the GSM AT team.

Never worked before in such applications, so please let me know if you see any problems with this approach.

-ak

PS> The modem does not support TAPI

+3
source share
1 answer

I'm not sure if you have a specific modem or are you thinking of a general purpose utility. if the latter remember that different modems and phones will support different AT-commands. Cm.:

Third-Party Support Support

(Google "Hayes command api" , , , , "AT" "Hayes", ):

http://en.wikibooks.org/wiki/Serial_Programming/Serial_Java

http://jcs.mobile-utopia.com/jcs/13774_AtParser.java

http://embeddedfreak.wordpress.com/2008/11/03/simple-hayes-at-command-parser/

, - AT - , , , , , , .

+1

All Articles