The termios functions cfseti/ospeed map 500k & 921k to 150 & 300 respective. For some strange reason the 460k works but higher speeds do not. Is this a bug that hasn't surfaced yet or am I missing something basic? #define B150 0000005 #define B300 0000007 #define B460800 0010004 #define B500000 0010005 #define B921600 0010007 -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html