23 Jan
2008
23 Jan
'08
12:06 p.m.
Hi all,
I've created my own iostreams device (for a serial port) which for
debugging purposes prints out calls to read()/write().
I'm constructing a stream on the device like this:
serial_device serial("/dev/ttyS3", serial_device::Baud38400);
stream