Hi folks,
I am currently programming a dashboard widget for an usb umts modem! I am connecting
with applescript to the network simply entering the phone number “*99#” - this works
pretty good!
I am now wondering how to enter AT Commands like "at+cdgcont=“1”,“IP”,“gprsinternet” ? This are
the manual settings I can use to connect to the APN “gprsinternet” - Normally this settings
will be done by a programm which is very bugy - therefore I want to send the commands
everytime I am connecting manualy…
Has anybody how to enter the information?
my code that far:
tell application "Internet Connect"
activate
set configName to "Huawei Modem"
connect ppP configuration 1 to telephone number "*99***1'
quit
end tell
Thanks for your help…
Best Regards,
Stefan