<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Just further to my last email.<div><br></div><div>I plugged the IC-7200 in and tried Download from Radio and immediately got a download. I have another driver for that radio installed however, from this information:</div><div><br></div><div><blockquote type="cite"><h4 style="font-family: Times; "><font face="Arial, Helvetica, Geneva, Swiss, SunSans-Regular">Where can I get a Mac driver for my ICOM IC-7200, IC-7600, IC-9100, Kenwood TS-590S, Elecraft KX3 or Ten-Tec Eagle USB direct connect ?</font></h4><p style="font-family: Times; "><font face="Arial, Helvetica, Geneva, Swiss, SunSans-Regular">The USB/UART Bridge chip inside the Icom and Kenwood radios is a&nbsp;<strong>Silicon Labs USB to UART Bridge Controller</strong>&nbsp;and the Mac drivers are available&nbsp;<a href="http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx">here</a>.</font></p></blockquote><div><p style="font-family: Times; "><font face="Arial, Helvetica, Geneva, Swiss, SunSans-Regular">On this page:&nbsp;</font><a href="http://www.dogparksoftware.com/mldxfc_faq.html#connection">http://www.dogparksoftware.com/mldxfc_faq.html#connection</a></p><div><br></div><div>That driver doesn't show up in Network Prefs either but it works ;)</div></div><div><br></div><div>###</div><div><br></div><div>So spurred on I found this page:&nbsp;<a href="http://www.planet-rcs.de/article/mac_serial_port/">http://www.planet-rcs.de/article/mac_serial_port/</a></div><div><br></div><div>The key text is:</div><div><br></div><div><blockquote type="cite"><div style="margin: 0px; padding: 0px; font-family: helvetica, arial, sans-serif; font-size: 13px; line-height: 18px; ">After the installation has finished, you do not need to immediately reboot. Before rebooting your Mac you should plug in your USB-to-Serial Adaptor and open the Apple System Profiler (Apple-Menu &gt; About this Mac &gt; More Information). In the USB section note the Product-ID and Vendor-ID of your USB-to-Serial Adaptor.&nbsp;<br><br><a href="http://images.planet-rcs.de/article/m/mac_serial_port/system_profiler_1.jpg" style="color: rgb(0, 102, 153); "><img src="http://images.planet-rcs.de/article/m/mac_serial_port/_system_profiler_1.jpg" style="border: 0px; "></a><br><br>Now open a terminal (Applications &gt; Utilities &gt; Terminal), go to<em>/System/Library/Extensions/ProlificUsbSerial.kext/Contents</em>&nbsp;and open the file&nbsp;<em>Info.plist</em>(plist = Property List) in your favourite editor (e.g. vi). Now scroll down to the section starting with&nbsp;<em>&lt;key&gt;067B_2303&lt;/key&gt;</em>&nbsp;(it may differ a bit, important is the part "2303"). In this section locate the entries&nbsp;<em>idProduct</em>&nbsp;and&nbsp;<em>idVendor</em>&nbsp;and fill in the values gathered from the System Profiler a few minutes earlier. It should then look something like this:<br></div><pre style="margin-top: 0px; margin-bottom: 0px; margin-left: 12px; padding: 0px 0px 0px 12px; color: green; border-left-width: 1px; border-left-style: solid; border-left-color: green; line-height: 18px; ">&lt;key&gt;067B_2303&lt;/key&gt;
                &lt;dict&gt;
                        ...
                        &lt;key&gt;idProduct&lt;/key&gt;
                        &lt;integer&gt;8963&lt;/integer&gt;
                        &lt;key&gt;idVendor&lt;/key&gt;
                        &lt;integer&gt;1659&lt;/integer&gt;
                &lt;/dict&gt;</pre><br style="font-family: helvetica, arial, sans-serif; font-size: 13px; line-height: 18px; "><br style="font-family: helvetica, arial, sans-serif; font-size: 13px; line-height: 18px; "></blockquote></div><div><br></div><div><br></div><div>Having done that in vi and saved the file I then loaded the kext using kextload and lo and behold I had a new serial port available.</div><div><br></div><div>I went into Chirp and it was there and I could download from the ID-880H!!</div><div><br></div><div>I thought I'd post this for completeness in case anybody else had this problem.</div><div><br></div><div>Kind regards</div><div>Mike</div><div>VK3ZMH</div><div><br></div><div><div>On 15/09/2012, at 6:25 PM, Mike Hannibal &lt;<a href="mailto:pelorus32@gmail.com">pelorus32@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><blockquote type="cite"></blockquote><blockquote type="cite"><blockquote type="cite">1. Can you use the Icom OPC-1529R cable with Chirp and a USB-serial<br>&nbsp;&nbsp;&nbsp;adapter?<br></blockquote><br>Yep, should be able to.<br></blockquote><div><br></div>Thanks for the response Dan.<br><div><br></div>OK I've tried both the OPC-1529R with the Belkin adaptor and the OPC478UC - the USB cable with absolutely no luck. Both these cables are recommended by ICOM for the ID-880H, but ICOM only supply drivers for Windows.<div><br></div><div>I downloaded the Prolific driver which they say works with Mac OS 10.8 ...and I can't get it to load. I then downloaded the Netherlands driver (osx-pl2303.kext) and I've got it loaded and a serial port available.&nbsp;</div><div><br></div><div><br></div><div>However when I choose "Download from Radio" Chirp simply says "Cloning" very briefly and then "An error has occurred. Unexpected response from radio"</div><div><br></div><div>Important to note that the serial port does not show up in Network Prefs but when I issue kextstat I get this back:&nbsp;131 &nbsp; &nbsp;0 0xffffff7f81eb6000 0xb000 &nbsp; &nbsp; 0xb000 &nbsp; &nbsp; nl.bjaelectronics.driver.PL2303 (1.0.0d1) &lt;122 33 5 4 3&gt;</div><div><br></div><div>So it's loaded.</div><div><br></div><div>I'd really appreciate it if there is anyone out there using Mac OS 10.8.1 and ID-880H and Chirp if they could tell me just exactly what they do to get it to work (it's not _that_ unusual a combination ;)). &nbsp;I really don't want to have to go the whole memory hogging VMWare route.</div><div><br></div><div>Kind regards</div><div>Mike</div><div>VK3ZMH</div><div><br></div><div><br><blockquote type="cite"><br><blockquote type="cite">2. If not which cable do I use - is it the Icom OPC-478UC and if so<br>&nbsp;&nbsp;&nbsp;does this work without any drivers on the Mac OS? I'm not after<br>&nbsp;&nbsp;&nbsp;cheap eBay cables - just reliable connectivity.<br></blockquote><br>The OPC-478 is the older cable, which has a TTL converter in it. Their<br>newer radios have started to support cloning via the regular RS-232 port<br>that they now have. I can't say I've tried it with the 880, but as<br>consistent as the Icoms are, I'd expect no issues. I have an 880 here, I<br>guess I should check it :)<br><br><blockquote type="cite">3. If I can use the OPC-1529R then does anyone have a USB-serial<br>&nbsp;&nbsp;&nbsp;adapter which they are using on Mac OS 10.8.x with that cable which<br>&nbsp;&nbsp;&nbsp;works well? If so which one?<br></blockquote><br><blockquote type="cite">From my experience, the KeySpan is the best one for your platform. It's<br></blockquote>big (although I wouldn't call it clunky), but it has a removable cable<br>and does a lot of neat stuff that the others won't.<br><br>What chip/driver is in your Belkin? They're usually prolific, which is<br>the most common, but also the most commonly problematic on MacOS, in my<br>experience. I think Tom would argue for FTDI-based gear, but I'll let<br>him speak up.<br><br><blockquote type="cite">Just with respect to a current discussion on the list about Mac where it<br>was suggested it is a "boutique platform" - I'm not sure that you can<br>say that about the biggest selling laptop platform in the US for the<br>last quarter ;)<br></blockquote><br>Heh, I hadn't heard that, and I'm certainly skeptical of such a claim.<br>However, regardless of growth, there's a lot of ground to make up.<br>Further, due to Windows' architecture, some of the driver cores have<br>been around longer than OSX has been a commercial product.<br><br>Yikes, I sound like a Windows advocate. Ya'll know I don't own a single<br>machine with Windows on it, right?? :)<br><br>--&nbsp;<br>Dan Smith<br><a href="http://www.danplanet.com/">www.danplanet.com</a><br>KK7DS<br></blockquote></div></div></blockquote></div><br></div></body></html>