Dial Number

  • Thread starter Thread starter Ghost
  • Start date Start date
How many times are you going to ask basically the same question in a new
thread?

Based on previous questions *you don't want to dial a phone number*, you
want to connect to the Internet via the modem. Is that right? If so, ask
about how to do that *and pay attention to the information already given
about doing that*.

Paul T.
 
No I need dial just number not using RAS.
I want jest AT command to the modem.
Can you tell me how?
 
ATDT waits for the dial tone (AT = attenton, DT = wait for dial tone).
After that, just put the numbers there. Obviously, this will only work with
a modem that uses these commands, not every modem out there.

Paul T.
 
Yes Sir I know this command, but I don't know how can I do it from C#.
Can you show me some little example?
Simply how do I just send AT command form my C# application?
 
Use a Serial Port control like that available from OpenNETCF
(www.opennetcf.org/sdf/ - OpenNETCF.IO.Serial.Port) or Dick Grier
(www.hardandsoftware.net). Open the port to which the modem is connected and
send the required commands.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups

Ghost said:
Yes Sir I know this command, but I don't know how can I do it from C#.
Can you show me some little example?
Simply how do I just send AT command form my C# application?

Paul G. Tobey said:
ATDT waits for the dial tone (AT = attenton, DT = wait for dial tone).
After that, just put the numbers there. Obviously, this will only work with
a modem that uses these commands, not every modem out there.

Paul T.

Ghost said:
No I need dial just number not using RAS.
I want jest AT command to the modem.
Can you tell me how?

"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT
com>
wrote in message How many times are you going to ask basically the same question in a new
thread?

Based on previous questions *you don't want to dial a phone number*, you
want to connect to the Internet via the modem. Is that right? If
so, ask
about how to do that *and pay attention to the information already given
about doing that*.

Paul T.

How can I dial a number by modem?
 
Look at the serial I/O stuff in OpenNETCF. Read the newsgroup archives,
also...

Paul T.

Ghost said:
Yes Sir I know this command, but I don't know how can I do it from C#.
Can you show me some little example?
Simply how do I just send AT command form my C# application?

Paul G. Tobey said:
ATDT waits for the dial tone (AT = attenton, DT = wait for dial tone).
After that, just put the numbers there. Obviously, this will only work with
a modem that uses these commands, not every modem out there.

Paul T.

Ghost said:
No I need dial just number not using RAS.
I want jest AT command to the modem.
Can you tell me how?

"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
wrote in message How many times are you going to ask basically the same question in a new
thread?

Based on previous questions *you don't want to dial a phone number*, you
want to connect to the Internet via the modem. Is that right? If
so,
ask
about how to do that *and pay attention to the information already given
about doing that*.

Paul T.

How can I dial a number by modem?
 
But I can't you third party componnts:(((

Peter Foot said:
Use a Serial Port control like that available from OpenNETCF
(www.opennetcf.org/sdf/ - OpenNETCF.IO.Serial.Port) or Dick Grier
(www.hardandsoftware.net). Open the port to which the modem is connected and
send the required commands.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups

Ghost said:
Yes Sir I know this command, but I don't know how can I do it from C#.
Can you show me some little example?
Simply how do I just send AT command form my C# application?

Paul G. Tobey said:
ATDT waits for the dial tone (AT = attenton, DT = wait for dial tone).
After that, just put the numbers there. Obviously, this will only work with
a modem that uses these commands, not every modem out there.

Paul T.

No I need dial just number not using RAS.
I want jest AT command to the modem.
Can you tell me how?

"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT
com>
wrote in message How many times are you going to ask basically the same question in
a
new
thread?

Based on previous questions *you don't want to dial a phone
number*,
you
want to connect to the Internet via the modem. Is that right? If
so,
ask
about how to do that *and pay attention to the information already given
about doing that*.

Paul T.

How can I dial a number by modem?
 
Once *again*, you must use a Serial library, there are a few that are ready
to use and publicly available. Once you have that, open the port to which
the modem is connected and write out the data. The exact syntax will vary
depending on the library, but it all works the same way.

-Chris



Ghost said:
Yes Sir I know this command, but I don't know how can I do it from C#.
Can you show me some little example?
Simply how do I just send AT command form my C# application?

Paul G. Tobey said:
ATDT waits for the dial tone (AT = attenton, DT = wait for dial tone).
After that, just put the numbers there. Obviously, this will only work with
a modem that uses these commands, not every modem out there.

Paul T.

Ghost said:
No I need dial just number not using RAS.
I want jest AT command to the modem.
Can you tell me how?

"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
wrote in message How many times are you going to ask basically the same question in a new
thread?

Based on previous questions *you don't want to dial a phone number*, you
want to connect to the Internet via the modem. Is that right? If
so,
ask
about how to do that *and pay attention to the information already given
about doing that*.

Paul T.

How can I dial a number by modem?
 
Oh for goodness sake! Why can't use free components from the community?
Don't you want to get the job done?

Then write your own based on information in the archives. Here's a link to
Google where you can search for what you want:

http://groups.google.com/groups?hl=...soft.public.dotnet.framework.compactframework

If you want us to write your program for you, hire a contractor...

Paul T.


Ghost said:
But I can't you third party componnts:(((

Peter Foot said:
Use a Serial Port control like that available from OpenNETCF
(www.opennetcf.org/sdf/ - OpenNETCF.IO.Serial.Port) or Dick Grier
(www.hardandsoftware.net). Open the port to which the modem is connected and
send the required commands.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups

