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..
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..
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.