IR learner
Kenny
Posts: 209
Has anyone used the USB-UIRT device to capture IR?
I would hope that at minimum it would capture and have a way to copy the hex codes out so that I can paste them into IREdit.
I found another product at www.engo.com that will capture directly to IREdit but can't find anyone who has used this product.
Thx
I would hope that at minimum it would capture and have a way to copy the hex codes out so that I can paste them into IREdit.
I found another product at www.engo.com that will capture directly to IREdit but can't find anyone who has used this product.
Thx
0
Comments
If an AMX IRIS is not available, the ENGO product is a great alternative. I have used both in the past and they work great.
Simon
Simon
From my quick tests it seems to work just fine with the software from the uirt site.
Just capture, copy the hex out and into IREdit, done.
Wish I had one of these years ago.
Thx everyone for the replies.
I have the IR file (IRL files only) manipulation working (i.e. insert, change and delete) already and have seen that the software captures & displays the pronto hex , I just need to marry the two together and actually test it with a real unit.
I'm not sure if I'm feeling up to the challenge yet, but I may have the program also transfer the IR file to an AMX device; aside from that, any other ideas / suggestions?
P.S. - the program will be free in terms of monetary cost, however it will be closed source.
Somewhat disappointing that it will be closed source, I made a program to dump irl files to html files with ccf formatting years ago and made it open source, I'll see if I can dig it up and make the conversion the other way as well, at the time I had to reason to go from anything else > AMX.
I wonder if what you are basing your functions on is a derivative of my work.
J
What I do find funny though is that you'd assume that my project is a derivative of yours just because I'm dealing with IRL manipulation. That's about as asinine as someone saying the answer to a math problem is 6, showed their work and used 3+3. They then speculate that because anyone who doesn't show their work used their amazing skills and used 3+3 instead of 3 x 2. It's not just funny, but a little rude to be honest.
The newest version of the software on the website (v1.04) fixes the issues with the cut and paste into code, though you do need to switch your keyboard to US for it to properly use the keyboard shortcuts. (which takes all of 10 seconds and then ever less to change back and forth)
I use this exclusively now and haven't used the IRIS in years.
Enjoy...
http://www.youtube.com/watch?v=_K0bz6EUUFk
Nice work!!
There's a lot to do, but the groundwork is there . . . but we'll see how far I get before any roadblocks are put in place.
That is to say, put out a simple first release. Enhance as convenient. Also, it's harder to stop something that is small and already out and popular than something that is coming that is huge and worrisome... not that any company we know ever tries to stop anything...
I ordered a USB-UIRT today from Amazon, it said it was their last one...
Let me urge you guys though - don't go running out buying this thing prior to me releasing my software. I had a fair amount of the code written prior to getting the UIRT, so I had a head start when I got my unit on Saturday. From here, I've got a large hill to climb prior to releasing even a beta. I'll definitely keep everyone posted.
From http://imgs.xkcd.com/comics/the_general_problem.png
(permission given on the page) http://xkcd.com/
Always a treat at xkcd.
http://www.lmgestion.net/@en-us/4/22/60/article.asp
To use it for intake for AMX, follow the directions for capture to a button, then copy/paste the learned result from their window to your IREDIT hex input window. A little side-steppy for lots of use, but it works right now, free.
UPDATE: This application installs a start link in your startup folder. It does not appear to need to do this, and it wants to phone home. It appears to work with the startup link deleted. Just FYI.
PM me for details.
Sent from my iPhone using Tapatalk
Bit of a difference between creating hex to import and actually building the file in AMX format. I don't mind doing that as a last resort, but I find the extra step annoyingly tedious.
As we can see, there are several options out there for IR learners, we're (I'm) just limited by what kind of API there is. I'm not one for round-about hack-jobs using macros to copy and paste the Pronto hex into IREdit.
http://www.hifi-remote.com/forums/viewtopic.php?t=9405&postdays=0&postorder=asc&&start=60
have been looking for an affordable IR learner for quite some time, bought this for something like 40 bucks, its a small usb dongle (highly portable). You just instal the driver and the software (IR scope). I didnt read the manual, and I had good HEX codes in IRedit within 20 seconds of installation. They shipped to Canada quite fast too.
Personally, I wouldn't imagine going to site to program anything without having a RS232-USB converter in my bag. There are too many pieces of gear that still require it. Even if it's listening in on a RS232 device for debugging purposes or testing. So, you really would have that cable regardless. JMO.
Also, if you're using the original GC software, captured data is automatically placed on Window's clipboard. So, CTRL-V is all you need in IREdit once a function is learned. You don't need to CTRL-C...switch applications....CTRL-V. Capturing a handheld is fairly quick once you've got the hang of it.