Part Number: TM4C1294NCPDT
Hello everyone,
I have used TI example enet_uip , I have modified webserver(HTTP) to TCP/IP transmission, it's working very well for sending one frame at a time,
But, our application has 14KB of raw data, the all 14KB must be send (server-tm4c1294) at an one enquiry, (from client-pc) (i.e, 14 Frame, 1460bytes/frame), This is not at all possible in enet_uip example,
pls, is there anyone attempt the same problem?
pls, if you known , share any link for TCP/IP raw data transfer. (examples)