nyh-workshop / arduino-ymodem

Simple demo program of ymodem for Arduino based on ESP32_ymodem_example by Loboris.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arduino-ymodem

Simple demo program of ymodem for Arduino based on ESP32_ymodem_example by Loboris.

Currently this demo only receives the file from the PC and into the memory. Use an app such as Teraterm to perform the Ymodem download.

image

Note: Do not upload files bigger than the array declared in the main file! You can adjust the memory size based on the Arduino platform you have.

About

Simple demo program of ymodem for Arduino based on ESP32_ymodem_example by Loboris.

License:GNU General Public License v3.0


Languages

Language:C++ 80.8%Language:C 19.2%