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
Ya that could work, but still that would have to be done on the board itself, or will have to rip the cable apart(not possible), to bridge the lines.
Thanks and regards,
Why modify an expensive board, when you can rip apart and modify a dirt-cheap cable? Or you could even build a new cable from scratch.
Remember that the cable may be project-specific, but you may use the board for other projects too.
:)
YUP point noted!
Thanks for the help.
Regards,
Well i put some debugging into place and the NULL modem connects and modem_is_up() returns true, but after that windows shows no activity! so i assume that PPP is not able to negotiate to windows xp. What can be wrong on that front? suggestions?
<SOLVED>
Stopped the "SERVER" service under Windows XP"