Hi 2008/8/18 Lars-Anders <[EMAIL PROTECTED]>: > For the first > step I have tried to send out some data on the port but there is no > activity at all on the tx-pin. I'm using the following code compiled > and loaded as a kernel module. I have turned off serial port 2 in the > kernelconfig and compiled a new kernel image and downloaded it to the > Foxboard so there are probably no conflict with the normal serial driver.
Why don't you send one or more char to the serial device to test it? Serial testing doesn't need a special module; for example, you could type via shell: echo U > /dev/ttyS2 (if ttyS2 is the second serial device on FOX). Moreover you send some chars at initialization, so (if there aren't errors) you should see something only when you load the module... I think bye
