Dear all,
Is there any telnet example project that I could import by for CCS 5.4?
My chip is TM4C129ENCPDT.
Thanks, Tu
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear all,
Is there any telnet example project that I could import by for CCS 5.4?
My chip is TM4C129ENCPDT.
Thanks, Tu
Hi,
Supposing the interface is Ethernet - there is one example in Tiva/third_party/uip-1.0/apps/telnetd.
Another possible one to look at (although is not specifically for your micro:
SW-9453/boards/ek-lm3s9d92/qs-adventure/enet-if.c // Ethernet telnet interface for the game
Petrei
Hi Amit,
Can you help me out a bit here. I want to take the Telnet code from this example. However, I don't have much experience with RTOS. Can you help me in sorting out which code to bring in and which not? I also don't want the "serial" code. Thanks.