2006-04-05 Carlos Alberto Cortez * SerialPort.cs: Add protected Dispose method, and move the Close stuff there. 2006-04-04 Carlos Alberto Cortez * SerialPort.cs: Re-arrange values for ctors (keep things clean). 2006-04-03 Carlos Alberto Cortez * SerialPort.cs: * SerialPortStream.cs: Remove the buffers from the SerialPort class, and take them to SerialPortStream. We need them for storing the internal read (pass the buffer sizes to SerialPortStream ctor by now, and use those numbers when we support them). 2006-03-27 Carlos Alberto Cortez * SerialPort.cs: Inherit from Component, and use protected Events property to save the event handlers. Also add internal methods to trigger the events and remove pragmas. 2006-03-15 Miguel de Icaza * SerialPort.cs: We will do detection of systems differently as we discussed over email. Drop malloc/free/uname calls. 2006-03-15 Carlos Alberto Cortez * SerialPort.cs: Add basic detection of serial ports and default serial port. 2006-03-14 Carlos Alberto Cortez * SerialPort.cs: * SerialPortStream.cs: Change SerialPortStream ctor parameters and fix some related values. 2006-03-11 Miguel de Icaza * y * SerialPort.cs: Remove unused variable (writeBuffer). * SerialPortStream.cs (Dispose): override, not new. 2006-03-08 Carlos Alberto Cortez * SerialPort.cs: * SerialPortStream.cs: Small advance/cleanups. 2006-02-29 Carlos Alberto Cortez * SerialPort.cs: * SerialReceivedEventArgs.cs: * SerialErrorEventArgs.cs: * SerialPinChangedEventArgs.cs: Fix signatures and values related to events. 2006-02-28 Carlos Alberto Cortez * SerialPort.cs: * SerialPortStream.cs: Cleanups and some small funcionalities added. Also, some code was moved to SerialPortStream, to have a better design. 2006-02-21 Carlos Alberto Cortez * SerialPort.cs: * SerialPortStream.cs: Move SerialPortStream to a new file, to have a better organization. 2006-02-21 Carlos Alberto Cortez * SerialPort.cs: Little work on support the Read methods. 2006-02-14 Carlos Alberto Cortez * SerialPort.cs: Little work on default values and exception report. * Parity.cs: * Handshake.cs: * StopBits.cs: New enum files (taken outside SerialPort and with the right values now). 2006-02-13 Carlos Alberto Cortez * SerialPort.cs: Work on Encoding property and use it in Write methods. 2006-02-10 Carlos Alberto Cortez * SerialError.cs: * SerialData.cs: * SerialPinChange.cs: New enums. 2004-12-26 Zoltan Varga * System.IO.Ports/SerialPort.cs: Fix build under csc.