TI中文支持网
TI专业的中文技术问题搜集分享网站

putty连接串口open后,打开的窗口没有显示任何信息也不能输入任何信息

烧录代码到CC2640R2F后,用想用putty查看日志,来验证功能是否已实现。但是使用putty连接串口后,显示的窗口没有显示任何信息,也不能输入任何内容。窗口标题处标记状态为:inactive

以下为我的配置内容

Viki Shi:

查看一下设备管理器,COM口填写是否正确

user6123042:

回复 Viki Shi:

看了就是com6

Viki Shi:

回复 user6123042:

你按照下图设置,COM口改一下

user6123042:

回复 Viki Shi:

我们换了一个同样的CC2640R2F没有标记inactive,但是还是什么都没显示,什么都不能输入

Viki Shi:

回复 user6123042:

没遇到过,请问是TI开发板吗?连接线查过有问题吗

user6123042:

YiKai Chen:

你是用CC2640R2F LaunchPad嗎?上面跑什麼程序?

user6123042:

回复 YiKai Chen:

是的,用的就是CC2640R2F LaunchPad,我们用两块CC2640R2F,一块跑rfPacketRx_CC2640R2_LAUNCHXL_nortos_ccs的程序,一块跑rfPacketTx_CC2640R2_LAUNCHXL_nortos_ccs的程序,代码是没有改动过的,想先试着烧录、调通、做功能验证

user6123042:

回复 YiKai Chen:

目前程序烧录已成功,但是不知道用什么工具和方法来做功能验证,因为我们设备发送数据不是用户手工输入的,而是自动生成的。接收端也没有显示器显示接收的数据。

YiKai Chen:

回复 user6123042:

你有讀一下例程的readme嗎?
This examples consists of a single task and the exported SmartRF Studio radio settings.

When the task is executed it:
1.Configures the radio for Proprietary mode
2.Gets access to the radio via the RF drivers RF_open
3.Sets up the radio using CMD_PROP_RADIO_DIV_SETUP command
4.Set the output power to 14 dBm (requires that CCFG_FORCE_VDDR_HH = 1 in ccfg.c), this requirement holds for CC13x2P boards when using the default PA
5.Sets the frequency using CMD_FS command
6.Create packet (with increasing sequence number and random content)
7.Transmit packet using CMD_PROP_TX command with blocking RF driver call
8.Toggle Board_PIN_LED1 to indicate packet transmitted
9.Power down the radio using the yield function
10.Set the main core to sleep for the duration of PACKET_INTERVAL ms
11.Transmit packets forever by repeating step 6-10

赞(0)
未经允许不得转载:TI中文支持网 » putty连接串口open后,打开的窗口没有显示任何信息也不能输入任何信息
分享到: 更多 (0)