Hi,
As per subject, I can send a \n fine using the code below:
write(fd, "\n", 1);
when I try and send:
write(fd, "\r", 1);
the CR character is not received on the other end.
I am using linux for writing my C program, and I have a WindowsXP machine running TeraTerm...