JP1 Remotes Forum Index JP1 Remotes


FAQFAQ SearchSearch 7 days of topics7 Days MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in

RM-IR on OS X Yosemite
Goto page 1, 2  Next
 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> JP1 - Software
View previous topic :: View next topic  
Author Message
ruidosobruce



Joined: 04 Jan 2015
Posts: 91
Location: New Mexico

                    
PostPosted: Tue Jan 06, 2015 8:07 pm    Post subject: RM-IR on OS X Yosemite Reply with quote

Earlier this year, on my Mac, I used RM-IR to program several JP1 remotes over USB cables: several URC 6131 and several 1067 Comcast JP1.3. Everything worked great. Now, about a year later RM-IR v2.02a cannot talk to either of them. What changed in the interim is that OS X Mavericks upgraded to Yosemite, and Java upgraded to 1.8.0_25.

I have upgraded all the drivers as recommended by FTDI and Prolific, but neither cable works now. It looks like RM-IR and/or Java cannot see the port. Download and upload in RM-IR are greyed out. Raw download reports "No Remotes Found!"

The RM-IR v2.02a file with Java 1.8.0_25 work fine under Windows XP.

Anyone have any ideas?
Back to top
View user's profile Send private message
3FG
Expert


Joined: 19 May 2009
Posts: 3365

                    
PostPosted: Tue Jan 06, 2015 8:39 pm    Post subject: Reply with quote

This article discusses how the FTDI drivers have been replaced by Apple's own driver in both Mavericks and Yosemite. So it may not be exactly correct for your problem. But I suspect it is worth a try.
Back to top
View user's profile Send private message
ruidosobruce



Joined: 04 Jan 2015
Posts: 91
Location: New Mexico

                    
PostPosted: Wed Jan 07, 2015 10:25 am    Post subject: RM-IR on OS X Yosemite Reply with quote

Thanks 3FG. I had previously seen that article and followed the recommended steps. I think the serial drivers and /dev ports look right on my Mac, serial number and other. And, I can connect to the FTDI port with a terminal program CoolTerm written in Cocoa. It just looks like Java is not allowing the port for RM-IR.
Back to top
View user's profile Send private message
ruidosobruce



Joined: 04 Jan 2015
Posts: 91
Location: New Mexico

                    
PostPosted: Tue Jan 13, 2015 6:18 pm    Post subject: Workaround Reply with quote

Problem solved with a workaround. RM-IR doesn't run on my Mac under Yosemite and Java 8. I disabled Java 8 and installed legacy Java 6 and it runs fine. There is a good video of that process at
https://www.youtube.com/watch?v=ZNFu4Ewryf0X
Back to top
View user's profile Send private message
ruidosobruce



Joined: 04 Jan 2015
Posts: 91
Location: New Mexico

                    
PostPosted: Sat Jan 17, 2015 4:06 pm    Post subject: RM-IR on OS X Yosemite Reply with quote

I have found that RM-IR also works correctly in Yosemite with Java 7 installed with jre-7u72-macosx-x64.dmg which can be downloaded from:
http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html
Back to top
View user's profile Send private message
Barf
Expert


Joined: 24 Oct 2008
Posts: 1402
Location: Munich, Germany

                    
PostPosted: Sun Jan 18, 2015 8:16 am    Post subject: Reply with quote

The problem appears to be the loading of the jni libraries. I can also reproduce the problem with IrScrutinizer.

It appears that Apple and/or Oracle change the "preferred" extension for these libraries, from .jnilib to .dylib. I just tried with RMIR, and yes, renaming libDecodeIR.jnilib to libDecodeIR.dylib makes DecodeIR found again!

Possibly RMIR should be rewritten to search for both extensions? (Presently it takes it from System.mapLibraryName.)
Back to top
View user's profile Send private message Send e-mail Visit poster's website
mathdon
Expert


Joined: 22 Jul 2008
Posts: 4515
Location: Cambridge, UK

                    
PostPosted: Mon Jan 19, 2015 10:52 am    Post subject: Reply with quote

Barf wrote:
Possibly RMIR should be rewritten to search for both extensions? (Presently it takes it from System.mapLibraryName.)

I have added the following code into the LibraryLoader:

Code:
      String mappedName = System.mapLibraryName( libraryName );
      if ( osName.equalsIgnoreCase( "Mac OS X" ) )
      {
        int dot = mappedName.indexOf( '.' );
        if ( dot >= 0 )
        {
          String base = mappedName.substring( 0, dot );
          String extn = mappedName.substring( dot );
          if ( extn.equalsIgnoreCase( ".dylib" ) )
          {
            mappedName = base + ".jnilib";
          }
        }
      }
      File libraryFile = new File( libraryFolder, mappedName );

I am unable to test it but I think it should resolve the problem. If I've got something wrong, please let me know. I will post this to the SVN and post a new RMIR that includes it shortly.
_________________
Graham
Back to top
View user's profile Send private message
mathdon
Expert


Joined: 22 Jul 2008
Posts: 4515
Location: Cambridge, UK

                    
PostPosted: Tue Jan 20, 2015 10:47 am    Post subject: Reply with quote

Please see this announcement of RMIR v2.03 Alpha 28. It includes this fix and a number of other improvements, too.
_________________
Graham
Back to top
View user's profile Send private message
ruidosobruce



