-
dave
Hi,
I have written a small program on windows that creates a simple UDP packet and sends it to a specified port.
I have created a listener program that verifies that sender program creates the packet properly.
However when I try to use netreceive to get the packet nothing happens!!
I just use the tutorial example of
|netrecieve| ---|print m|
which works fine when I use the netsend example with PD.
Has anyone any ideas about what Im doing wrong? ( I end the packet with a semicolon and a newline separator ie ;\n )
Thanks
Dave