Page 1 of 1

Asndhex Repeat Commands

PostPosted: Wed 16. Feb 2011, 15:13
by rhodesy22
Hey,

I'm using the TCP/IP interface to learn and send HEX commands.

I'm successfully learning the repeat codes (it's only giving me the code when I release the button) - however when I send the code, it only sends the code once.

Using the IRTrans Remote software, I can learn and send successfully.

I'm using Alearn M1,RC,W15 and Asndhex LB,H..

Any help would be much appreciated.

Thanks

Luke

Re: Asndhex Repeat Commands

PostPosted: Wed 16. Feb 2011, 15:26
by IRTrans
Hi,
any code will only be sent once - to repeat codes you will need to send them multiple times.
The GUI Client does it the same way.

That is for security reasons - otherwise a software crash might damage your hardware.

IRTrans

Re: Asndhex Repeat Commands

PostPosted: Wed 16. Feb 2011, 15:29
by rhodesy22
Thanks for the quick reply.

The IRTrans Remote sends it in the exact same manor it's learnt though.

I'm testing with volume up. And when you press it, it sends a command, then there's a delay, then it sends more increment commands.

The IRTrans Remote the sends this in exactly the same way - with the initial command, a delay, and then the additional increment commands

Re: Asndhex Repeat Commands

PostPosted: Wed 16. Feb 2011, 15:52
by IRTrans
Hi,
that is correct, however this is handled by the client. Irremote.exe does the repeating of the IR codes.

If you are writing your own application you need to implement that in your application.

IRTrans