We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I'm trying to setup PPP over NULL modem. Till now i can dial-in to my keil MBD2100 with LPC 2129, over a NULL modem cable in windows and get my http-server to show my index.htm.
When i setup incoming-connection in windows and use the following code, nothing happens:
<snip> init_TcpNet();
init_modem();
ppp_connect(NULL,user,pass);
while(1) { timer_poll(); main_TcpNet(); }
</snip>
Thanks
Akshat
@ Tamir,
are you using the PPP over NULL-MODEM? Are you dialing out to windows? If so, please help me with a step-by-step guide...
I'm able to dial-in into the keil board from windows using a "Direct cable connection b/w 2 comps..". But not the other way round.
Thanks and regards,