Use UART flags to send the transfer progress to the micro:bit..
This is a large feature to implement and comes with several edge cases, such as
- What happens if the same micro:bit is connnected to both input and output?
- What happens if there are two micro:bits, which one should show the progress?
- etc.