tc_ble_single_sdk_B85这个蓝牙程序,串口的输出引脚是PB1,波特率是1000000。
修改application/print/putchar.c的putchar函数,在return uart_putc((char)c);前加上
if (c == '\n')
uart_putc('\r');
可解决Tera Term的换行问题。

目前共有2篇帖子。
![]() |
tc_ble_single_sdk_B85这个蓝牙程序,串口的输出引脚是PB1,波特率是1000000。 修改application/print/putchar.c的putchar函数,在return uart_putc((char)c);前加上 if (c == '\n') 可解决Tera Term的换行问题。
|
![]() |
巨大八爪鱼
2026-1-7 17:36
https://www.telink-semi.cn/products/bluetooth-le/tlsr825x
SDK名称 支持芯片 SDK版本 下载SDK SDK开发手册 Bluetooth® LE Single Connection TLSR8258/8253/8251 V3.4.2.8_Patch_0001 Gitee 下载蓝牙SDK: https://gitee.com/telink-semi/tc_ble_single_sdk/releases/tag/V3.4.2.8_Patch_0001 https://gitee.com/telink-semi/tc_ble_single_sdk/archive/refs/tags/V3.4.2.8_Patch_0001.zip SDK开发手册: https://doc.telink-semi.cn/doc/zh/software/res/sdk/ble/b85m_ble_cn/b85m_ble_single_connection_cn/ |