[USART] Introduce a way to send a file as binary stream
- Jan 23, 2025
-
-
This function, given a filename sends the content of the file through the USART interface in 1 KB chunks
-
The function writeFile was added to USART. This function, given a file name as a parameter, sends data through the USART interface in 1KB chunks.
Closes #146 (closed).
This function, given a filename sends the content of the file through the USART interface in 1 KB chunks