Mon Apr 09, 2018 11:28 am
If it's about copy file from PC, the Ethernet would be easier and faster than UART.
I'm not very familar with UART, but I remember if you want send binary data via UART, you would need a special protocol, as binary data need to be escaped. The name of the protocol is Zmodem. It's slow after all.
I know you want to deal with text. But Unicode encoded text is binary data. Only ASCII encoded file is a "text file". Dealing them as binary is more straight, I think.