new-hap-meter new-hunt
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

new-host-serial-console-comp

Synopsis

new-host-serial-console-comp ["name"] ["port"]

Description

This command creates an instantiated component of the class host_serial_console_comp.

The class description for the host_serial_console_comp class: The "host_serial_console_comp" component represents serial console accessible from the host as a virtual serial port. On Windows a COM port is used and on Linux a pty (pseudo-terminal). The name of an existing port can be supplied when the console is created. Then this port will be used, and no pseudo port is opened.

name is Optional
If not specified, the component will get a class-specific default name.

port is Optional
Existing port (COM port on Windows and a tty on Linux) to connect to. On Linux the argument is optional and a pseudo port is created if it is left out.

Provided By

std-comp
new-hap-meter new-hunt