uploaded 1 year ago
RFC2217 server library for ESP-IDF

3 examples

  • loopback
    This example sets up an RFC2217 server that accepts client connections and echoes back any data received. It can be used with any ESP chip without…
    2.73 KB
  • uart
    This example sets up an RFC2217 server that accepts client connections and routes data between a UART interface and the client. It supports any ESP…
    3.68 KB
  • usb_cdc
    This example demonstrates a bridge between an RFC2217 server and a USB CDC device using an ESP chip as both a USB host and an RFC2217 server. It…
    5.39 KB