From 1c5fa7d03fc7a980352d912fe7fae43a1bd9626e Mon Sep 17 00:00:00 2001 From: mborgerson Date: Tue, 18 May 2021 17:48:51 -0700 Subject: [PATCH] Created Extra (markdown) --- Extra.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Extra.md diff --git a/Extra.md b/Extra.md new file mode 100644 index 0000000..62966d0 --- /dev/null +++ b/Extra.md @@ -0,0 +1,2 @@ +## Serial Port +Xbox Development Kits came with a serial port for debugging, likewise xemu can also support a serial port. Simply add `-device lpc47m157` to the command line launch arguments. You can then route the serial port to various devices, for example you can send it the console with `-serial stdio` or to a socket with `-serial tcp:127.0.0.1:5558`. See QEMU documentation for more details. \ No newline at end of file