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.
LBR20Query Servicing Cell Issue
Forum rules
Please assure there is not an existing forum and topic related to your post
Please assure there is not an existing forum and topic related to your post
- Didneywhorl
- Posts: 3658
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1376 times
- Been thanked: 769 times
- Contact:
Re: LBR20Query Servicing Cell Issue
try
cat /dev/ttyUSB2` echo -e "AT+QENG=\"servingcell\"\r\n" > /dev/ttyUSB2`
cat /dev/ttyUSB2` echo -e "AT+QENG=\"servingcell\"\r\n" > /dev/ttyUSB2`