tags:

views:

39

answers:

1

I want to send AT commands in my Android application, but I could not find the right syntax. How can I do this?

A: 

use syntax like this and let me know .

echo -e "AT+CFUN=?\r\n" > /dev/ttyUSB0

Regards, [email protected]

balaji duddukuri
Thanks balaji duddukuri.....but can you please explain how to embed this AT command syntax in android (java) code.actually i want to disconnect incoming call programmatically for which i want to use AT+CHUP command but nnot getting how to execute this in java code.
Kanika
Can we use RIL (Radio Interface Layer) to disconnect incoming call ??please reply..Thanks
Kanika