0

I want to integrate a Luminary microcontroller with a 3G USB dongle.

Do all USB dongles support AT commands?

If not then what is the best way to do it?

Thanks..

Prahalad Gaggar
  • 11,389
  • 16
  • 53
  • 71

1 Answers1

0

Yes, you can expect that the 3G dongle will support AT commands. You need the modem (dongle) to make a modem port available, to which you can send AT commands. For this, you need a suitable driver, and maybe some software to convert the dongle from a USB mass storage device to a modem, depending upon your device. (When you first plug the modem in, it may be seen as a mass storage device, and must be converted to a modem) Ask the manufacturer for details, as this is not a standard procedure, and implementation is manufacturer specific.

user1725145
  • 3,993
  • 2
  • 37
  • 58
  • Can u please elaborate what is the process or commands to convert mass storage device to modem, as there is no OS so can;t work on drivers. – user1729391 May 15 '13 at 09:21
  • Ask the manufacturer for details, as converting from mass storage to modem is not a standard procedure, and implementation is different for each manufacturer. Sorry, a microcontroller without OS is beyond my experience. – user1725145 May 15 '13 at 09:55