PC apllication to send SMS with SIM CARD + GSM/GPRS modem
-
Hi every body ..
i want to make an application to send **sms with my PC **.. i use for that a **sim card **+ a GSM/GPRS modem (USB) for sending and receiving and other operations ...
i learned all about this .. i even learned the AT commands .. what i need is what **Qt libraries or plugins ** i have to use.. and how to use it ..
yours and thanks -
Hi every body ..
i want to make an application to send **sms with my PC **.. i use for that a **sim card **+ a GSM/GPRS modem (USB) for sending and receiving and other operations ...
i learned all about this .. i even learned the AT commands .. what i need is what **Qt libraries or plugins ** i have to use.. and how to use it ..
yours and thanks@Ayoub_Job
You could use QSerialPort for communication with your modem since it is USB. Here is the examples page for QSerialPort -
Hi
that would be something like
m_serialPort->write(QByteArray("AT..\r\n"));