USB Serial number

In normal mode the USB serial number might be
18f04b10
But during firmware download it changes to
AT32365056151007

Which is the same as le_info_GetPlatformSerialNumber()
Is there any command that returns the other Serial number ?

Is it the same as ati3?
Here says le_info_GetPlatformSerialNumber() should get the FSN as in ATI3 of module:

No it’s not the same in normal operations

ls -l /dev/serial/by-id/
usb-Sierra_Wireless__Incorporated_Sierra_Wireless_WP7702_60ffb685-if00-port0 → …/…/ttyUSB0
usb-Sierra_Wireless__Incorporated_Sierra_Wireless_WP7702_60ffb685-if02-port0 → …/…/ttyUSB1
usb-Sierra_Wireless__Incorporated_Sierra_Wireless_WP7702_60ffb685-if03-port0 → …/…/ttyUSB2
usb-Sierra_Wireless__Incorporated_Sierra_Wireless_WP7702_60ffb685-if05-port0 → …/…/ttyUSB3

After AT!BOOTHOLD

ls -l /dev/serial/by-id/usb-Sierra_Wireless__Incorporated_Sierra_Wireless_WP7702_AT32365056141007-if00-port0 → …/…/ttyUSB0

ATI3
Manufacturer: Sierra Wireless, Incorporated
Model: WP7702
Revision: SWI9X06Y_02.36.06.00 63d944 jenkins 2020/12/10 19:12:28
IMEI: 352653091306035
IMEI SV: 6
FSN: AT323650561410
+GCAP: +CGSM

i think that one in USB has no relationship with the module serial number…

I think so too,
but is there any command to get this ?

in my case, it is showing the FSN


owner@ubuntu:~$ ls /dev/serial/by-id/usb-Sierra_Wireless__Incorporated_Sierra_Wireless_WP760*
/dev/serial/by-id/usb-Sierra_Wireless__Incorporated_Sierra_Wireless_WP7607_VN73048508010300-if00-port0
/dev/serial/by-id/usb-Sierra_Wireless__Incorporated_Sierra_Wireless_WP7607_VN73048508010300-if02-port0
/dev/serial/by-id/usb-Sierra_Wireless__Incorporated_Sierra_Wireless_WP7607_VN73048508010300-if03-port0
/dev/serial/by-id/usb-Sierra_Wireless__Incorporated_Sierra_Wireless_WP7607_VN73048508010300-if05-port0

I think it might have something todo with /etc/adb_devid, (don’t know if you have this file?)
that file contains the other serial number
I will look in the yocto source and see if i can figure out what controls this file