Re: [uml-user] Using a serial port

2009-07-03 Thread vincent-perrier
In the cloonix software, openpty is used to get a tty pair master/slave, then on the uml  linux start line, this is added for ttyS0: ssl0=tty:slave_name Then whatever is written on the master fd gets into the ttyS0 of the uml machine and the other way for read. With this solution, you have to wri

Re: [uml-user] Using a serial port

2009-06-25 Thread Jeff Dike
On Thu, Jun 25, 2009 at 09:46:44PM -0400, lanas wrote: > I would like to connect to a UML as if with a plain serial port. No > protocol, no telnet, no nothng, simply like a serial port, at any > speed, 8N1. I type 'A' in the host's minicom and the minicom in the UML > receives 'A'. > > How wo

[uml-user] Using a serial port

2009-06-25 Thread lanas
Hello, I would like to connect to a UML as if with a plain serial port. No protocol, no telnet, no nothng, simply like a serial port, at any speed, 8N1. I type 'A' in the host's minicom and the minicom in the UML receives 'A'. How would I launch the UML to get that type of connectivity ? Wh