Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 3 matches

by Blink
Thu Aug 19, 2010 3:47 pm
Forum: Feature Requests
Topic: USB-UIRT mod
Replies: 3
Views: 4119

Re: USB-UIRT mod

Yeah, a lot of IR code formats have standard frequencies -- NEC runs about 38K, Sharp ~40K, etc. -- so it's mostly do-able to convert back to Pronto-hex. It'll have to do until I learn more.
by Blink
Tue Aug 17, 2010 10:41 pm
Forum: Feature Requests
Topic: USB-UIRT mod
Replies: 3
Views: 4119

Re: USB-UIRT mod

Answering my own question... *sigh*

No, won't work. In regular recieve mode, the USB-UIRT plugin only gives the PWM data -- the carrier has been stripped out. Fine for the decoder plugin, but not for applications where you care about the carrier frenquency.
by Blink
Tue Aug 10, 2010 4:21 pm
Forum: Feature Requests
Topic: USB-UIRT mod
Replies: 3
Views: 4119

USB-UIRT mod

I am wanting to do some scripting with IR hex data. Is such a thing possible?

Within the configuration screen of USB-UIRT's transmit action, you can learn an IR code and can copy and paste the hex data. I'd like to get that data as an event payload.

I'm just starting to learn python, and so far ...