This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] MSP432E401Y:USB 串行器件兼容性

Guru**** 2051860 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1291274/msp432e401y-usb-serial-device-compatibility

器件型号:MSP432E401Y

TI-RTOS USB 库本机支持哪些 USB 串行适配器、是否有任何参考? 如 FTDI、CP210x、...

谢谢。此 

致、 彼得
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

     如 Ralph 在 您参考的文章中所述、SDK 中没有适用于 FTDI 支持的特定驱动程序、但这不会阻止用户为 FTDI 协议开发自己的 USB 驱动程序。  C:\ti\simplelink_msp432e4_sdk_4_20_00_12\examples\nortos\msp_EXP432E401Y\usblib\usbdevcdcserial 和 C:\ti\simplelink_msp432e4_sdk_4_20_00_12\examples\nortos\usblib\usb\usbdevcdcserial 和 C:\ti\simplelink_msp432e4_sdk_4_sdk_4_00_12\exxtos\examples 将如何创建一个合适的串行 UART 桥接器件、以作为 UART 的起点。  

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Charles:

    我明白、但正如我想象的那样、有人已经测试过 USB 串行器件、而您自己也可能已经测试过 USB 串行器件、那么基于这种体验而不是仅仅为了让人高兴而开发驱动器将会有所帮助。

    此致
    彼得

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Peter:

     也许我还不清楚您要寻找什么 FTDI 驱动程序。 对于 TI-RTOS、有适用于串行主机和器件的 USB CDC 示例、位于:

    C:\ti\simplelink_msp432e4_SDK_4_20_00_12\examples\rtos\MSP_EXP432E401Y\usblib\USB_serial_device

    C:\ti\simplelink_msp432e4_SDK_4_20_00_12\examples\rtos\MSP_EXP432E401Y\usblib\USB_CDC_serial_host

    这里有所有 用于 USB 枚举为 CDC 类串行器件的示例。