QT and AT command for modem connected at port ttyUSB3
Hi all,
is possible send AT command at a modem like minicom for example?
is possible run a little script that i wrote for send AT command automatically?
I must do a programm that at start send 2 AT command at USB port ttyUSB3 for open a socket and after send a file..
thanks
3 replies
Use one of QtSerial 3rd Class implementations.. for example QextSerialPort [code.google.com]
Yes, you can. Look at QProcess [doc-snapshot.qt-project.org]
You must log in to post a reply. Not a member yet? Register here!

