Modem connected via USB: sniffing of "AT commands" possible? - Stack Overflow most recent 30 from stackoverflow.com2009-12-08T04:07:34Zhttp://stackoverflow.com/feeds/question/618233http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/618233/modem-connected-via-usb-sniffing-of-at-commands-possible1Modem connected via USB: sniffing of "AT commands" possible?Cristian2009-03-06T09:42:14Z2009-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#6182600Answer by unwind for Modem connected via USB: sniffing of "AT commands" possible?unwind2009-03-06T09:52:24Z2009-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>