[Missing <summary> documentation for "T:OddPrg.Communication.ISerialPort"]
public interface ISerialPort| GetComParams | Returns current values of serial port parameters. |
| ChangeBaudrate | Stores current value of baudrate for future check. Descendant communicator can implement change of serial port baudrate for its channel. |
| ChangeComParams | Stores values of serial port parameters for future check. Descendant communicator can implement change of selected serial port parameters for its channel. |
| ChangeDataBits | Stores current value of data bits for future check. Descendant communicator can implement change of serial port data bits for its channel. |
| ChangeParity | Stores current value of parity for future check. Descendant communicator can implement change of serial port parity for its channel. |
| ChangeStopBits | Stores current value of stop bits for future check. Descendant communicator can implement change of serial port stop bits for its channel. |
| SetDtr | Setting DTR flag to a desired value. |
| SetRts | Setting RTS flag to a desired value. |