rodel-talampas / java-simple-serial-connector

Automatically exported from code.google.com/p/java-simple-serial-connector
0 stars 0 forks source link

Feature Request - Access to More Termios on Linux #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like access to more of termios on linux-like operating systems.  In 
particular (and to begin) I want access to fields like VTIME and VMIN.

What is the right way to do this so that windows implementations fail 
gracefully?

Original issue reported on code.google.com by cpigg...@gmail.com on 15 Jun 2012 at 2:47

GoogleCodeExporter commented 9 years ago
There is no a gracefully way for doing it, library is designed so that it 
behaved the same on different operating systems.

If you really need it you can write your own methods in native library.

Original comment by scream3r.org@gmail.com on 18 Jun 2012 at 8:45

GoogleCodeExporter commented 9 years ago

Original comment by scream3r.org@gmail.com on 29 Oct 2012 at 4:46