Hi,
I'm wondering if anyone knows how to create a pseudo terminal (pty) or
a.k.a. virtual serial port (vsp). If there's a way to create using socat on
the gumstix, that would be most helpful for me.
I have been able to do this with my Ubuntu desktop by issuing the following
command:
socat -d -d open:/dev/ttyS1,raw,clocal,B115200 pty:5
However, pty doesn't seem to be available in the gumstix version of socat.
There is, however, options like openpty and ptmx but I have no idea how to
use these.
Any help is appreciated.
Thanks,
Rich
--
View this message in context: http://www.nabble.com/How-can-I-creat-a-pseudo-terminal--tp15591055p15591055.html
Sent from the Gumstix mailing list archive at Nabble.com.
|