TCP/IP on TAPI
-
Hi, Guys, I want to implement TCP/IP stack over TAPI connection - can neone guide Sameer
-
Hi, Guys, I want to implement TCP/IP stack over TAPI connection - can neone guide Sameer
What TSP are you using? I'm assuming you are using a modem which makes it likely that your TSP is the unimodem driver. Why do you need TCP/IP, won't standard serial communication do the job? Michael :-) Errata 1: p. 154, section 'Defusing'. For 'red wire' read 'blue wire'.
-
What TSP are you using? I'm assuming you are using a modem which makes it likely that your TSP is the unimodem driver. Why do you need TCP/IP, won't standard serial communication do the job? Michael :-) Errata 1: p. 154, section 'Defusing'. For 'red wire' read 'blue wire'.
Hi, No i want to implement TCP/IP like RAS but they are both Win98 Sameer
-
Hi, No i want to implement TCP/IP like RAS but they are both Win98 Sameer
Well, you shoud configure one of the machines (and only one) as a RAS Server. Launch the explorer, go to the Dial-up folder and you'll find a link to the RAS Server configuration dialog in the "Connections" menu. Once you're done with this, the client app should initiate a RAS connection with
RasDial
and all that stuff (you can do it non-programmatically, of course). When the connection is established, both programs can communicate with TCP/IP using the regular Winsock procedures. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo