Hi all,
I need to use serial communication with baud rates under 9600. I tried the
uart 16550a linux driver, but found that setserial gives back invalid
argument. The cause is that serial_core.c and 8250.c explicitly disallow
these settings. Why?
The quick & dirty solution (simply eliminating these limit checks in
serial_core.c and 8250.c) does GPF. Ok :)
Is it possible now to do serial communication with a device which can only
1200 baud?
thanks,
MaXX
-
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html