Abstract:An implementation of Telnet server for non-os embedded system is proposed in this paper. User is able to log in to the target embedded system through Telnet client program in local computer, and remote debugging and controlling can be realized. The designed Telnet server is divided into two modules: server module and shell module. Server module handles connection requests of clients and negotiates options, while shell module is responsible for processing the interactive data.