[En-Nut-Discussion] Some questions about LCD and Ethernet
Harald Kipp
harald.kipp at egnite.de
Wed Jul 5 17:33:31 CEST 2006
Hi,
At 15:47 05.07.2006 +0400, you wrote:
>and events. But I
>don't find the
>description for
>function
>NutDeviceGetLine().
The document about threads, events and timers is outdated. There
is no NutDeviceGetLine() anymore. Use fgets() or any of the other
standard C functions.
Have a look to app/uart/
>2. I want to use LCD
>display (2x16). But
>it don't work. I use
>this code:
The standard PORT connection is here
http://www.ethernut.de/pdf/enan001.pdf
Otherwise use the Configurator. Do not forget to rebuild the
system after applying your changes.
If you attached a memory mapped LCD, use devLcdBus
instead of devLcd.
Harald
More information about the En-Nut-Discussion
mailing list