RMIR: Prototype IR function in RM
Moderator: Moderators
The JP1-parallel port code is not out of date, only the jp1.2/3. xnappo has brought that up to date now.
The JP1 parallel port code in RM-IR is relatively untested in that it there aren't many users of it, and even less Linux users. However, I used the IR source to create it, so I feel very confident that it is as good as the IR code.
Also, I've used it with my 6131s on both Windows on Linux.
I'll have follow up on that thread about the Dish Network Compo protocol later.
The JP1 parallel port code in RM-IR is relatively untested in that it there aren't many users of it, and even less Linux users. However, I used the IR source to create it, so I feel very confident that it is as good as the IR code.
Also, I've used it with my 6131s on both Windows on Linux.
I'll have follow up on that thread about the Dish Network Compo protocol later.
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
RM v1.90 is now available, with support for editing that duration/repeat byte as a device parameter, rather than manually adjusting the generated protocol code. There's also a number of other RMIR fixes and enhancements.
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
We have the source, and if there is a need it can be made available to anyone. But we make an effort to keep the source away from prying eyes to protect UEI's intellectual property. They've been relatively supportive of us, so we try not to do anything that would jeopardize that.StephenR0 wrote:Another area of concern is the parallel port access routine. The source doesn't seem to be available
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Thank you for the new version. I'll certainly test it. I don't need the source for anything specific. I just got the impression that it wasn't being maintained. On this subject, I discovered that I spoke too soon about being able to upload to my remote. It says it uploaded successfully, but it happens suspiciously quickly. Testing the result more fully shows that it didn't really get the job done. I need to research this more fully. I was able to upload with IR with Wine, so the hardware seems to be ok.
Steve
Steve
I'll double check the version of the JP1 Paralled ilbrary that's getting shipped. I had an early debug version where the upload code was disabled, and maybe that's what's included in the zip file. But it may be a couple of days before I can do that.
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
An updated version of the jp1 parallel port binaries is available here.
All RMIR users that use a parallel port JP1 interface should use this update, whether running under Windows or Linux (32-bit).
I'll be releasing a new version or RM/RMIR in the next few days that will include this, the new jp12serial binaries available here, and a few other things.
If things workout, I may even have support for 64-bit Linux by then.
All RMIR users that use a parallel port JP1 interface should use this update, whether running under Windows or Linux (32-bit).
I'll be releasing a new version or RM/RMIR in the next few days that will include this, the new jp12serial binaries available here, and a few other things.
If things workout, I may even have support for 64-bit Linux by then.
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
No, RMIR doesn't read after writing and compare to make sure it matches. I didn't know IR does that. I now see IR has a "Verify writes" option. I can certainly add that.
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Thanks Greg - I think that is a good idea - and is probably why Stephen noticed it is faster. I know my remote will sometimes not write correctly if the batteries are low..gfb107 wrote:No, RMIR doesn't read after writing and compare to make sure it matches. I didn't know IR does that. I now see IR has a "Verify writes" option. I can certainly add that.
xnappo
-
tennessee titan
- Posts: 117
- Joined: Tue Nov 18, 2008 4:17 pm
"How to get it? If you are an RM user, you probably already have it. It is part of RM. To try it out, please make sure you have the latest version of RM (make sure you've followed the installation instructions), then open a command line, switch to the directory in which you installed RM and issue the command
Code:
java -jar RemoteMaster.jar -ir"
This is fine for those of you who program for a living. Really doesn't mean much to me (and I suspect to a lot of others).
Is there a way to make it easy (like selecting a menu item)?
Code:
java -jar RemoteMaster.jar -ir"
This is fine for those of you who program for a living. Really doesn't mean much to me (and I suspect to a lot of others).
Is there a way to make it easy (like selecting a menu item)?
-
tennessee titan
- Posts: 117
- Joined: Tue Nov 18, 2008 4:17 pm