Page 1 of 1

IRTrans UDP interface

PostPosted: Tue 8. Jul 2008, 13:40
by testpilot
Hi Everybody!

I have a question about sending information through the UDP interface.

How could I send this information through a C# component, and what are the different parts of the UDP command.

snd<remote>,<command>, [l<led>],[p<port>]

remote are the modules name
command are the command name for the module.

what are the led and port?

How can I send this command in C#

Re: IRTrans UDP interface

PostPosted: Tue 8. Jul 2008, 18:55
by IRTrans
Hi,
LED is the LED to use on devices with multiple outputs.
Port is the UDP port where the result of the operation should be sent to.

The whole thing is an ASCII string.

Please consult the .NET documentation or MSDN to see how to send via UDP using C#-

IRTrans