new-host-serial-console-comp ["name"] ["port"]
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.
std-comp