How enable TELNET server in CF Lite code?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How enable TELNET server in CF Lite code?

917 次查看
TVNAIDU
Contributor III

I can see TELNET_SVR debug switch in CF Lite code (I couldn't find where that switch was enabled), how to enable TELNET Server any idea?.

 

Thanks in advance.

标签 (1)
0 项奖励
回复
1 回复

388 次查看
scifi
Senior Contributor I
I don't know much about ColdFire Lite, but I do know that 'telnet' is little more than a TCP session with text flowing in both directions. Telnet clients normally provide terminal emulation, but you probably don't need that. So if ColdFire Lite (like any TCP/IP stack) provides means to accept TCP connections and send/receive data through them, then you are fully equipped to make a 'telnet server.' Listen for connections, receive text commands, interpret them, send responses. It's up to you.
0 项奖励
回复