How to use internal modem to making CSD connection to other modem and
send data?

CSD - http://en.wikipedia.org/wiki/Circuit_Switched_Data


Please notice that I need CSD connection (like in old modem's times) not
a GPRS IP.

--
Ahtung - I repeated post from
microsoft.public.dotnet.framework.aspnet.mobile because there is more
people I think....

Re: How to use internal modem to connect to other modem and send data? by Paul

Paul
Wed Aug 27 17:58:53 CDT 2008

Hmmm. What else might we need to know in order to answer your question?
Windows CE operating system version? Device type/operating system
components included by the device OEM? Server type and capabilities that
you are trying to connect to? What programming language you're using and
what version of the Compact Framework (since you posted to a Compact
Framework group)?

Please read this page, too, while you're at it:

http://guruce.com/blogpost/howtoaskquestionsonnewsgroups

Paul T.

"sp" <kofa@noemail.noemail> wrote in message
news:uYaAgZJCJHA.1628@TK2MSFTNGP02.phx.gbl...
> How to use internal modem to making CSD connection to other modem and send
> data?
>
> CSD - http://en.wikipedia.org/wiki/Circuit_Switched_Data
>
>
> Please notice that I need CSD connection (like in old modem's times) not a
> GPRS IP.
>
> --
> Ahtung - I repeated post from
> microsoft.public.dotnet.framework.aspnet.mobile because there is more
> people I think....



Re: How to use internal modem to connect to other modem and send by sp

sp
Thu Aug 28 14:54:16 CDT 2008

Operating System - Windows Mobile 6
Hardware - Not specified because I need write a program similar to that
- http://www.spyphone.biz/index.php?-352583337 and I can browse a
telephone for this software â?? I thought about HTC Touch Diamond for
example.
Compactframework â?? not specified see above.

So finally I need a software that establish CSD connection between 2
windows mobile telephones.




Paul G. Tobey [eMVP] pisze:
> Hmmm. What else might we need to know in order to answer your question?
> Windows CE operating system version? Device type/operating system
> components included by the device OEM? Server type and capabilities that
> you are trying to connect to? What programming language you're using and
> what version of the Compact Framework (since you posted to a Compact
> Framework group)?
>
> Please read this page, too, while you're at it:
>
> http://guruce.com/blogpost/howtoaskquestionsonnewsgroups
>
> Paul T.
>
> "sp" <kofa@noemail.noemail> wrote in message
> news:uYaAgZJCJHA.1628@TK2MSFTNGP02.phx.gbl...
>> How to use internal modem to making CSD connection to other modem and send
>> data?
>>
>> CSD - http://en.wikipedia.org/wiki/Circuit_Switched_Data
>>
>>
>> Please notice that I need CSD connection (like in old modem's times) not a
>> GPRS IP.
>>
>> --
>> Ahtung - I repeated post from
>> microsoft.public.dotnet.framework.aspnet.mobile because there is more
>> people I think....
>
>

Re: How to use internal modem to connect to other modem and send data? by Paul

Paul
Thu Aug 28 15:05:00 CDT 2008

And you want data or voice communications? I'd say that you don't want to
establish a CSD connection for most cases. It would seem that what they're
doing is adding an encryption provider in the stack that processes the voice
data before it actually goes out on the line. That's quite different than
how you'd go about doing this stuff if you want to send/receive data,
instead. If you're going to send data, I'd just use a socket connection,
somehow figuring out the address of the other end of the connection, and
then encrypt the data and send it over the socket...

Paul T.

"sp" <kofa@noemail.noemail> wrote in message
news:u6kpbfUCJHA.4724@TK2MSFTNGP05.phx.gbl...
> Operating System - Windows Mobile 6
> Hardware - Not specified because I need write a program similar to that -
> http://www.spyphone.biz/index.php?-352583337 and I can browse a telephone
> for this software - I thought about HTC Touch Diamond for example.
> Compactframework - not specified see above.
>
> So finally I need a software that establish CSD connection between 2
> windows mobile telephones.
>
>
>
>
> Paul G. Tobey [eMVP] pisze:
>> Hmmm. What else might we need to know in order to answer your question?
>> Windows CE operating system version? Device type/operating system
>> components included by the device OEM? Server type and capabilities that
>> you are trying to connect to? What programming language you're using and
>> what version of the Compact Framework (since you posted to a Compact
>> Framework group)?
>>
>> Please read this page, too, while you're at it:
>>
>> http://guruce.com/blogpost/howtoaskquestionsonnewsgroups
>>
>> Paul T.
>>
>> "sp" <kofa@noemail.noemail> wrote in message
>> news:uYaAgZJCJHA.1628@TK2MSFTNGP02.phx.gbl...
>>> How to use internal modem to making CSD connection to other modem and
>>> send data?
>>>
>>> CSD - http://en.wikipedia.org/wiki/Circuit_Switched_Data
>>>
>>>
>>> Please notice that I need CSD connection (like in old modem's times) not
>>> a GPRS IP.
>>>
>>> --
>>> Ahtung - I repeated post from
>>> microsoft.public.dotnet.framework.aspnet.mobile because there is more
>>> people I think....
>>


Re: How to use internal modem to connect to other modem and send by sp

sp
Thu Aug 28 15:15:18 CDT 2008

As far I know it is impossible to add an encryption provider in the
stack that processes the voice data before it actually goes out on the
line the only solution to do it is to establish a CSD connection, use
Voice Codec (eg. G.726 or G.729) and send data over a CSD connection.
Could you confirm it?

I wrote a VoIP/SIP application and it is easy.. but for this solution I
would like to use CSD connection and I con not find any resources saying
about how to establish a connection, answer and sand a data.




Paul G. Tobey [eMVP] pisze:
> And you want data or voice communications? I'd say that you don't want to
> establish a CSD connection for most cases. It would seem that what they're
> doing is adding an encryption provider in the stack that processes the voice
> data before it actually goes out on the line. That's quite different than
> how you'd go about doing this stuff if you want to send/receive data,
> instead. If you're going to send data, I'd just use a socket connection,
> somehow figuring out the address of the other end of the connection, and
> then encrypt the data and send it over the socket...
>
> Paul T.
>
> "sp" <kofa@noemail.noemail> wrote in message
> news:u6kpbfUCJHA.4724@TK2MSFTNGP05.phx.gbl...
>> Operating System - Windows Mobile 6
>> Hardware - Not specified because I need write a program similar to that -
>> http://www.spyphone.biz/index.php?-352583337 and I can browse a telephone
>> for this software - I thought about HTC Touch Diamond for example.
>> Compactframework - not specified see above.
>>
>> So finally I need a software that establish CSD connection between 2
>> windows mobile telephones.
>>
>>
>>
>>
>> Paul G. Tobey [eMVP] pisze:
>>> Hmmm. What else might we need to know in order to answer your question?
>>> Windows CE operating system version? Device type/operating system
>>> components included by the device OEM? Server type and capabilities that
>>> you are trying to connect to? What programming language you're using and
>>> what version of the Compact Framework (since you posted to a Compact
>>> Framework group)?
>>>
>>> Please read this page, too, while you're at it:
>>>
>>> http://guruce.com/blogpost/howtoaskquestionsonnewsgroups
>>>
>>> Paul T.
>>>
>>> "sp" <kofa@noemail.noemail> wrote in message
>>> news:uYaAgZJCJHA.1628@TK2MSFTNGP02.phx.gbl...
>>>> How to use internal modem to making CSD connection to other modem and
>>>> send data?
>>>>
>>>> CSD - http://en.wikipedia.org/wiki/Circuit_Switched_Data
>>>>
>>>>
>>>> Please notice that I need CSD connection (like in old modem's times) not
>>>> a GPRS IP.
>>>>
>>>> --
>>>> Ahtung - I repeated post from
>>>> microsoft.public.dotnet.framework.aspnet.mobile because there is more
>>>> people I think....
>

Re: How to use internal modem to connect to other modem and send data? by Paul

Paul
Thu Aug 28 15:36:14 CDT 2008

No, I can't confirm that; outside my experience.

Paul T.

"sp" <kofa@noemail.noemail> wrote in message
news:eRPwMrUCJHA.412@TK2MSFTNGP05.phx.gbl...
> As far I know it is impossible to add an encryption provider in the stack
> that processes the voice data before it actually goes out on the line the
> only solution to do it is to establish a CSD connection, use Voice Codec
> (eg. G.726 or G.729) and send data over a CSD connection. Could you
> confirm it?
>
> I wrote a VoIP/SIP application and it is easy.. but for this solution I
> would like to use CSD connection and I con not find any resources saying
> about how to establish a connection, answer and sand a data.
>
>
>
>
> Paul G. Tobey [eMVP] pisze:
>> And you want data or voice communications? I'd say that you don't want
>> to establish a CSD connection for most cases. It would seem that what
>> they're doing is adding an encryption provider in the stack that
>> processes the voice data before it actually goes out on the line. That's
>> quite different than how you'd go about doing this stuff if you want to
>> send/receive data, instead. If you're going to send data, I'd just use a
>> socket connection, somehow figuring out the address of the other end of
>> the connection, and then encrypt the data and send it over the socket...
>>
>> Paul T.
>>
>> "sp" <kofa@noemail.noemail> wrote in message
>> news:u6kpbfUCJHA.4724@TK2MSFTNGP05.phx.gbl...
>>> Operating System - Windows Mobile 6
>>> Hardware - Not specified because I need write a program similar to
>>> that - http://www.spyphone.biz/index.php?-352583337 and I can browse a
>>> telephone for this software - I thought about HTC Touch Diamond for
>>> example.
>>> Compactframework - not specified see above.
>>>
>>> So finally I need a software that establish CSD connection between 2
>>> windows mobile telephones.
>>>
>>>
>>>
>>>
>>> Paul G. Tobey [eMVP] pisze:
>>>> Hmmm. What else might we need to know in order to answer your
>>>> question? Windows CE operating system version? Device type/operating
>>>> system components included by the device OEM? Server type and
>>>> capabilities that you are trying to connect to? What programming
>>>> language you're using and what version of the Compact Framework (since
>>>> you posted to a Compact Framework group)?
>>>>
>>>> Please read this page, too, while you're at it:
>>>>
>>>> http://guruce.com/blogpost/howtoaskquestionsonnewsgroups
>>>>
>>>> Paul T.
>>>>
>>>> "sp" <kofa@noemail.noemail> wrote in message
>>>> news:uYaAgZJCJHA.1628@TK2MSFTNGP02.phx.gbl...
>>>>> How to use internal modem to making CSD connection to other modem and
>>>>> send data?
>>>>>
>>>>> CSD - http://en.wikipedia.org/wiki/Circuit_Switched_Data
>>>>>
>>>>>
>>>>> Please notice that I need CSD connection (like in old modem's times)
>>>>> not a GPRS IP.
>>>>>
>>>>> --
>>>>> Ahtung - I repeated post from
>>>>> microsoft.public.dotnet.framework.aspnet.mobile because there is more
>>>>> people I think....
>>



Re: How to use internal modem to connect to other modem and send by sp

sp
Fri Aug 29 14:56:21 CDT 2008

Paul G. Tobey [eMVP] pisze:
> No, I can't confirm that; outside my experience.

anyway...for this solution I would like to use CSD connection and I can
not find any resources saying about how to establish a connection,
answer and sand a data.


Could you help me - where to find necessary information?


> "sp" <kofa@noemail.noemail> wrote in message
> news:eRPwMrUCJHA.412@TK2MSFTNGP05.phx.gbl...
>> As far I know it is impossible to add an encryption provider in the stack
>> that processes the voice data before it actually goes out on the line the
>> only solution to do it is to establish a CSD connection, use Voice Codec
>> (eg. G.726 or G.729) and send data over a CSD connection. Could you
>> confirm it?
>>
>> I wrote a VoIP/SIP application and it is easy.. but for this solution I
>> would like to use CSD connection and I con not find any resources saying
>> about how to establish a connection, answer and sand a data.
>>
>>
>>
>>
>> Paul G. Tobey [eMVP] pisze:
>>> And you want data or voice communications? I'd say that you don't want
>>> to establish a CSD connection for most cases. It would seem that what
>>> they're doing is adding an encryption provider in the stack that
>>> processes the voice data before it actually goes out on the line. That's
>>> quite different than how you'd go about doing this stuff if you want to
>>> send/receive data, instead. If you're going to send data, I'd just use a
>>> socket connection, somehow figuring out the address of the other end of
>>> the connection, and then encrypt the data and send it over the socket...
>>>
>>> Paul T.
>>>
>>> "sp" <kofa@noemail.noemail> wrote in message
>>> news:u6kpbfUCJHA.4724@TK2MSFTNGP05.phx.gbl...
>>>> Operating System - Windows Mobile 6
>>>> Hardware - Not specified because I need write a program similar to
>>>> that - http://www.spyphone.biz/index.php?-352583337 and I can browse a
>>>> telephone for this software - I thought about HTC Touch Diamond for
>>>> example.
>>>> Compactframework - not specified see above.
>>>>
>>>> So finally I need a software that establish CSD connection between 2
>>>> windows mobile telephones.
>>>>
>>>>
>>>>
>>>>
>>>> Paul G. Tobey [eMVP] pisze:
>>>>> Hmmm. What else might we need to know in order to answer your
>>>>> question? Windows CE operating system version? Device type/operating
>>>>> system components included by the device OEM? Server type and
>>>>> capabilities that you are trying to connect to? What programming
>>>>> language you're using and what version of the Compact Framework (since
>>>>> you posted to a Compact Framework group)?
>>>>>
>>>>> Please read this page, too, while you're at it:
>>>>>
>>>>> http://guruce.com/blogpost/howtoaskquestionsonnewsgroups
>>>>>
>>>>> Paul T.
>>>>>
>>>>> "sp" <kofa@noemail.noemail> wrote in message
>>>>> news:uYaAgZJCJHA.1628@TK2MSFTNGP02.phx.gbl...
>>>>>> How to use internal modem to making CSD connection to other modem and
>>>>>> send data?
>>>>>>
>>>>>> CSD - http://en.wikipedia.org/wiki/Circuit_Switched_Data
>>>>>>
>>>>>>
>>>>>> Please notice that I need CSD connection (like in old modem's times)
>>>>>> not a GPRS IP.
>>>>>>
>>>>>> --
>>>>>> Ahtung - I repeated post from
>>>>>> microsoft.public.dotnet.framework.aspnet.mobile because there is more
>>>>>> people I think....
>
>

Re: How to use internal modem to connect to other modem and send by sp

sp
Sun Aug 31 01:14:24 CDT 2008

sp pisze:
> Paul G. Tobey [eMVP] pisze:
>> No, I can't confirm that; outside my experience.
>
> anyway...for this solution I would like to use CSD connection and I can
> not find any resources saying about how to establish a connection,
> answer and sand a data.
>
>
> Could you help me - where to find necessary information?

Anybody? Please?


Re: How to use internal modem to connect to other modem and send data? by Paul

Paul
Tue Sep 02 11:05:46 CDT 2008

As I said, I don't know anything useful for that specific thing. You can
run Google as well as I can; I don't work for Microsoft, so I can't walk
down the hall and ask someone.

Paul T.

"sp" <kofa@noemail.noemail> wrote in message
news:OYkzQFhCJHA.3396@TK2MSFTNGP03.phx.gbl...
> Paul G. Tobey [eMVP] pisze:
>> No, I can't confirm that; outside my experience.
>
> anyway...for this solution I would like to use CSD connection and I can
> not find any resources saying about how to establish a connection, answer
> and sand a data.
>
>
> Could you help me - where to find necessary information?
>
>
>> "sp" <kofa@noemail.noemail> wrote in message
>> news:eRPwMrUCJHA.412@TK2MSFTNGP05.phx.gbl...
>>> As far I know it is impossible to add an encryption provider in the
>>> stack that processes the voice data before it actually goes out on the
>>> line the only solution to do it is to establish a CSD connection, use
>>> Voice Codec (eg. G.726 or G.729) and send data over a CSD connection.
>>> Could you confirm it?
>>>
>>> I wrote a VoIP/SIP application and it is easy.. but for this solution I
>>> would like to use CSD connection and I con not find any resources saying
>>> about how to establish a connection, answer and sand a data.
>>>
>>>
>>>
>>>
>>> Paul G. Tobey [eMVP] pisze:
>>>> And you want data or voice communications? I'd say that you don't want
>>>> to establish a CSD connection for most cases. It would seem that what
>>>> they're doing is adding an encryption provider in the stack that
>>>> processes the voice data before it actually goes out on the line.
>>>> That's quite different than how you'd go about doing this stuff if you
>>>> want to send/receive data, instead. If you're going to send data, I'd
>>>> just use a socket connection, somehow figuring out the address of the
>>>> other end of the connection, and then encrypt the data and send it over
>>>> the socket...
>>>>
>>>> Paul T.
>>>>
>>>> "sp" <kofa@noemail.noemail> wrote in message
>>>> news:u6kpbfUCJHA.4724@TK2MSFTNGP05.phx.gbl...
>>>>> Operating System - Windows Mobile 6
>>>>> Hardware - Not specified because I need write a program similar to
>>>>> that - http://www.spyphone.biz/index.php?-352583337 and I can browse a
>>>>> telephone for this software - I thought about HTC Touch Diamond for
>>>>> example.
>>>>> Compactframework - not specified see above.
>>>>>
>>>>> So finally I need a software that establish CSD connection between 2
>>>>> windows mobile telephones.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Paul G. Tobey [eMVP] pisze:
>>>>>> Hmmm. What else might we need to know in order to answer your
>>>>>> question? Windows CE operating system version? Device type/operating
>>>>>> system components included by the device OEM? Server type and
>>>>>> capabilities that you are trying to connect to? What programming
>>>>>> language you're using and what version of the Compact Framework
>>>>>> (since you posted to a Compact Framework group)?
>>>>>>
>>>>>> Please read this page, too, while you're at it:
>>>>>>
>>>>>> http://guruce.com/blogpost/howtoaskquestionsonnewsgroups
>>>>>>
>>>>>> Paul T.
>>>>>>
>>>>>> "sp" <kofa@noemail.noemail> wrote in message
>>>>>> news:uYaAgZJCJHA.1628@TK2MSFTNGP02.phx.gbl...
>>>>>>> How to use internal modem to making CSD connection to other modem
>>>>>>> and send data?
>>>>>>>
>>>>>>> CSD - http://en.wikipedia.org/wiki/Circuit_Switched_Data
>>>>>>>
>>>>>>>
>>>>>>> Please notice that I need CSD connection (like in old modem's times)
>>>>>>> not a GPRS IP.
>>>>>>>
>>>>>>> --
>>>>>>> Ahtung - I repeated post from
>>>>>>> microsoft.public.dotnet.framework.aspnet.mobile because there is
>>>>>>> more people I think....
>>