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
Original issue reported on code.google.com by
alexey.b...@gmail.com
on 23 May 2012 at 10:51Attachments: