lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

=?iso-8859-1?Q?[RE:] Re: [RE:] Re: [lwip-users] How to test IP over PPP


From: Kishore
Subject: =?iso-8859-1?Q?[RE:] Re: [RE:] Re: [lwip-users] How to test IP over PPP =3F?=
Date: Wed, 3 Dec 2003 11:44:22 +0100

  



>         > lcp_addci: opt=8
>         > pppWrite[0]: len=45
>         > 
>         >  12433 sio_write: ~}#À!}!}!} }4}"}&} } } } }%}&4Þ_Ï}'}"}(}"W_~
>         
>         do you have debug output and ppp on the same serial?
>         the strange line above should not appear on your minicom output or
>         wherever you see the debug output
>         
>         


I just added this in my sio_write method to see what my serial port sends.

         u32_t sio_write(void * dev, u8_t * buf, u32_t size)
{
        int vLen = gpUart0->write((char *)&buf[0],size);
        LWIP_DEBUGF(PPP_DEBUG, ( "sio_write: %s\n",buf ));        
        return vLen;
}


I use BDI200 ,dcc channel as my debug output,so i m sure that it doesnt 
overlap,if it does so only one of the output would have functioned.

I have a doubt on host side anyway,
In linux we call so
"pppd /dev/ttyS0 57600 lock nodetach debug 192.168.2.4:192.168.2.3 crtscts"


In win i need to make a dial up a direct connection.Is this settings simple 
enough to just make my test ?Most of people are working with linux,would be 
nice to hear abt the setting  for windows host.Please find files attached 
showing my settings.Though it is not clear how i set the remote ip in windows.
Thanks,
Kishore

Attachment: pppsettings.jpg
Description: pppsettings.jpg

Attachment: tcpipsettings.jpg
Description: tcpipsettings.jpg


reply via email to

[Prev in Thread] Current Thread [Next in Thread]