Edit SerialPort Serial Port
| Item | Description |
|
| IfIndex | IfIndex for this port. |
| Descr | Port description. |
| Mode | Used to configure the mode this port should operate in. |
| BaudRate | Used to configure the baud rate of this port. |
| DataBits | Used to configure the number of data bits, per byte of data, this port should send/receive. |
| MyAddr | Used to configure this port's IP address. Used for both 'slip' and 'ppp' modes. |
| PeerAddr | Used to configure the peer's IP address. Used for both 'slip' and 'ppp' modes. |
| SlipMtu | Used to configure the MTU for this port. Used for slip only. |
| SlipTxRxCompress | Used to enable/disable compression of TCP/IP packet headers on this port. Used for slip only. |
| SlipRxCompress | Used to enable/disable compression for receiving packets on this port. Used for slip only. |
| PppConfigFile | Used to configure the configuration file to use for PPP. |