Hi, I have a Sony Xperia ZX that I've been trying to communicate with the modem.However, although the connection is successful, there is no AT reaction on that line...
[EDIT] (See notes in a later post.)
I've been able to identify a port at /dev/tty but when I use the command:
Code:
busybox microcom -t 500000000 /dev/tty
Where is this "later post" that is supposed to deal with this issue?
Edit:
After a little more investigating:
Code:
cd /dev/
ls | grep tty
I was able to identify another port (/dev/ttyHS0) that seems to be providing some output.
Still no response to my AT commands when sent to it, though.
Logcat shows it's being opened and written to, and catting the file produces a lot of binary output, so something is definitely listening on it.
Code:
logcat | grep /dev/
01-18 11:50:50.664 5446 5446 I WCNSS_FILTER/uart_utils.c: init_uart_transport: opening /dev/ttyHS0
....
Last edited: