Seite 1 von 1

dialing via PC

Verfasst: Mo 3. Sep 2007, 22:20
von Gast
hi

I am trying to code a simple program to dial a number on a SE W700 from PC. I tried this:

opening port. sending ATD12345

but on the SE, it just show dialing progress and immediately disappear without a success.

I am using your great program and it greatly dial any number. could you please let me know which AT command I shoud use?

if would like to contact via email, my email is: maxidev {at} gmail {dot} com

Thanks
:)

Verfasst: Di 4. Sep 2007, 06:15
von FJ
You have forgotten the comma on the end for voicecall. This should work:

Code: Alles auswählen

ATD12345;

Verfasst: Di 4. Sep 2007, 09:31
von Gast
thanks, it worked :)

just one other question. I used AT&W0 in one step of my program and I guess that it changed the modem configuration (NVRAM value) of my phone :oops: problem is that now PC Suite do not detect my phone :cry:

do you now how I can restore default configuration (SE W700) or could you please show me a resource that tell me such information to find myself?

thanks a lot :D

Verfasst: Di 4. Sep 2007, 13:55
von Gast
just to tell that I fixed it using:

Code: Alles auswählen

AT&F&W0

:wink: