kendryte / kendryte-freertos-sdk

This project is no longer maintained Not recommended for product development.
Apache License 2.0
201 stars 67 forks source link

UART sending data shorter than 17 bytes wont work #51

Closed chegewara closed 3 years ago

chegewara commented 5 years ago

I feel like, because few weeks ago i wrote example to communicate k210 over UART with esp32 on maixduino board, but today i found that sending data shorter than 17 bytes wont work(i feel like, because my test string is exactly 17 bytes): https://github.com/chegewara/sipeed-maixduino-test-apps/tree/master/platformIO/freertos/uart-to-esp32

Now anything shorter just is not printed in esp32 console. I cant say for sure its kendryte issue, but i didnt see anything like that on esp32.

EDIT sending data from esp32 to k210 is not a problem, i can send 1+ bytes