why winsock cannot get my UDP packet ?
Posted on December 28, 2012 at 15:01 #include ''stm32f4xx_conf.h'' #include ''ethernet.h'' #include <stdio.h> #include <string.h> //source IP #define S_IP1 192 #define S_IP2 168 #define S_IP3 1 #define S_IP4 100 //dest IP #define D_IP1 ...