UDP problem with HD210
Hi, all, Thank you for visiting this topic. I have been having hard time to use UDP to control a HD210. I have tried both the recommended Brightscript and Brightauthor and non of them works. Here is the situation using brightauthor: I am now sending UDP signals from computer to HD210 and I connected them with ethernet cable, which means it is just a local network. I have set the UDP receiving port and sending port on HD210 through Brightauthor. I have set the UDP receiving port and sending port on my computer terminal program. On my computer, I use Unity3d, which can do C# programming. I use a very basic C# UDP program for the communication, and that program works for computer communications. For the IP address, I just use "255.255.255.255" to broadcast. I checked my logs on the brightsign: It shows "UDP Event play", which I suppose it certainly gets my commands. At first, I thought it might be transmittion problem or extra characters, but I change a small part of the script to log the end point of the message and it shows the message is totally pure without any unreasonable characters. The log also shows the exact words I sent. So, briefly, the log shows the message I sent by UDP, but just no response on brightsign. And of course, the response should be transition to another video, which is just from the starting kit. After trying for several times, I still can't figure out why. Please help~ Thank you very much.