Just to try something, I did try the following but it didn't make a difference. I am able to issue AT commands without any problems.
JimHelms wrote: ↑Sat May 18, 2019 9:24 am One of the members on the Hacks Facebook group, clarified how to fix the issue of losing the Modem COM port. Coupled with the post above, we will help to better describe the fix.
The modem can fixed while installed in or behind a router running OpenWRT/GoldenOrb/WiFiX firmware.
Using PuTTy, login the router using the IP address 192.168.1.1
Once in, run the following command:
Then repair the config with:Code: Select all
echo 1199 9091 > /sys/bus/usb-serial/drivers/option1/new_id
Then place the modem in MBIM composition with the follow commands: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.