> 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