Added exception in case of using nonstandard baud rate on POSIX boxes, which is not...
authorKonrad M. Kruczynski <konrad.kruczynski@gmail.com>
Sun, 1 May 2011 12:20:54 +0000 (14:20 +0200)
committerKonrad M. Kruczynski <konrad.kruczynski@gmail.com>
Sun, 1 May 2011 12:20:54 +0000 (14:20 +0200)
commit718b24e6aeafd97907b6308b0e05bf525adad56b
treef7766f6de1968f166dfa84cc201bf5626a10b0cd
parent5d57a9d85e2d57a8ea7e29a55fc83ad6e3fe5549
Added exception in case of using nonstandard baud rate on POSIX boxes, which is not supported by termios. OutOfRange rather than NotSupported exception due to interface compatibility.
mcs/class/System/System.IO.Ports/SerialPortStream.cs
support/serial.c