Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 311 Bytes

File metadata and controls

8 lines (6 loc) · 311 Bytes

Minimal demo for QuecPython

This is a Minimal demo for QuecPython. This demo implements the following functions:

  • Connect to a TCP echo server.
  • Receive data from UART and forward data to server.
  • Receive data from echo server and forward data to UART.
  • Blink the LED when receive data from UART.