lexus2k / tinyproto

Tiny Software Protocol for communication over UART, SPI, etc
GNU General Public License v3.0
225 stars 51 forks source link

Unable to successfully begin() Python Tinyproto when using crc settings different than CRC16 #41

Open chenlijun99 opened 1 year ago

chenlijun99 commented 1 year ago

It seems that tiny_fd_buffer_size_by_mtu_ex computes the wrong buffer size to allocate and then tiny_fd_init enters into this condition.

lexus2k commented 1 year ago

Can you send me exact code example failing, and description on how you compile the example?