What I mean is, the packet number goes from zero to the end of the file and then starts back at zero.
This problem was happening to a client of ours, and did not know if it was also happening to me. I just tried to do the exact same thing and the problem also occurs with my PC and Unix File Server. We are using YMODEM, 19200 baud, AUTO and CRC16.
The files we are transferring are HIPAA Compliant files that are one record long. The Unix File Server is where our application runs and they use the PC to transmit the file to in the case Medicare. In transferring the data from the Unix File Server, it works just fine no problems. When they receive a file from Medicare to transfer back to the Unix File Server is when we have problems.
In playing around with this, I noticed the files from Medicare have a number of spaces at the end of the record. I tried removing the trailing spaces and that fixed the problem. So my question is there a better way to transfer the files or do I need to write a program to remove those trailing spaces?
Any help would be very much appreciated.