Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
/ tty0uart Public archive

Null-modem emulator connecting virtual tty to virtual UART

License

Notifications You must be signed in to change notification settings

hhk7734/tty0uart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tty0uart

tty0uart: Null-modem emulator connecting virtual tty to virtual UART

/dev/ttyhk0 <--> /dev/ttyHK0

Various programs can detect /dev/ttyHK0 but usually not /dev/ttyhk0.

Installation

git clone https://github.com/hhk7734/tty0uart.git
cd tty0uart
make &&
sudo make install

Removal

cd tty0uart
sudo make uninstall