Name Last Update
module Loading commit data...
pts Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile Loading commit data...
README Loading commit data...
THANKS Loading commit data...
TODO Loading commit data...
VERSION Loading commit data...

README

tty0tty - linux null modem emulator v1.2

This is the tty0tty directory tree:

module - linux kernel module null-modem
pts - null-modem using ptys (without handshake lines)

pts (unix98):

When run connect two pseudo-ttys and show the connection names:

(/dev/pts/1) (/dev/pts/2)

the connection is:

TX -> RX
RX /dev/tnt1
/dev/tnt2 /dev/tnt3
/dev/tnt4 /dev/tnt5
/dev/tnt6 /dev/tnt7

the connection is:

TX -> RX
RX CTS
CTS DSR
DTR -> CD

Requirements:

for module build is necessary kernel-headers or kernel source

For e-mail suggestions : lcgamboa@yahoo.com