基本信息
源码名称:ESP8266 TCP<-->串口
源码大小:6.49KB
文件格式:.zip
开发语言:C/C++
更新时间:2020-11-13
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 5 元 
   源码介绍

【作者】

    dueasy 2020.9

ESP8266 网口转串口程序,可以通过TCP向局域网的ESP8266设备发送数据,ESP8266随即将数据转发到串口,同时将串口接收的数据发送给TCP客户端。开发出来主要用于局域网Arduino、51程序无线烧录,后来衍生出一个局域网G代码接收器版本。

      ClientMessageProcess();// check the network for any bytes to send to the serial
      Onconnection_SerialProcess();// now check the serial for any bytes to send to the network

【源码目录】

eap-UNO-release

├── README.md
└── esp8266_ser2net
    ├── basic_config.h
    ├── data
    │   ├── a.jpg
    │   └── wifi.txt
    ├── esp8266_pwm.h
    └── esp8266_ser2net.ino

2 directories, 6 files