You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
zhaohe 9f6192712c update 3 years ago
.vscode first commit 4 years ago
release update 3 years ago
.clang-format first commit 4 years ago
.gitignore first commit 4 years ago
README.md v1.1 4 years ago
build.sh first commit 4 years ago
net_uart.cpp 修复导致cpu使用率高的bug 4 years ago
uart.cpp 修复导致cpu使用率高的bug 4 years ago
uart.hpp first commit 4 years ago

README.md

README

    用于将板子上的串口以网络透传出去。客户端通过tcp协议链接上之后,即可通过socket_fd直接和串口通信。

v1:
    1.支持基本功能
    2.支持多个客户端同时链接服务器。多个客户端同时链接时,串口来消息,是以广播的形势发个各个Tcp客户端。

v1.1:
    1.修复占用CPU过高的BUG
Usage:
    net_tty.out /dev/ttyUSB0 115200 port