I'm trying to send files over a COM port, but failed every time.
First, I configure a serial on each machine like this:
MODE COMx:115200,N,8
where x is the COM port number.
After this I'm trying to do:
COPY file.zip COM1: /B
and the reverse on the receiving PC.
In most cases I've gotten a broken archive. But last tries gave me nothing at all - first PC says that the file was sent, but the second is just waiting for data. Is there somebody who knows how to solve this?