ATHS lookup table?

We have a mix of the legacy XB3-C-A2-UT-001 and the current XB3-C-GM2-UT-001 deployed in the field. I’m trying to identify which is which for a site with AT commands. I don’t see any AT command that reports this version number or the modem serial number, but I do see the ATHS command reports the “Hardware series”. For the XB3-C-A2-UT-001 modules I have on hand this is reporting “B08”. I haven’t been able to find any documentation anywhere that states what “B08” means.

Is there any documentation or reference anywhere that states what the ATHS returns for each XBee cell module? I’d like to create a lookup table so we can verify which module is connected to a system so we can act accordingly for configuration and other settings. Or, if there is a different AT command that I missed that I can more directly figure out which module series I’m communicating with, I’m open to suggestions.

Have you considered using the VR command? All firmware versions are documented within the XCTU and Studio applications. You will notice that the first two characters are different for each product allowing you to determine which product it is for.

That seems like a better method. Thanks!