Hi all,
sorry to ask although there are already some posts about the topic but I'm not an expert as all the users that have already posted.
I'm currently using a TM4C1294XL kit board and I already did the code to use UART0 to communicate with the computer. I'm able to display a menu on my putty prompt and tip yes/no to launch the main code on the board. I would like now to replace this communication by a telnet. I already tried to find some information and I found the telnetd code in tiva-c/third_party/uip-1.0/apps/telnetd/. However this code is absolutely not documented and I admit that I'm not able to see how to integrate this code to replace my UART0 to PC communication.
I just need to do a simple telnet from the PC to the board. Display a menu on the shell prompt, tip yes or no and then launch the main code on the board. Then the board will send and display on the prompt some calculation result in a basic form (no graphics, only character lines).
Actually I have two questions :
- Does the ethernet onboard really need an external 25MHz oscillator as I have read in some example ? This external oscillator is not used in all example ...
- How to include the telnetd in an existing code ? I mean I don't see even how to start coding this as there is no documentation ... Does anyone have a concrete example ? Apparently some tips are given in the ser2enet example but where can I find it ?
Thanks for your help
Nicolas