#Keeping <CR><LF>'s ??
I've got a question about doing serial communications on the Amiga. I'm
writing a simple terminal program and have noticed that when I do ASCII
file transfers on the Amiga, all <CR><LF>'s are converted so that only the
<LF> remains (please…someone correct me if I'm wrong on this). Is there
any way that I can tell the system that I DON'T want that translation to
happen?? The application is very checksum depandant, and it involves a file
that is modified several times on the Amiga, but the changes to the file
are shipped to a host computer (which uses <CR><LF> as a line terminator).
After the Amiga gets the file and strips the <CR> my checksum is off
<sigh>.