Set Serial Port
更新时间: 2026/08/06
在Gitcode上查看源码

Set Serial Port

Change History

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information

Function Description

Set the serial port.

Privilege

Command Information

Request Information

ByteData Field
NetFn30h
CMD90h
1Sub command, subcommand = 12h
2Loop setting
0: Returns to the normal state.
1: Enables the system serial port loop.
2: Connects the debug serial port to the system serial port.

Response Information

ByteData Field
1Completion Code

Command Example

Set the serial port.

Request:

bash
ipmicmd -k "0f 00 MM NN" smi 0

Response:

text
0f MM NN

Back to Index