<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://e2e.ti.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Videos &amp; Files</title><link>https://e2e.ti.com/administrators1/digital_interface/m/videos__files</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Jul 2010 13:48:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://e2e.ti.com/administrators1/digital_interface/m/videos__files" /><item><title>TUSB3410 MAC OSX Virtual COM Port Driver Binaries</title><link>https://e2e.ti.com/administrators1/digital_interface/m/videos__files/198722</link><pubDate>Wed, 14 Jul 2010 13:48:35 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:e8dc369c-d32e-47fb-ba62-ba1178883063</guid><dc:creator>DHarmon</dc:creator><slash:comments>1</slash:comments><description>&lt;p sizset="123" sizcache="27"&gt;These &lt;a href="http://focus.ti.com/docs/prod/folders/print/tusb3410.html"&gt;&lt;span style="color: #ea272a;"&gt;TUSB3410&lt;/span&gt;&lt;/a&gt; drivers for the MAC OS X operating systems have not been officially released by Texas Instruments, however unsupported, as-is drivers are available for evaluation use. Please do not contact TI support if you run into any issues. Please provide feedback on the &lt;a href="http://e2e.ti.com/support/interface/digital_interface/f/130.aspx"&gt;&lt;span style="color: #ea272a;"&gt;Consumer &amp;amp; Computing Interface Forum&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p sizset="125" sizcache="27"&gt;Also, the drivers were developed for the &lt;a href="http://focus.ti.com/docs/toolsw/folders/print/tusb3410uartpdk.html"&gt;&lt;span style="color: #ea272a;"&gt;TUSB3410UARTPDK&lt;/span&gt;&lt;/a&gt;.&amp;nbsp; The TUSB3410 is also used by the multipe MSP430 tools as the USB interface, but&amp;nbsp;are not hardware identical.&amp;nbsp; These MSP430 tools use&amp;nbsp;different USB VID/PID and this may need to be accounted for when you load it on the MAC.&amp;nbsp; Here is an extract from a customer using the EZ430 and a MAC - they needed the &lt;a href="/support/interface/digital_interface/m/videos__files/198719.aspx"&gt;source code&lt;/a&gt; to get this to work:&lt;br /&gt;-----------------------&lt;br /&gt;Under Windows OS and using the USBView app (freeware), I first observed that the eZ430-F2013 stick presented itself to the OS as:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bcdDevice=0x101&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VID=0x0451&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PID=0xF430&lt;br /&gt;Then I obtained the decimal values for each of them:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bcdDevice=257&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VID=1105&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PID=62512&lt;br /&gt;Then I moved to my Mac platform. These steps MUST be performed in order to properly recognize any TUSB3410 device:&lt;br /&gt;&amp;nbsp;&lt;br /&gt;1) Modified the &amp;ldquo;TIUMPSerial-info.plist&amp;rdquo; file that comes along with our VCP driver&amp;rsquo;s source files (see Pic1 attached). For the IOKitPersonalities I used:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For TIVCP3410:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bcdDevice = 257&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; idProduct = 62512&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; idVendor = 1105&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For TIVCP3410Boot:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bcdDevice = 257&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; idProduct = 62512&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; idVendor = 1105&lt;br /&gt;2) I recompiled the VCP driver using XCode and the &amp;ldquo;TIUMPSerial.xcodeproj&amp;rdquo; included in our source files.&lt;br /&gt;3) I installed the driver using the commands shown in our driver&amp;rsquo;s documentation.&lt;br /&gt;4) I rebooted the machine with the EZ430 stick plugged in.&lt;br /&gt;5) I opened a terminal session and look for the EZ430 stick in /dev/. There are two instances shown: &amp;ldquo;cu.TIVCP34103d20&amp;rdquo; and &amp;ldquo;tty.TIVCP34103d20&amp;rdquo;.&lt;br /&gt;6) I opened the IORegistryExplorer and this is how the EZ430 stick is detected. &lt;br /&gt;&amp;nbsp;&lt;br /&gt;I tried to do my best explaining how to install/detect any TUSB3410 device using the VCP driver doing proper list edition and driver build&lt;/p&gt;</description><enclosure url="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/198722/download" length="119127" type="application/x-zip-compressed" /><category domain="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/tags/MAC%2bOSX">MAC OSX</category><category domain="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/tags/TUSB3410">TUSB3410</category><category domain="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/tags/MACVCP">MACVCP</category><category domain="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/tags/Virtual%2bCom%2bPort">Virtual Com Port</category><category domain="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/tags/MAC%2bOSX">MAC OSX</category><category domain="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/tags/TUSB3410">TUSB3410</category><category domain="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/tags/MACVCP">MACVCP</category><category domain="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/tags/Virtual%2bCom%2bPort">Virtual Com Port</category></item><item><title>TUSB3410 MAC OSX Virtual COM Port Driver Source Code</title><link>https://e2e.ti.com/administrators1/digital_interface/m/videos__files/198719</link><pubDate>Wed, 14 Jul 2010 13:45:57 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:deb6da3a-68a8-4501-bbd7-2984c320e126</guid><dc:creator>DHarmon</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;These &lt;a href="http://focus.ti.com/docs/prod/folders/print/tusb3410.html"&gt;TUSB3410&lt;/a&gt; drivers for the MAC OS X operating systems have not been officially released by Texas Instruments, however unsupported, as-is drivers are available for evaluation use. Please do not contact TI support if you run into any issues. Please provide feedback on the &lt;a href="/support/interface/digital_interface/f/130.aspx"&gt;Consumer &amp;amp; Computing Interface Forum&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Also, the drivers were developed for the &lt;a href="http://focus.ti.com/docs/toolsw/folders/print/tusb3410uartpdk.html"&gt;TUSB3410UARTPDK&lt;/a&gt;.&amp;nbsp; The TUSB3410 is also used by the multipe MSP430 tools as the USB interface, but&amp;nbsp;are not hardware identical.&amp;nbsp; These MSP430 tools use&amp;nbsp;different USB VID/PID and this may need to be accounted for when you load it on the MAC.&amp;nbsp; Here is an extract from a customer using the EZ430 and a MAC - they needed the source code to get this to work:&lt;br /&gt;-----------------------&lt;br /&gt;Under Windows OS and using the USBView app (freeware), I first observed that the eZ430-F2013 stick presented itself to the OS as:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bcdDevice=0x101&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VID=0x0451&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PID=0xF430&lt;br /&gt;Then I obtained the decimal values for each of them:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bcdDevice=257&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VID=1105&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PID=62512&lt;br /&gt;Then I moved to my Mac platform. These steps MUST be performed in order to properly recognize any TUSB3410 device:&lt;br /&gt;&amp;nbsp;&lt;br /&gt;1) Modified the &amp;ldquo;TIUMPSerial-info.plist&amp;rdquo; file that comes along with our VCP driver&amp;rsquo;s source files (see Pic1 attached). For the IOKitPersonalities I used:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For TIVCP3410:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bcdDevice = 257&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; idProduct = 62512&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; idVendor = 1105&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For TIVCP3410Boot:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bcdDevice = 257&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; idProduct = 62512&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; idVendor = 1105&lt;br /&gt;2) I recompiled the VCP driver using XCode and the &amp;ldquo;TIUMPSerial.xcodeproj&amp;rdquo; included in our source files.&lt;br /&gt;3) I installed the driver using the commands shown in our driver&amp;rsquo;s documentation.&lt;br /&gt;4) I rebooted the machine with the EZ430 stick plugged in.&lt;br /&gt;5) I opened a terminal session and look for the EZ430 stick in /dev/. There are two instances shown: &amp;ldquo;cu.TIVCP34103d20&amp;rdquo; and &amp;ldquo;tty.TIVCP34103d20&amp;rdquo;.&lt;br /&gt;6) I opened the IORegistryExplorer and this is how the EZ430 stick is detected. &lt;br /&gt;&amp;nbsp;&lt;br /&gt;I tried to do my best explaining how to install/detect any TUSB3410 device using the VCP driver doing proper list edition and driver build&lt;/p&gt;</description><enclosure url="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/198719/download" length="164222" type="application/x-zip-compressed" /><category domain="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/tags/MAC%2bOSX">MAC OSX</category><category domain="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/tags/TUSB3410">TUSB3410</category><category domain="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/tags/MACVCP">MACVCP</category><category domain="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/tags/Virtual%2bCom%2bPort">Virtual Com Port</category><category domain="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/tags/MAC%2bOSX">MAC OSX</category><category domain="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/tags/TUSB3410">TUSB3410</category><category domain="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/tags/MACVCP">MACVCP</category><category domain="https://e2e.ti.com/administrators1/digital_interface/m/videos__files/tags/Virtual%2bCom%2bPort">Virtual Com Port</category></item></channel></rss>