AT Command

Description

AT!UDINFO AT command is used to return the USB descriptor for the Sierra Wireless Modems.


Support

Sierra Wireless Module Tutorial

Examples

KeywordsAT!UDINFO syntax, examples, parameters, error, input, response.

Try the below script in the AT Command Tester tool

//Script: at!udinfo.at
//This AT command is used to return the USB descriptor the Sierra Wireless modules.

//Query supported modes
//Following USB descriptor information are returned: Vendor ID,
//Product ID, Interface (Direct IP Interface, QBI Interface, QMI Interface), Manufacturer string,
//Product String
AT!UDINFO?

Output of the above script in the AT Command Tester tool

AT!UDINFO?

VID: 0x1199
APP PID: 0x68C0
BOOT PID: 0x68C0
Interface: QMI
Manufacturer: Sierra Wireless, Incorporated
Product: MC7354


OK