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.

[参考译文] TM4C1294NCPDT:无法通过虚拟 COM 端口 Enet_IO 建立通信

Guru**** 2350610 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/619850/tm4c1294ncpdt-cannot-establish-communication-through-virtual-com-port-enet_io

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

您好!

我从 TM4C129开始。 我确实使用了 GPIO、计时器。 现在、我尝试运行 enet_io 示例进行以太网通信、但是、我无法访问串行通信、也无法通过 putty 等方式读取分配的 IP 地址。 我可以连接到 COM 端口、但不显示任何数据。 我确实重新安装了两次 Stellaris 驱动程序、并且在器件管理器中、更新的驱动程序可以看到该驱动程序。  

有线索吗?

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

    您在 PuTTY 上使用了哪些设置? 您应该使用8N1和115200bps 的波特。

    您的设备管理器中是否安装了"Stellaris 虚拟串行端口"? 如果是、这就是您需要连接的内容。

    Enet_IO 示例不枚举其他 COM 端口、而是通过用于调试的相同端口发送 PuTTY 数据。 我在 EK-TM4C1294XL LaunchPad 上测试了该示例、没有问题。