<?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/"><channel><title>Consumer &amp; Computing</title><link>https://e2e.ti.com/administrators1/digital_interface/</link><description>Products covered in this section are 1394, PCI, PCIe, SATA, DisplayPort, DVI/HDMI, FlatLink/FPD-Link and FlatLink3G</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><item><title /><link>https://e2e.ti.com/administrators1/digital_interface/m/videos__files/198722?CommentId=64750b75-b1a2-4b87-94c3-cf4ce6973c5a</link><pubDate>Fri, 22 Jul 2011 07:23:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:64750b75-b1a2-4b87-94c3-cf4ce6973c5a</guid><dc:creator>mudigere</dc:creator><description>Hello, Is there any plan to release the final version of the TUSB3410 drivers for the MAC OS X operating systems? I believe it is still the BETA version. Regards.</description></item><item><title /><link>https://e2e.ti.com/administrators1/digital_interface/m/videos__files/198719?CommentId=f0c56820-9c42-40a6-bb9c-8752c391026a</link><pubDate>Wed, 18 Aug 2010 17:17:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:f0c56820-9c42-40a6-bb9c-8752c391026a</guid><dc:creator>Michael Johnson</dc:creator><description>Works for me. Thanks Michael</description></item><item><title /><link>https://e2e.ti.com/administrators1/digital_interface/m/videos__files/198719?CommentId=0a3e5ea8-2c12-4e6d-8042-48c966973d77</link><pubDate>Wed, 14 Jul 2010 17:54:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:0a3e5ea8-2c12-4e6d-8042-48c966973d77</guid><dc:creator>Ismael Duron10236</dc:creator><description>Additionally to this post, there&amp;#39;s another OIKitPersonality in the &amp;quot;TIUMPSerial-info.plist&amp;quot; file that also need to be modified with your desired VID and PID in order to properly compile the VCP source code and thus your 3410 implemetation can work correctly: For TIVCP3410Merge: idProduct = 62512 idVendor = 1105 Best Regards, Ismael Duron</description></item><item><title>File: 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:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:e8dc369c-d32e-47fb-ba62-ba1178883063</guid><dc:creator>DHarmon</dc:creator><description>These TUSB3410 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 Consumer &amp;amp; Computing Interface Forum . Also, the drivers were developed for the TUSB3410UARTPDK . The TUSB3410 is also used by the multipe MSP430 tools as the USB interface, but are not hardware identical. These MSP430 tools use different USB VID/PID and this may need to be accounted for when you load it on the MAC. Here is an extract from a customer using the EZ430 and a MAC - they needed the source code to get this to work: ----------------------- Under Windows OS and using the USBView app (freeware), I first observed that the eZ430-F2013 stick presented itself to the OS as: bcdDevice=0x101 VID=0x0451 PID=0xF430 Then I obtained the decimal values for each of them: bcdDevice=257 VID=1105 PID=62512 Then I moved to my Mac platform. These steps MUST be performed in order to properly recognize any TUSB3410 device: 1) Modified the “TIUMPSerial-info.plist” file that comes along with our VCP driver’s source files (see Pic1 attached). For the IOKitPersonalities I used: For TIVCP3410: bcdDevice = 257 idProduct = 62512 idVendor = 1105 For TIVCP3410Boot: bcdDevice = 257 idProduct = 62512 idVendor = 1105 2) I recompiled the VCP driver using XCode and the “TIUMPSerial.xcodeproj” included in our source files. 3) I installed the driver using the commands shown in our driver’s documentation. 4) I rebooted the machine with the EZ430 stick plugged in. 5) I opened a terminal session and look for the EZ430 stick in /dev/. There are two instances shown: “cu.TIVCP34103d20” and “tty.TIVCP34103d20”. 6) I opened the IORegistryExplorer and this is how the EZ430 stick is detected. 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</description><category domain="https://e2e.ti.com/administrators1/digital_interface/tags/MAC%2bOSX">MAC OSX</category><category domain="https://e2e.ti.com/administrators1/digital_interface/tags/TUSB3410">TUSB3410</category><category domain="https://e2e.ti.com/administrators1/digital_interface/tags/MACVCP">MACVCP</category><category domain="https://e2e.ti.com/administrators1/digital_interface/tags/Virtual%2bCom%2bPort">Virtual Com Port</category></item><item><title>File: 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:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:deb6da3a-68a8-4501-bbd7-2984c320e126</guid><dc:creator>DHarmon</dc:creator><description>These TUSB3410 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 Consumer &amp;amp; Computing Interface Forum . Also, the drivers were developed for the TUSB3410UARTPDK . The TUSB3410 is also used by the multipe MSP430 tools as the USB interface, but are not hardware identical. These MSP430 tools use different USB VID/PID and this may need to be accounted for when you load it on the MAC. Here is an extract from a customer using the EZ430 and a MAC - they needed the source code to get this to work: ----------------------- Under Windows OS and using the USBView app (freeware), I first observed that the eZ430-F2013 stick presented itself to the OS as: bcdDevice=0x101 VID=0x0451 PID=0xF430 Then I obtained the decimal values for each of them: bcdDevice=257 VID=1105 PID=62512 Then I moved to my Mac platform. These steps MUST be performed in order to properly recognize any TUSB3410 device: 1) Modified the “TIUMPSerial-info.plist” file that comes along with our VCP driver’s source files (see Pic1 attached). For the IOKitPersonalities I used: For TIVCP3410: bcdDevice = 257 idProduct = 62512 idVendor = 1105 For TIVCP3410Boot: bcdDevice = 257 idProduct = 62512 idVendor = 1105 2) I recompiled the VCP driver using XCode and the “TIUMPSerial.xcodeproj” included in our source files. 3) I installed the driver using the commands shown in our driver’s documentation. 4) I rebooted the machine with the EZ430 stick plugged in. 5) I opened a terminal session and look for the EZ430 stick in /dev/. There are two instances shown: “cu.TIVCP34103d20” and “tty.TIVCP34103d20”. 6) I opened the IORegistryExplorer and this is how the EZ430 stick is detected. 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</description><category domain="https://e2e.ti.com/administrators1/digital_interface/tags/MAC%2bOSX">MAC OSX</category><category domain="https://e2e.ti.com/administrators1/digital_interface/tags/TUSB3410">TUSB3410</category><category domain="https://e2e.ti.com/administrators1/digital_interface/tags/MACVCP">MACVCP</category><category domain="https://e2e.ti.com/administrators1/digital_interface/tags/Virtual%2bCom%2bPort">Virtual Com Port</category></item><item><title>Files: Videos &amp; Files</title><link>https://e2e.ti.com/administrators1/digital_interface/m/videos__files</link><pubDate>Sat, 12 Dec 2009 09:53:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:75ecf186-2b62-4abd-9dc5-82fb79bc00cf</guid><dc:creator /><description /></item><item><title>Group: Consumer &amp; Computing</title><link>https://e2e.ti.com/administrators1/digital_interface/</link><pubDate>Sat, 12 Dec 2009 09:52:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:29cf6339-6c2e-412e-8842-614116b2fc78</guid><dc:creator /><description>Products covered in this section are 1394, PCI, PCIe, SATA, DisplayPort, DVI/HDMI, FlatLink/FPD-Link and FlatLink3G</description></item></channel></rss>