mirror of https://github.com/xemu-project/xemu.git
Created Extra (markdown)
parent
3bc4505e92
commit
1c5fa7d03f
|
@ -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.
|
Loading…
Reference in New Issue