Page 1 of 1

repeat receive with c# managed wrapper

PostPosted: Fri May 11, 2007 8:37 am
by tomhog
Hi

I've been using the usbuirt managed wrapper to create a macro app in c#. I've had no problems with learning and transmitting codes but have run into problems using the receive callback event.
This event returns a compressed code which cant be re transmited so the idea of the user writing their macro using there remote is not possible unless I add additional learn function, which also finds a receive code to compare with the learnt pronto code.
I tried this last night only to discover that with the managedwrapper you can only receive a single button press but no repeat. This makes both the learn and the macro functionality impractical.

Is their a way to allow the receiving of repeated codes?
Is there a way to convert pronto codes to the compressed format for comparison?

Many Thanks

Thomas Hogarth

PostPosted: Thu Jul 23, 2009 12:30 am
by rameesr
can you post your code?

PostPosted: Sun Mar 06, 2011 11:49 pm
by mfmanca
I cannot understand the relation between the code I receive and the one I have to transmit.
What do u mean by "compressed"?
Is there a way to transform it into one that can be transmitted?