Home
Name Modified Size InfoDownloads / Week
v1.4 2023-01-20
v1.3 2020-06-28
README 2013-08-16 855 Bytes
tty0tty-1.2.tgz 2013-08-16 14.3 kB
tty0tty-1.1.tar.gz 2012-09-19 14.5 kB
tty0tty-1.0.tar.gz 2012-09-19 14.0 kB
Totals: 6 Items   43.7 kB 18

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 <- TX 	



module:

 The module is tested in kernel 3.10.2 (debian) 

  When loaded, create 8 ttys interconnected:
  /dev/tnt0  <=>  /dev/tnt1 
  /dev/tnt2  <=>  /dev/tnt3 
  /dev/tnt4  <=>  /dev/tnt5 
  /dev/tnt6  <=>  /dev/tnt7 

  the connection is:
  
  TX   ->  RX
  RX   <-  TX 	
  RTS  ->  CTS
  CTS  <-  RTS
  DSR  <-  DTR
  CD   <-  DTR
  DTR  ->  DSR
  DTR  ->  CD
  

Requirements:

  for module build is necessary kernel-headers or kernel source


For e-mail suggestions :  lcgamboa@yahoo.com
Source: README, updated 2013-08-16