[En-Nut-Discussion] Ethernut3.1 RS232 DTR pin

Thiago A. Corrêa thiago.correa at gmail.com
Wed Dec 16 23:17:06 CET 2009


Oh, btw, if there is a similar implementation on the arm USART driver
as the one on the AVR, then you could turn DTR up using something
like:

unsigned long on = 1;
_ioctl(_fileno(cd.cd_rs232), UART_DTR, &on);

Kind Regards,
    Thiago A. Correa



More information about the En-Nut-Discussion mailing list