I want to make a simple UDP service in PB/DLL 6.0 to open a UDP
port, send some data, and receive an acknowledgement on the same
UDP port. I have the send working OK, but I cannot get the
receive to work. Sorry, I cannot post my code right now, since
I am not at my work computer.
I have yet to find a real example of how to use UDP in PB/DLL.
Didn't see any in my search of this forum.
The disks came with examples for TCP, but none for using UDP. I
would appreciate if any one who has this working with the UDP
SEND, RECV, etc. commands post their working example. Thanks.
Ivan Baggett
------------------
port, send some data, and receive an acknowledgement on the same
UDP port. I have the send working OK, but I cannot get the
receive to work. Sorry, I cannot post my code right now, since
I am not at my work computer.
I have yet to find a real example of how to use UDP in PB/DLL.
Didn't see any in my search of this forum.
The disks came with examples for TCP, but none for using UDP. I
would appreciate if any one who has this working with the UDP
SEND, RECV, etc. commands post their working example. Thanks.
Ivan Baggett
------------------
Comment