Hi all,
I am using XM4C 129xENCPDTI (since TM4C is not available in the market) for serial to ethernet application.I have successfully developed code for serial to ethernet (one way communication) from TivaWare_C_Series-2.0.1.11577 libraries .
Now I facing following issues:
> While sending characters from ethernet side to serial i am only able to send one character at a time.I mean after sending a character , the communication disconnects and I have to connect every time after a character.
> How to send a large chunck file containing multiple characters
> characters 'h' 't' ''d' 'c' 'o'and 'p' are not working in the first try.
I am using hyperterminal for sending data from pc to controller.