On Wed, Mar 13, 2002 at 04:41:21PM +0100, Hansen Martin wrote: > How can I access the serial interface from within my module. > I don't want to write a new driver for the uart. I just need to send and > receive things from the serial interface. and have my module independent of > the uart. Look at how the OpenBT code talks to a tty driver from within kernelspace. That sounds like what you want to do. thanks, greg k-h -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/