Page 1 of 1

LBR20Query Servicing Cell Issue

Posted: Tue Sep 28, 2021 8:40 pm
by IronBorg
Hello everyone, I've got a LBR20 running Voxel V9.2.5.2.25SF-HW and I'm trying to query the current cell I'm on. I'm using the following command:
echo -ne "AT+QENG=\"servingcell\"\r\n" | -X -t 1000 /dev/ttyUSB2
But it comes back with this:
-ash: -X: not found

Any ideas? Thanks in advance.

Re: LBR20Query Servicing Cell Issue

Posted: Wed Sep 29, 2021 10:35 am
by Didneywhorl
try

cat /dev/ttyUSB2` echo -e "AT+QENG=\"servingcell\"\r\n" > /dev/ttyUSB2`