Ghost said:
Yes Sir I know this command, but I don't know how can I do it from C#.
Can you show me some little example?
Simply how do I just send AT command form my C# application?

"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
wrote in message ATDT waits for the dial tone (AT = attenton, DT = wait for dial tone).
After that, just put the numbers there. Obviously, this will only work
with
a modem that uses these commands, not every modem out there.

Paul T.

No I need dial just number not using RAS.
I want jest AT command to the modem.
Can you tell me how?

"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT
com>
wrote in message How many times are you going to ask basically the same question
in
 
Well then you'll have to write your own. The OpenNETCF one took me a couple
weeks to build the base for, and then several months of testing and tweaking
by a couple of diligent folks to get it to where it is now. And I knew what
I was doing when I started.

My guess is that starting where you are you might have something workable in
about 4 weeks - more if you want to actually receive data coming back after
you issue your dial command. Tell your boss that and see if he might
reconsider allowing you to use another component.

-Chris


Ghost said:
But I can't you third party componnts:(((

Peter Foot said:
Use a Serial Port control like that available from OpenNETCF
(www.opennetcf.org/sdf/ - OpenNETCF.IO.Serial.Port) or Dick Grier
(www.hardandsoftware.net). Open the port to which the modem is connected and
send the required commands.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups

Ghost said:
Yes Sir I know this command, but I don't know how can I do it from C#.
Can you show me some little example?
Simply how do I just send AT command form my C# application?

"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
wrote in message ATDT waits for the dial tone (AT = attenton, DT = wait for dial tone).
After that, just put the numbers there. Obviously, this will only work
with
a modem that uses these commands, not every modem out there.

Paul T.

No I need dial just number not using RAS.
I want jest AT command to the modem.
Can you tell me how?

"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT
com>
wrote in message How many times are you going to ask basically the same question
in
 
Oh Noo:)
Sir I will use your library.
Can you show me some example source code to how in OpenNETCF can I dial some
number on Port4?

Chris Tacke said:
Well then you'll have to write your own. The OpenNETCF one took me a couple
weeks to build the base for, and then several months of testing and tweaking
by a couple of diligent folks to get it to where it is now. And I knew what
I was doing when I started.

My guess is that starting where you are you might have something workable in
about 4 weeks - more if you want to actually receive data coming back after
you issue your dial command. Tell your boss that and see if he might
reconsider allowing you to use another component.

-Chris


Ghost said:
But I can't you third party componnts:(((

Peter Foot said:
Use a Serial Port control like that available from OpenNETCF
(www.opennetcf.org/sdf/ - OpenNETCF.IO.Serial.Port) or Dick Grier
(www.hardandsoftware.net). Open the port to which the modem is
connected
and
send the required commands.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups

Yes Sir I know this command, but I don't know how can I do it from C#.
Can you show me some little example?
Simply how do I just send AT command form my C# application?

"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
wrote in message ATDT waits for the dial tone (AT = attenton, DT = wait for dial tone).
After that, just put the numbers there. Obviously, this will only work
with
a modem that uses these commands, not every modem out there.

Paul T.

No I need dial just number not using RAS.
I want jest AT command to the modem.
Can you tell me how?

"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT
com>
wrote in message How many times are you going to ask basically the same question
in
a
new
thread?

Based on previous questions *you don't want to dial a phone number*,
you
want to connect to the Internet via the modem. Is that right? If
so,
ask
about how to do that *and pay attention to the information already
given
about doing that*.

Paul T.

How can I dial a number by modem?
 
Open "COM4:" with the serial support in OpenNETCF, send the strings that you
say you already know you need to send. Done.

Please expend a little effort on your own!!!

Paul T.

Ghost said:
Oh Noo:)
Sir I will use your library.
Can you show me some example source code to how in OpenNETCF can I dial some
number on Port4?

Chris Tacke said:
Well then you'll have to write your own. The OpenNETCF one took me a couple
weeks to build the base for, and then several months of testing and tweaking
by a couple of diligent folks to get it to where it is now. And I knew what
I was doing when I started.

My guess is that starting where you are you might have something
workable
in
about 4 weeks - more if you want to actually receive data coming back after
you issue your dial command. Tell your boss that and see if he might
reconsider allowing you to use another component.

-Chris


Ghost said:
But I can't you third party componnts:(((

Use a Serial Port control like that available from OpenNETCF
(www.opennetcf.org/sdf/ - OpenNETCF.IO.Serial.Port) or Dick Grier
(www.hardandsoftware.net). Open the port to which the modem is connected
and
send the required commands.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups

Yes Sir I know this command, but I don't know how can I do it from C#.
Can you show me some little example?
Simply how do I just send AT command form my C# application?

"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam
DOT
com>
wrote in message ATDT waits for the dial tone (AT = attenton, DT = wait for dial tone).
After that, just put the numbers there. Obviously, this will
only
work
with
a modem that uses these commands, not every modem out there.

Paul T.

No I need dial just number not using RAS.
I want jest AT command to the modem.
Can you tell me how?

"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT
com>
wrote in message How many times are you going to ask basically the same
question
in
a
new
thread?

Based on previous questions *you don't want to dial a phone
number*,
you
want to connect to the Internet via the modem. Is that
right?
If
so,
ask
about how to do that *and pay attention to the information already
given
about doing that*.

Paul T.

How can I dial a number by modem?
 
Back
Top