PDA

View Full Version : Executing AT commands



jay
7th December 2009, 07:21
Dear All,

Is anyone having idea of executing AT commads in Qt desktop application.

my requirement is sending AT commads to modem.

Please share your views on this.

Regards,
Jay.

spirit
7th December 2009, 07:48
take a look at QextSerialPort (http://qextserialport.sourceforge.net/) or QSerialDevice (http://www.qt-apps.org/content/show.php/QSerialDevice?content=112039).

konsie
7th December 2009, 20:52
next addresses :
http://qt-apps.org/content/show.php/QPort?content=88371
http://qt-apps.org/content/show.php/QT_comport?content=95246
http://qt-apps.org/content/show.php/QTSerialPortTerminal?content=77764

jay
8th December 2009, 06:40
Thank you very much for spirit & konsie.

Earlier I didn't worked with any H/w interfacing related thing. so pls clarify the below query.

I am having an USB modem here.
Can you tell me what commands / functions do I need to call, so that the attached modem will dial up for internet connection.

konsie
8th December 2009, 09:49
under Linux use KPPP