# Openwrt-tty2tcp **Repository Path**: zdphpn/Openwrt-tty2tcp ## Basic Information - **Project Name**: Openwrt-tty2tcp - **Description**: Openwrt下,串口与TCP之间进行数据转换。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2019-06-12 - **Last Updated**: 2023-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Openwrt-tty2tcp ## 说明: Openwrt下,串口与TCP之间进行数据转换。 ## 使用: 1. 下载它并放到openwrt主目录/package下并解压它。 2. 在openwrt主目录执行: * ./scripts/feeds update -i * ./scripts/feeds install tty2tcp * make package/tty2tcp/compile 2. 或: * make menuconfig _注:在Examples下将tty2tcp选中_ * make V=99