Most generally this occurs when using the AT Commands on the EM7565/EM7511 that apply to the EM/MC74XX modems. The difference in the command as very minor (i.e., 1 digit).
For instance, to place a MC7455 modem in MBIM composition uses the AT Command:
Code: Select all
AT!USBCOMP=1,1,1009
Code: Select all
AT!USBCOMP=1,3,1009
The modem can fixed while installed in or behind a router running OpenWRT/GoldenOrb/WiFiX firmware.
Using PuTTy, login the router using the routers IP address, generally 192.168.1.1
Once in, run the following command:
Code: Select all
echo 1199 9091 > /sys/bus/usb-serial/drivers/option1/new_id
Code: Select all
picocom -b 115200 /dev/ttyUSB0
Code: Select all
At!entercnd="A710"
At!usbcomp=1,3,1009
At!reset
And, that should do it.