I've been trying to use VB6 and MSComm to transfer files between two computers. However, if (on the receiving PC), I
set:
MSComm1.InputLen = 0
MSComm1.EOFEnable = True
The first blank line is (mis)interpeted as an EOF, and I
simply just get the title line of the file, not the entire
file.
I've been careful to empty the receive buffer.
Any ideas?
set:
MSComm1.InputLen = 0
MSComm1.EOFEnable = True
The first blank line is (mis)interpeted as an EOF, and I
simply just get the title line of the file, not the entire
file.
I've been careful to empty the receive buffer.
Any ideas?