通过 USB 连接的调制解调器:嗅探“AT 命令” 可能的?
有人可以确认我是否可以使用 USB 嗅探来捕获从外部应用程序发送到 HSDPA 调制解调器的“AT 命令”吗?
can somebody confirm if I can use USB sniffing to capture the "AT commands" sent to an HSDPA modem from an external application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 USB 协议中,调制解调器属于通信设备类。
我相信此类指定使用 AT 命令(更正确地称为 Hayes 命令)来支持设备,所以是的,如果你有总线嗅探器,你应该能够看到 AT 命令。
In USB parliance, modems belong to the Communications Device Class.
I believe this class specifies use of AT commands (more correctly called Hayes commands) for supporting devices, so yes, you should be able to see the AT commands if you have a bus sniffer.