dfwise
Jul 27 2009, 09:31 AM
Hello,
I need to broadcast a short UDP message to a server from a CS1G/H-CPU45's ETN21 card. The card is in slot 8 on the main rack, is marked as unit 1 and the addresses start at 1525. What is the bare minimum I need to send this message? I do not need a reply from the server.
I've been looking in the manuals and I saw that there are 4 different UDP messages (Open, Send, Receive, and Close). Do I need to open the port before I can send or can I just send the message and put in the broadcast address? The server is set up to look for a broadcast so it does not need to be addressed directly.
Any help would be greatly appreciated.
dfwise
Jul 28 2009, 07:07 AM
Thank you! I will try it and let you know what happens.
PdL
Jul 30 2009, 05:09 PM
QUOTE (Jay Anthony @ Jul 30 2009, 07:49 PM)

Awesome Documentation,
PdL:! 
Thanks Jay. I never use socket services myself actually so these topics are a good opportunity to learn a bit more myself too without really trying it. Just as if I was standing in the topicstarters shoes... Now let's hope I didn't set him off on something that doesn't work
dfwise
Aug 4 2009, 08:26 AM
I haven't had any luck yet but I think we are having some network issues as it is. I'm going to try some changes and if that doesn't work I'll post my code and see if anyone finds anything wrong with it.