Grant Edwards wrote:
> In article <(E-Mail Removed)>, Gonzales Valero Daniel wrote:
>
>
>>I have an application which tries to connect to a serial terminal. I
>>want to create a "virtual serial terminal" which I can redirect to a
>>socket interface.
>
>
> That's sort of what the pty (pseudo-terminal) device driver does. There's
> one device that looks to the application like a serial prot (tty device) and
> a second device that's connected to the first device.
>
More than sort of, thats exactly what ptys do. In fact this is how
telnet is implemented.
Neil
--
/************************************************** *
*Neil Horman
*Software Engineer
*Red Hat, Inc.,
www.redhat.com
*gpg keyid: 1024D / 0x92A74FA1
*
http://www.keyserver.net
************************************************** */