dialing via PC

For user who dont speak german please use this part of my forum
Gast

dialing via PC

Beitrag 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
:)
FJ
Site Admin
Beiträge: 32106
Registriert: Mi 15. Feb 2006, 01:16
Wohnort: Tirol
Kontaktdaten:

Beitrag von FJ »

You have forgotten the comma on the end for voicecall. This should work:

Code: Alles auswählen

ATD12345;
Gast

Beitrag 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
Gast

Beitrag von Gast »

just to tell that I fixed it using:

Code: Alles auswählen

AT&F&W0

:wink:
Antworten