Hello guys,
I've attached a working Termios binding to this message. Just run valac
--pkg termios and you should be able to use the Termios namespace. Below
is an example:
using Termios;
| class Test {
| public static void main(string[] args) {
| Termios.Termios a;
|
|
* MatÃas De la Puente <[EMAIL PROTECTED]> wrote:
> My question is whether I should create a special class to manipulate
> the structure termios to configure the port or is there another way
> using GIO / GVFS
We should write some kind of termios binding I guess. If you do so,
please do not make it