Create these two programs for transferring files from a modern Linux computer to an old Toshiba T3200SX running MS-DOS over a serial connection.
Here's a bash script for the Linux side that opens ttyUSB0 as a serial port and sends a file:
#!/bin/bash
if [ $# -ne 1 ]; then