Skip to content

MajenkoProjects/WiFiSerialDTR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

WiFi Serial Interface

This sketch turns an ESP8266 (ESP-01) into a WiFi serial interface.

Port 23 gives a RAW serial interface at 115200 baud. Great for running with socat, for instace:

$ sudo socat pty,link=/dev/ttyACM99,raw,wait-slave tcp:192.168.0.8:23

Port 24 gives an RFC2217 compatible interface including the ability to set the baud rate. (Work In Progress)

About

Serial WiFi device based on ESP8266

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%