Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Advanced Configuration and Power Interface (ACPI) Tables Function RTVmfOutCharDebugConsole |
Function RTVmfOutCharDebugConsoleFunction RTVmfOutCharDebugConsole sends a character to the RTOS32Win Virtual Debug Console: void RTVmfOutCharDebugConsole(char c); RTVmfInit configures RTTarget-32 screen handling such that this function is used to display all screen output. If no terminal program for the Virtual Debug Console is running on Windows, all data sent with this function is discarded.
|