Unable to send SMS using AT Commands
Please be kind enough to have a look at the following code. I am using QextSerialPort to access ports #include <qstring.h> #include <qdebug.h> #include <QCoreApplication> int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); QList<QextPortInfo> ports = QextSerialEnumerator::getPorts(); QextSerialPort *port; QString portName; int counter=0; //Navigate through ports untill you find huwawei USB dongle while(counter<ports.size()) { portName = ports[counter].portName; QString productId= ports[counter].productID; QString physicalName = ports[counter].physName; QString vendorId = ports