PDA

View Full Version : gsm modem



amarnath.rb.tc@gmail.com
19th September 2012, 08:58
Hell to every one..
which class is used send sms using gsm modem connected to usb port?

pkj
19th September 2012, 13:36
gsm modems provide at commands interface for their functionality. There is no usb library either in qt. So you will have to rely upon libusb to read and write to the interface. All in all there is no boiler plate class which you can use out of the box.