Tool/software: Linux
Hey,
We are trying to port a modbus tcp/ip application on the TIVA C. We have modified the enet_lwip example code by adding functions from the raw tcp echo code from the LWIP stack on github. We are therefore able to receive TCP/IP packets when we use a packet sender, and are able to echo it back. We need to now port it with the Modbus tcp/ip stack from github so as to configure the tiva c as a client (master). Could you please help us?
Also:
a) Should we use an OS such as Contiki, because as of now we are using the tiva-c repository available on github.
b) Since the modbus tcp/ip stack using files such as arpainet and netinet which are for linux, how do we change this for the tiva c board.
Thanks