BasicDebug Serial_WriteByte Method Fling OS
Writes the specified value to the debug serial port

Namespace: Kernel.Debug
Assembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[PluggedMethodAttribute(ASMFilePath = "..\..\ASM\Debug\SerialWrite")]
public static void Serial_WriteByte(
	byte value
)
See Also