cancel
Showing results for 
Search instead for 
Did you mean: 

How to Transfer Audio file (.AMR) from One USART to Another USART in STM32F030C8T6

Sn.17
Associate II
 
2 REPLIES 2

A byte at a time?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Andrew Neil
Evangelist III

As far as the USARTs are concerned, they neither know nor care anything about "files" or "audio": all they do is send and receive bytes - as @Community member​ suggests.

So is your question:

  1. How to send and receive bytes using the STM32F030 USART?
  2. How to send a file over an async serial link?

For the latter, I'd suggest you look at something like XModem or YModem.