Guest
#2983151
hello forum, I am trying to send an UDP packet (contains only "TEST" string) from STM32 to VB6 winsock I can see packets going with wireshark software however winsock data_arrival subroutine never gets called ( if I send from laptop winsock to PC winsock or vice versa UDP packet is received OK ) I am suspecting that I cannot calculate UDP checksum correct in google every single example calculates the UDP checksum different way my question , has anybody a correct algorithm for UDP checksum ? ( which he has tested to be true ) thank you
