String compression for UART on STM32F7
Hi, I'm working on a project in which i need to send strings through UARTMy throughput is limited because i'm working with Xbees, so i want to compress my ascii strings (that are long 1024 bytes and with simple structure because they are in csv forma...