# putty **Repository Path**: funzero/putty ## Basic Information - **Project Name**: putty - **Description**: modify putty for support tb-01 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # putty for tb-01 本项目中的 [PUTTY.exe](./PUTTY.exe) 使用 VS2012 进行了重新编译, 请参照官方源码进行对比: http://www.chiark.greenend.org.uk/~sgtatham/putty/ ## 特性 * 支持 CRLF 发送 * 支持 TB-01 ## TODO * 一键复位 * 一键下载 * 一键擦除 ## 说明 支持回车+换行: ![CRLF](./CRLF.png) 使用 TB-01 时,流控需修改为 W600,否则 W600 的 RST 会被串口芯片的 RTS 拉低,导致W600无法启动,串口会没有输出。 ![请切换流控方式为 W600](./FlowCtrl.png) ## 参考 https://github.com/gniemirowski/putty-crlf https://github.com/kexiaodong/CPShell