How to send AT command in android?

Posted by jitendra Kumar on Stack Overflow See other posts from Stack Overflow or by jitendra Kumar
Published on 2010-04-04T12:47:05Z Indexed on 2010/04/04 12:53 UTC
Read the original article Hit count: 780

Filed under:

Hi All,

I want to send At command throug my application to modem. Can some one please let me know how to send AT command thr my application??

Do we need Phone object to send AT command???

The ATResponseParser class parses part of the AT command syntax used to communicate with the mobile radio hardware in a mobile handset. This is, in fact, a command syntax very much like the AT command syntax used by modems, a standard described in the 3GPP document number TS 27.007 and related specifications.

I ant to send below AT command to Mode. 6.5 Hangup call +CHUP

Table 13a: +CHUP action command syntax

Command

Possible response(s)

+CHUP

+CHUP=?

Please help me.

Regards, Jitendra Kumar

© Stack Overflow or respective owner

Related posts about android