• TCPnet and PPP
    I am using Keil TCPnet and I have an application which currently uses BSD sockets over the Ethernet interface (providing SSL Web Server and other services). I need to provide the same services over a...
  • Connection to 3G using PPP (RL-TCPNet)
    Hello I'm using STM32F407 with RL-TCPNet. My taks is connect 3G modem ( Telit, UL-865) to my device. RL stack is working fine when PC connect to my device using PPP connection ( PC-Client, device-Server...
  • TCPNet Socket Connection Issue
    Greetings, I am using the LPC2468 and TCPNet. I have created a socket like so: tcp_sock = tcp_get_sockettcp_get_sockettcp_get_socket (TCP_TYPE_CLIENT_SERVER, 0, 120, tcp_callback); if ...
  • TCPNet PPP sometimes fails
    I am using RL-ARM TCPnet in an attempt to set up a PPP connection to Windows XP. Sometimes it all works well; i can connect to my device and i can normally exchange tcp packets. Other times, ppp links...