https://github.com/qqxiaoming/virts
This is a software-simulated serial port ttyVIRT device driver. After loading the driver, two devices, /dev/ttyVIRT0 and /dev/ttyVIRT1, will be generated. Different applications can open these two serial devices to communicate with each other.virts是一个虚拟串口驱动程序,加载驱动后会产生两个软件模拟的串口ttyVIRT设备驱动,可以互相通讯。该项目的姐妹篇:virte:https://github.com/QQxiaoming/virte
https://github.com/qqxiaoming/virts
driver linux tty
Last synced: about 1 year ago
JSON representation
This is a software-simulated serial port ttyVIRT device driver. After loading the driver, two devices, /dev/ttyVIRT0 and /dev/ttyVIRT1, will be generated. Different applications can open these two serial devices to communicate with each other.virts是一个虚拟串口驱动程序,加载驱动后会产生两个软件模拟的串口ttyVIRT设备驱动,可以互相通讯。该项目的姐妹篇:virte:https://github.com/QQxiaoming/virte
- Host: GitHub
- URL: https://github.com/qqxiaoming/virts
- Owner: QQxiaoming
- License: gpl-2.0
- Created: 2020-12-29T06:35:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T03:44:24.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T10:21:19.894Z (over 1 year ago)
- Topics: driver, linux, tty
- Language: C
- Homepage:
- Size: 28.3 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/QQxiaoming/virts/actions/workflows/ci.yml)
[](https://www.codefactor.io/repository/github/qqxiaoming/virts)
[](https://github.com/QQxiaoming/virts)
# virts
English | [简体中文](./README_zh_CN.md)
## Introduction
This is a software-simulated serial port ttyVIRT device driver. After loading the driver, two devices, /dev/ttyVIRT0 and /dev/ttyVIRT1, will be generated. Different applications can open these two serial devices to communicate with each other.
## Install
```shell
make
make load
```
## Uninstall
```shell
make unload
```