I’m dealing with a Flipper Zero that’s connected via Serial (over USB) to my laptop.
To write to a file, I have to end the transmission with Ctrl+C. But, neither ^C nor the ASCII End Of Text character seem to have the effect of actually ending the transmission.
What character would actually work in that case?