Skip to content

Instantly share code, notes, and snippets.

@1951FDG
Created October 17, 2013 10:51
Show Gist options
  • Save 1951FDG/a04bfb0ed4eaa213fb94 to your computer and use it in GitHub Desktop.
Save 1951FDG/a04bfb0ed4eaa213fb94 to your computer and use it in GitHub Desktop.
Disable virtual CD- ROM drive on Huawei
AT+CGDCONT=1,"IP","web.digicelaruba.com"\13
*99***1#
web.digicelaruba.com
Generic
GPRS (GSM/3G)
ls -l /dev/cu.*
cat /dev/cu.HUAWEIMobile-Pcui
echo "AT^SETPORT=?^M" > /dev/cu.HUAWEIMobile-Pcui
echo "AT^SETPORT?^M" > /dev/cu.HUAWEIMobile-Pcui
echo "AT^SETPORT=\"A1,A2;1,16,3,2,A2\"^M" > /dev/cu.HUAWEIMobile-Pcui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment