I try to send files via the COM port, but not every time. First, I configure the serial number on each machine as follows:
MODE COMx: 115200, N, 8
where x is the COM port number. After that I try to do taht:
COPY file.zip COM1: / B
and back on pc receiver. In most cases, I have a broken archive. But recent attempts do not give me anything - the first computer says that the file is sent, and the second just waits for data. Is there anyone who knows how to solve this?
source share