Where can i find band indicator hexadecimal format for RC7602-1 modem

Hi,

Where can i find band indicator hexadecimal format for RC7602-1 modem.
or please share if any data sheet available for that.

you can try:

AT!entercnd=“A710”
AT!BAND?
AT!band=?

I need the hexadecimal format for output value.

like the HL7692 format snapshot i have attached.

Have you tried those commands?
It is already hexadecimal

ati
Manufacturer: Sierra Wireless, Incorporated
Model: RC7620-1
Revision: SWI9X07H_00.08.07.00 0ce4c1 jenkins 2021/03/17 02:18:20
IMEI: 353635110506025
IMEI SV: 17
FSN: 7T1521336106B0
+GCAP: +CGSM

OK
AT!entercnd=“A710”
OK
AT!BAND?
Index, Name, GW Band Mask L Band Mask 1 L Band Mask 2
00, All bands, 0002000000400180 00000000080800C5 0000000000000000

OK
AT!band=?
Index, Name, GW Band Mask L Band Mask 1 L Band Mask 2
00, All bands 0002000000400180 00000000080800C5 0000000000000000
01, Europe 3G 0002000000400000 0000000000000000 0000000000000000
03, Europe 2G 0000000000000180 0000000000000000 0000000000000000
05, GSM ALL 0000000000000180 0000000000000000 0000000000000000
06, Europe 0002000000400180 00000000000800C5 0000000000000000
07, North America 0000000000000000 0000000000000040 0000000000000000
08, WCDMA ALL 0002000000400000 0000000000000000 0000000000000000
09, LTE ALL 0000000000000000 00000000080800C5 0000000000000000

                                               0000000008000000 - B28
                                               0000000000080000 - B20
                                               0000000000000080 - B8
                                               0000000000000040 - B7
                                               0000000000000004 - B3
                                               0000000000000001 - B1
                              0002000000000000 - B8  (900)
                              0000000000400000 - B1 (2100)
                              0000000000000100 -     G900E
                              0000000000000080 -     G1800

OK

from AT!BAND? output response i can see the set RAT information, but i want to see current band information

Didn’t it show current band information?

i am not getting it,
can you help me to understand?

how you find out current band from this output?

Here shows it enables all bands

AT!BAND?
Index, Name, GW Band Mask L Band Mask 1 L Band Mask 2
00, All bands, 0002000000400180 00000000080800C5 0000000000000000

OK

Like in HL7692 we use AT+KSRAT=? to see the Set Radio access technology detail and AT+KBND=? for current band indicator to which band my SIM is connected.

is there no other command for RC7620 to see the band to which my SIM is connected?

You can use at!selrat to set radio technology
You can use at!gstatus? To see current connected band

It’s working,
Thank you

at!gstatus?
!GSTATUS:
Current Time: 147 Temperature: 22
Modem Mitigate Level: 0 ModemProc Mitigate Level: 0
Reset Counter: 1 Mode: ONLINE
System mode: LTE PS state: Attached
IMS reg state: REGISTERED IMS mode: Normal
IMS Srv State: FULL SMS,FULL VoIP
LTE band: B3 LTE bw: 15 MHz
LTE Rx chan: 1276 LTE Tx chan: —
LTE CA state: INACTIVE
EMM state: Registered Normal Service
RRC state: RRC Idle

PCC RxM RSSI: 0 RSRP (dBm): 0
PCC RxD RSSI: 0 RSRP (dBm): 0
Tx Power: – TAC: 77C2 (30658)
RSRQ (dB): -10 Cell ID: 0DC99102 (231313666)
SINR (dB): 3.6

OK
at!selrat?
!SELRAT: 00, Automatic

OK