Hi,
I am trying to implement very basic communication between PC and RM48 HDK through Ethernet interface. I tried following the lwIP example but I am not able to use it mainly because,
1. it needs a DHCP server (it worked when i connected it to PC through a router but not directly. It is necessary because eventually i need to communicate between 2 controllers)
2. I cant modify the index.html file without fsdata throwing an error.
So I am looking for a simple example or procedure to implement direct transfer of data from the controller to PC though ethernet interface. Just numbers or matrices.
Also what is the procedure to implement this directly from Halcogen. Because the example doesn't include .hcg file. and I am not sure what all settings have to be made on Halcogen.
Thank you,
Agraj
PS: Problem 1 is more important than problem 2 :)