Sha256: 089fa3f460b25985f7b4f6563a07d8141fa2baabed7a4799bd3a901c3434aaa4

Contents?: true

Size: 855 Bytes

Versions: 6

Compression:

Stored size: 855 Bytes

Contents


tty0tty - linux null modem emulator v1.1 


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.2.13 (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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ardtweeno-0.6.0 test/debug/tty0tty-1.1/README
ardtweeno-0.5.0 test/debug/tty0tty-1.1/README
ardtweeno-0.4.0 test/debug/tty0tty-1.1/README
ardtweeno-0.3.1 test/debug/tty0tty-1.1/README
ardtweeno-0.3.0 test/debug/tty0tty-1.1/README
ardtweeno-0.2.5 test/tty0tty-1.1/README