Re: Question: Serial port device drivers...

2000-11-29 Thread Greg KH
On Wed, Nov 29, 2000 at 12:42:47PM +, Wayne Price wrote: > > Has this been done before, and does anyone have any sample code or > hints as to what I need to do? We are using kernel 2.2.16 (from > RedHat-7.0). You might want to take a look at the Axis Bluetooth stack for Linux (www.axis.com).

Question: Serial port device drivers...

2000-11-29 Thread Wayne Price
I am trying to develop a device-driver to sit above the standard serial port - in other words, multiple processes can communicate with the driver which will translate the information into the required serial datastream for the device. (This could be written as a separate daemon-type process, I kno