To define the baud rate, use the baud rate command in Interface Configuration Mode. The baud rate is the rate at which information is transferred in a serial communication channel. In the serial port context, "9600 baud" means that the serial port is capable of transferring a maximum of 9600 bits per second.
Parameter | Type | Description |
---|---|---|
integer | Integer | Enter a number that represent the baud-rate setting. The available
values are:
|
Serial Interface Configuration Mode
iS5Comm(config)# configure terminal
iS5Comm(config)# interface serial 0/9
iS5Comm(config-serial-if)# baud-rate 115200
iS5Comm(config-if)# no baud-rate
“no baud-rate” will revert back the baud rate settings to the default value which is 9600.