Hey Folx,
First I wnat to say that everybody in this project is doing a great job.
But we shouldn't loose the the focus.
I think there shouldn't be a discussion about OS-independent driver. The driver has to
run under Linux. Everything else is 'nice to have'.
That's it, the driver should work,
Hi
> I'm following this structure in my Towitoko CT-API driver:
>
> - serial.c, .h: Functions for reading and writing serial port. This code
> is plataform dependent but reader independent. I'm planing add support for
> Win32 (with a new define CPU_WIN32_OS) so the CT-API would work on Linux,
> M