Modem connected via USB: sniffing of "AT commands" possible? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T04:07:34Z http://stackoverflow.com/feeds/question/618233 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/618233/modem-connected-via-usb-sniffing-of-at-commands-possible 1 Modem connected via USB: sniffing of "AT commands" possible? Cristian 2009-03-06T09:42:14Z 2009-10-07T03:00:03Z <p>Hi guys, can somebody confirm if I can use USB sniffing to capture the "AT commands" sent to an HSDPA modem from an external application?</p> http://stackoverflow.com/questions/618233/modem-connected-via-usb-sniffing-of-at-commands-possible/618260#618260 0 Answer by unwind for Modem connected via USB: sniffing of "AT commands" possible? unwind 2009-03-06T09:52:24Z 2009-03-06T09:52:24Z <p>In USB parliance, modems belong to the <a href="http://en.wikipedia.org/wiki/USB%5Fcommunications%5Fdevice%5Fclass" rel="nofollow">Communications Device Class</a>.</p> <p>I believe this class specifies use of AT commands (more correctly called <a href="http://en.wikipedia.org/wiki/Hayes%5Fcommand%5Fset" rel="nofollow">Hayes commands</a>) for supporting devices, so yes, you should be able to see the AT commands if you have a bus sniffer.</p>