Joined: 04 Jan 2015
Posts: 91
Location: New Mexico

                    
PostPosted: Tue Jan 20, 2015 8:13 pm    Post subject: RM-IR on OS X Yosemite Reply with quote

The updated version of RMIR that was just posted seems to work fine under Java 8 on OS X Yosemite. I installed the latest version of Java 8 Release 31 (jre-8u31-macosx-x64) and RMIR v2.03 Alpha 28 and had no issues.

While RMIR worked well for me under Java 6 legacy version, there are other security issues with Java 6. Running under the latest Java updates is recommended.

Thanks to everyone who helped sort out this problem, with a special thanks to Mathdon for the changes to RMIR.
Back to top
View user's profile Send private message
sti491



Joined: 04 Jan 2015
Posts: 176

                    
PostPosted: Fri Jan 23, 2015 2:52 pm    Post subject: Newbie trying to get extended RCR RCRPO5B using RM on Mac Reply with quote

Essentially I am having the same problem as the OP not being able to connect my MacBook Pro Yosemite 10.10.1 to my RCA remote using a new USB to TTL Serial Cable Adapter FTDI Chipset FT232 USB Cable.

I used this color wire to pin connection:
The JP1.3 pinout by color is:
[1] Empty
[2] Yellow (Yellow)
[3] Black(Black)
[4] Green(Green)
[5] Empty
[6] White(White)

Downloading the latest RM version and the latest Java 8 Release after reading this thread I thought my troubles were solved. But nope, I am still not quite there:

I hit "download remote" and it appears to be working (led's on the cable plug are firing, the wait bar in RM looks like it is processing).... then, bam!.... error message that essentially says:

"Error downloading from remote" This may well be the result of a bug in the RMIR software. Please do a raw download as follows. Close RM, re-open, click "Raw Download". Download it, save it to the default file name shown and post it in the JP1 software forum for the experts to examine.

The raw download produces a spreadsheet-like file I can scroll down. Every cell that I can see has "00" in it. When I attempt to download and save it I do not see any file name, nor can I tell where it went, partly because I don't know the file name.

Not sure what to do next.

Please be patient as I am a rank new user to all this, learning as I go. Thanks in advance for any help you can provide.

Apologize in advance if this is a "double post" of sorts. I was just trying to follow instructions from latest version of RM.
Back to top
View user's profile Send private message
ruidosobruce



Joined: 04 Jan 2015
Posts: 91
Location: New Mexico

                    
PostPosted: Fri Jan 23, 2015 7:40 pm    Post subject: Reply with quote

The pinout you used works well for me for the JP1.3 connector over the FTDI cable. So, now check your driver.

Go to: Apple / About this Mac / System Report.. / USB / FT232R UART
Hopefully you will see something like this:

FT232R USB UART:

Product ID: 0x6001
Vendor ID: 0x0403 (Future Technology Devices International ...
Version: 6.00
Serial Number: A9E19F3V
Speed: Up to 12 Mb/sec
Manufacturer: FTDI
Location ID: 0xfa130000 / 6
Current Available (mA): 500
Current Required (mA): 90

If not, check the installation of the FTDI driver.
Back to top
View user's profile Send private message
ruidosobruce



Joined: 04 Jan 2015
Posts: 91
Location: New Mexico

                    
PostPosted: Fri Jan 23, 2015 7:48 pm    Post subject: Reply with quote

I should also say that if I plug my RMIR and that cable into one of my JP1 remotes, I get exactly the same RMIR messages that you got.

I there a chance that your RCA remote is not fully JP1.3?
Back to top
View user's profile Send private message
sti491



Joined: 04 Jan 2015
Posts: 176

                    
PostPosted: Fri Jan 23, 2015 10:49 pm    Post subject: Reply with quote

Thanks for your help. When I go to : Apple / About this Mac / System Report/ Hardware/USB…. I see a lot of various USB stuff like "High Speed Bus", "Face time camera" with detail in a format like you show for FT232R USB UART, but it is not included there. Is it under Hardware/USB? Somewhere else I am missing perhaps?

The RCR RCRPO5B is fully JP1.3 from what I understand.

How do I check the installation of the FTDI driver? Are there specific steps I need to go through to load that driver on my MacBook? I think you are right, I don't have it.
Back to top
View user's profile Send private message
ruidosobruce



Joined: 04 Jan 2015
Posts: 91
Location: New Mexico

                    
PostPosted: Sat Jan 24, 2015 1:00 am    Post subject: Reply with quote

In Apple / About this Mac / System Report / Hardware / USB…. you should see the FT232R under one of the two Hubs, depending on which USB slot you have the cable plugged into.

If you don't see it, download and install the FTDI driver from:
http://www.ftdichip.com/Drivers/VCP.htm
Back to top
View user's profile Send private message
sti491



Joined: 04 Jan 2015
Posts: 176

                    
PostPosted: Sat Jan 24, 2015 10:37 am    Post subject: Reply with quote

w00 w00...Got it! Had to load the driver. Piece of cake. Now I'll try loading the extender to see if I can transfer some macros to my H900. Actually, just by programing the RCA using the buttons it's a decent back-up to mt H900 as is. Thanks for all the help.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> JP1 - Software All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

Powered by phpBB © 2001, 2005 phpBB Group
Top 7 Advantages of Playing Online Slots The Evolution of Remote Control