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.

[参考译文] TM4C123GH6PM:Tiva-c 上的多个 USB-CDC

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1520768/tm4c123gh6pm-multiple-usb-cdc-on-the-tiva-c

器件型号:TM4C123GH6PM
Thread 中讨论的其他器件:EK-TM4C1294XL

工具/软件:

您好:

是否可以使用 USB-CDC 使多个虚拟串行端口具有单独的处理程序和方法来写入 USB?

此致、

CAN

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

    您好 CAN、

     是的、这是可能的。 请查看此示例 C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl\usb_dev_cserial (适用于 TM4C129)。 此示例将使用两个 CDC 类器件创建一个复合器件。 换句话说、枚举后您将在 Windows 设备管理器上看到两个不同的 COM 端口。 此示例适用于 TM4C129。 您需要将其移植到 TM4C123。