• Telnet
    I currently use a serial port to access a shell on my embedded controller. I have purchase RL-ARM and I have started to use the Telnet server provided. Unfortunately this seems to be only line based...
  • MCB2300 TCPnet application with RTX not working
    Hi ! I'am compiling a TCP application based on the http demo. My problem is that the application is not responding to ARP request, as it if was dead. Indeed, I've put a led toggle in timer_task and...
  • RL-TCPnet: Processing commands in a Telnet session
    My board has a Flash card (SD type) and an Ethernet interface. I want to run a Telnet client on my PC and transmit some command like DELETE file, TYPE file and others. All command are processed by function...
  • Telnet Timeout
    How to change telnet default timeout through API's Thanks in Advance
  • Telnet Client
    Hi, I'd like to implement a telnet client in a STR912 chip to connect it to a telnet server. Unfortunaly I can only find telnet servers in the TCP/IP librairies and I really don't know how to create...