> If the device is full-duplex how can I have one application
> reading it and another writing?
You either do file handle passing (funky) or normally one program runs the
other: ie
open file
fork()
child:
exec other app (which inherits file)
exit
parent:
run code
- File descriptors and Sound Rui Sousa
- Re: File descriptors and Sound Alan Cox
- Re: File descriptors and Sound Rui Sousa
- Re: File descriptors and Sound Matthew Wilcox
- Re: File descriptors and Sound Benno Senoner
