Currently I have the following script running via minicom.
minicom -b 115200 -D $MODEM_DEVNODE -t vt100 -S csq.txt -C csq_results.txt < escape.txt
csq.txt
send AT+QENG="servingcell"
expect "OK"
sleep 5
send AT+COPS?
expect "+COPS:
When I enter AT+QENG="servingcell" manually I am able to see the desired serving cell properties. However, when I run the script I see an error. Can someone explain to me why it does not like the "" in the script?