Hi all,
I've recently started a project in which i need to interface TM4C1294XL board with the PC over Ethernet. i don't have a background of networking so i'm finding difficulty to understand the way to write the code to make it work. I've read about networking and have gathered all the necessary details of the interface as well but i'm not getting the way of how to put them all together.
My application is: I want to interface TM4C1294XL with my PC over Ethernet using TCP/UDP protocol and i just need to send RAW data like numbers only which i need to display on PC on TeraTerm or Docklight on PC sort of hyperterminal.
The application may seem easy to you all but i've never done this before so i'm finding a little difficulty in framing it all together. Any help will be appreciated.
I'm posting on the forum for the first time so please let me know if any more information is needed other than this.
Note: i've read the LwIP RAW api document so i know all the function and there work, all i need is a "working code or a sample code" which i can use to understand how to frame it all together, i went through the examples provided in TIva Software series as well but they all are HTTP server client based which doesn't fulfill my purpose. Please Help me out.