We are using MC7430s with Win 10 and it looks to be setting the devices to MBIM mode where only the network adapter is showing under device manager.
How can I set the usbcomp to be as below through windows without being able to run the at command?
I’ve tried setting it in the config.ini with the driver installer and using driversint.exe with the usbcomp argument, I can see it in the driversinstall log however no modems or com port are show in device manager.
are the settings I tried correct?
are there any win10 settings, utilities or registry keys I can change?
can I use .net and the gobiapi?
I saw reference to “Sierra Wireless Set USB Composition Application” in the forums is this something that would work for the MC7430 and where could I get it?
You can use ModemManager tool on Linux host to set USB Composition
Please try qmicli --dms-swi-set-usb-composition=8
qmicli --dms-swi-get-usb-composition will list the USB Composition = 8
qmicli --device-open-mbim -p -d /dev/cdc-wdm0 --dms-swi-get-usb-composition
[/dev/cdc-wdm0] Successfully retrieved USB compositions:
USB composition 6: DM, NMEA, AT, QMI
USB composition 8: DM, NMEA, AT, MBIM
USB composition 9: MBIM
Please help to mark “Solution” if your question is answered.