yun93us / qextserialport

Automatically exported from code.google.com/p/qextserialport
Other
0 stars 0 forks source link

Add enumeration of PTS devices #133

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In Linux environment enumerator won't show PTS devices (pseudo-terminal slaves).
In Linux they are useful as a pairs of virtual serial ports (alternative to 
VSPE in MS Windows).
You may create such pair with command:
============
socat -d -d pty,raw,echo=0 pty,raw,echo=0
============

What is the expected output? What do you see instead?
I expect PTS devices to appear in serial ports list.

What version of the product are you using? On what operating system?
1.2beta

Attached is my patch versus current repo state that implements expected 
behavior.
Please provide any additional information below.

Original issue reported on code.google.com by alexey.b...@gmail.com on 23 May 2012 at 10:51

Attachments: