I'm using minicom with a runscript and I need to send binary data (aka. a file). I can send the command rz but how can I send a binary file via the script? The only way I'm thinking is to use base64 and send the strings but it seems inefficient. Is there a way to send binary data in a minicom runscript? Grégoire