[En-Nut-Discussion] Reboot, when receiving Data with gets() over RS232

Harald Kipp harald.kipp at egnite.de
Fri Oct 21 18:21:07 CEST 2005


>     NutRegisterDevice(&devDebug0, 0, 0);
>         NutRegisterDevice(&devUsartAvr0, 0, 0);

You can register only one driver with the name 'uart0'.
As devDebug is write-only, you probably want devUsartAvr0.

Harald




More information about the En-Nut-Discussion mailing list