Terminal in CE Boot (Compact 2013)
3/26/2014
The Terminal driver encapsulates functionality to read from and write to a terminal. Its driver class is BOOT_DRIVER_CLASS_TERMINAL.
Its interface is defined in:
%_WINCEROOT%\Platform\Common\Src\Common\Bldr\Inc\Bootterminal.h
The IOCTLs that a terminal driver can respond to are listed in the following table.
Terminal Driver IOCTLs
IOCTL |
Description |
---|---|
BOOT_TERMINAL_IOCTL_WRITE_STRING |
Writes a string to the terminal. |
BOOT_TERMINAL_IOCTL_READ_CHAR |
Reads a character from the terminal. |
BOOT_TERMINAL_IOCTL_VPRINTF |
Writes a formatted string to the terminal. |