Re: [Qemu-devel] Redirect COM1 to ttyUSB0

2005-08-05 Thread John R. Hogerhuis
On Thu, 2005-08-04 at 16:38 -0700, John R. Hogerhuis wrote: > I could use -serial stdio > but how do I get it connected to the usb port? I'm guessing netcat/socat > but I've never used that utility. > > Anyone have a recipe that works? I ended up figuring out a way to do this... using socat. F

[Qemu-devel] Redirect COM1 to ttyUSB0

2005-08-04 Thread John R. Hogerhuis
QEMU on Linux hosting FreeDOS running an old DOS serial comm application. I want to redirect the guest's COM1 to ttyUSB0 which will have a real device connected to it. How is this done with QEMU? I could use -serial stdio but how do I get it connected to the usb port? I'm guessing netcat/socat b