Page 1 of 1

huawei modeswitch message content explained

Posted: 18 Aug 2022, 15:13
by slavokhire5
Hi everyone,

I'm trying to work with Huawei E3372h and found many different MessageContent variations.
Like this: (split by bytes for readability):

Code: Select all

55 53 42 43 00 00 00 00
00 00 00 00 00 00 00 11
06 30 00 00 00 00 01 00
00 00 00 00 00 00 00
Does anybody know what exactly these magic numbers mean or have some documents?
The only I know is byte (bit?) 01 responsible for NDIS mode selection

Best regards

Re: huawei modeswitch message content explained

Posted: 30 Aug 2022, 11:22
by slavokhire5
Small update. First 15 bytes are Command Block Wrapper for SCSI. More info at https://wiki.osdev.org/USB_Mass_Storage_Class_Devices
But I still don't have clear understanding of last 16 bytes (command payload)

Re: huawei modeswitch message content explained

Posted: 01 Sep 2022, 16:07
by slavokhire5