Hello,
I am working with a RCM6700 development kit and I am using the sample code ‘TCP_to_Serial.c’. My question is if it is possible for the user to change the ip address information from the browser.For example, the source code statically sets the IP address to 10.10.6.100/24 by default. Can the user change this without having to recompile the source code or must this be set during the compile? What I would really like is to have a set of input boxes above the serial port setup for the user to modify the IP address. Does anyone know if this is possible and if so could you point me towards an example of how to modify the source code?
Thank you,