Are there some program like COM0COM in linux? [clo

2020-02-23 03:58发布

I use com0com for program testing in windows, are there any program like com0com in linux?

I know there is pts/ptmx, but what I want is a stand alone program to provide 2 virtual serial ports...

Then I can open 2 program, each attench one...

2条回答
手持菜刀,她持情操
2楼-- · 2020-02-23 04:34

I found a good method:

socat PTY,link=COM8 PTY,link=COM9

then 2 virtual serial port files are created: COM8, COM9

查看更多
啃猪蹄的小仙女
3楼-- · 2020-02-23 04:56

You can also use tty2comKm virtual serial port driver for linux provided by serialpundit project.

查看更多
登录 后发表回答