Re: [uml-user] uml serial lines

2008-03-24 Thread vincent-perrier
Thank you very much, I will look into that solution. On Mon, 2008-03-24 at 11:26 -0400, Jeff Dike wrote: > On Thu, Mar 20, 2008 at 09:10:10PM +0100, vincent-perrier wrote: > > I am doing a network simulator replacing all the cables between > > network machine interfaces by a logical switch in a si

Re: [uml-user] uml serial lines

2008-03-24 Thread Jeff Dike
On Thu, Mar 20, 2008 at 09:10:10PM +0100, vincent-perrier wrote: > I am doing a network simulator replacing all the cables between > network machine interfaces by a logical switch in a single process. > I would need also to simulate serial cables between /dev/ttyx of a > machine and /dev/ttyz of an

[uml-user] uml serial lines

2008-03-20 Thread vincent-perrier
Hello, I am doing a network simulator replacing all the cables between network machine interfaces by a logical switch in a single process. I would need also to simulate serial cables between /dev/ttyx of a machine and /dev/ttyz of another machine, how is it possible? (a machine is an uml machine, o