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
2010-08-18 09:50:32
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
2010-08-18 10:25:00
Can we use RIL (Radio Interface Layer) to disconnect incoming call ??please reply..Thanks
Kanika
2010-08-19 07:55:29