Hi all, I am running Ethernut on an AT91SAM7x256 board. I find that the following statements: NutRegisterDevice(&DEV_UART, 0, 0); file = fopen(DEV_UART_NAME, "r+"); fputc( '\n', file ); results in \r\n being sent over the UART, instead of just \n. Is this the expected behavior? How can I send just a \n? -Ajit