at-commandtelecommunicationhuawei-mobile-services

Huawei E8372 AT command library


I have been searching for weeks and weeks to try find some form of online archive of AT command libraries for specific USB dongles/modems. I have a project and it requires a USB dongle to report on the mobile network signal quality. I have found a command (AT^HCSQ?) which seems to be Huawei specific and it is capable of returning a detailed signal quality report.

I am aware of the AT command (AT+CSQ) which is able to report on the received signal strength (RSSI) but that is not in enough detail for the project requirements.

I have found two Huawei dongles which have the required AT command in its library (E3276 and E5372) but I cannot source them in South Africa.

I have sourced the E8372 dongle and the only thing I require now is to determine if the device has the required AT command in its library (AT^HCSQ?).

I have contacted Huawei and all of my local network providers and none of them have been able to tell me a single thing with regards to the complete AT command library of the E8372 or even to confirm if the device has the command.

My question is then to anyone who has the Huawei E8372 dongle to please test the dongle using the " AT+CLAC " AT command, which returns the complete AT command library of the device, and to please help me determine if the E8372 has the " AT^HCSQ? " command.

Once can easily test the AT commands of the dongle on a Linux machine by installing Minicom and connecting the the device to the PC. Once a serial connecting has been established the command to determine the command list can be written to the dongle. Alternately the command can be tested by writing

AT^HCSQ?

to the dongle using the serial connection and it should return either:

ERROR

If the command is not in the library, or:

^HCSQ:"WCDMA",19,19,45

If the command is in the library.

I would really appreciate help with this.


Solution

  • I was not able to determine if the E8372 dongle has the required command. Another device was purchased (E3372h-607) and was found to have to have the AT^HCSQ? command that I needed. It did require the HiLink mode to be changed by following this link with some modifications due to region.