igrr/rfc2217-server

0.4.0

Latest
uploaded 5 months ago
RFC2217 server library for ESP-IDF

4 examples

  • loopback
    This example sets up an RFC2217 server that accepts client connections and echoes back any received data. It requires no additional hardware and is…
    2.73 KB
  • uart
    This example sets up an RFC2217 server that accepts client connections and transmits received data to UART, while also sending bytes from UART to the…
    3.68 KB
  • uart_esptool
    This example sets up an RFC2217 server that emulates a serial port for esptool communication, allowing remote programming of ESP devices. It includes…
    4.27 KB
  • usb_cdc
    This example demonstrates a bridge between an RFC2217 server and a USB CDC device, allowing remote access to a USB CDC device over the network via an…
    5.39 KB