Link to home
Start Free TrialLog in
Avatar of digi123
digi123

asked on

Two Modem Communciation in any C# and JAVA with out internet connection

Hello
I have a new required functionality. that is
Develop a Client server application that will communicate using a normal modem with out connecting to internet.(Client with a PC and modem will dail the number of server it will be a PSTN number (Not an ISP like thing) and the server with modem will recieve the call and receive some data and return results).

Direct communication like hyper terminal. no connection to internet.

i have tried TAPI(C#) and JTAPI (java) but dont get sucess.


please help
Best Regards
 
Avatar of Jens Fiederer
Jens Fiederer
Flag of United States of America image

Have you tried the "Serial Communication Application Sample" Microsoft provides with its .NET Framework samples?
 

ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/dv_fxsamples/html/27830a89-5b80-4f85-bde8-e146ae37035c.htm
Avatar of digi123
digi123

ASKER

Hello Thanks JensFiederer

I dont get is this

"ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/dv_fxsamples/html/27830a89-5b80-4f85-bde8-e146ae37035c.htm"

how to understand this

regards

That is the pseudo-URL you get when you are in Visual Studio help.

If you are in VS2008 help ("Microsoft Document Explorer") and type that into the textbox at top, it should take you right to the article.  Or, if you have a different installation, you could google it.
ASKER CERTIFIED SOLUTION
Avatar of digi123
digi123

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