Hi,
In debug mode I want to log events using the UDP Debug feature. For this I modified the following
in <bsp_sys.h>
#define BSP_STDIO_PORT "/udpdb/0"
#define BSP_UDP_DEBUG_PORT 12345
in <bsp_drivers.h>
#define BSP_INCLUDE_UDP_DEBUG_DRIVER TRUE
For each event I want to log I added a printf("...");
I rebuilt the BSP & application, but in the UDPDB tool nor in the ESP UDP Window, I don't see any messages coming in.
I use a ConnectME and Net+OS 7.5
What did I overlook?
Thanks for your reply,
Kris