Blaz Antonic writes:
> 
> > Please report back to the list including information about any software you
> > can get to work.
> 
> Just FYI, serial with ioctl()s will probably be debugged in few days and
> working as expected along with simple dumb terminal program that doesn't
> use select() (it uses fork, runs in two separate processes).
> 
> I'll get back to you with modified serial.c when it's finished.
> 

I am just merging in your serial.c and testing it this afternoon. I am
planning to re-write the way init works before the next release so we have
getty(1), to make init more efficient, and have an inittab.

Have you looked at implementing the c_cflag member of the termios structure
as used by POSIX TCGETS/TCSETS ioctls which we already partly support to
control baud rate? See include/linuxmt/termios.h for details of the baud
rate #defines B0 ... B2400 ... B19200  etc.

Al

Reply via email to