Link to home
Start Free TrialLog in
Avatar of patrickgirigorie
patrickgirigorie

asked on

Dialup with a Modem Send a Text Data To Other Party .net #C

Hi,
I am searching for some hints on how to create an application using C# and sending data over the line to the other connected party. This will be some kind of simulator where I will connect send data reconnect and resend data 100x times.

I need a starting point how to handshake (dial the number).

Thanks,
Patrick
Avatar of MogalManic
MogalManic
Flag of United States of America image

You probably want to use TCP/IP that way when the user upgrades to DSL(or other broadband) you don't have to upgrade the code.

If I remember how dialup works, it can be configured to autodial when a IP address is requested.

You need to keep the amount of data transmitted as small as possible.
Avatar of patrickgirigorie
patrickgirigorie

ASKER

This will be always dial as this is a service for dial up, what I need is a sample code how to call with a modem and send data to the other party.
ASKER CERTIFIED SOLUTION
Avatar of MogalManic
MogalManic
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial