I'm using the RL-TCP stack in a standalone mode. I have the Ethernet and TCP debugging set to Errors_Only in Net_Debug configuration file. Periodically, I will get some vague errors on the debug port. Is there a way to capture the errors in code (i.e. get an error event in the callback handler, perhaps??) so that I can address them when they occur? I read the RL-TCP manual and didn't see anything related to that, and I looked over most of the examples, but didn't find any either.
Thanks in advance for your constructive feedback,
Lei
I tried to use this example but he pointed out an error. showed that the library "Net_Config.h" had not been found. but I had put this library in the project folder. you know what might be the problem?
Net_Config.c isn't a library, just a configuration file. You need to make a copy of it and stick it in your project folder. Then point your project to the local copy of Net_Config.c. That's what I did, and it didn't complain of any errors.
I also tried to make it more not worked. but anyway thanks for the help.