Marc Brünink schrieb:
>
> Exactly: I want to do it with help of GNUstep. So I'm searching for a
> GNUstep way to do it. Actually I've an own SerialPort class (using
> tcsetattr). I'm just wondering if there's a better way. Some sort of
> pure GNUstep methods.

No, there is no "pure" interface - neither in GNUstep, Cocoa, NeXTstep.

The API has been designed to hide all that behind the abstraction of
networking and printer drivers. So, you have NSURLHandle, NSSocket etc.
and NSPrinter. Setting the serial speed is on a too low level...

And what is bad with a private SerialPort class? You could think about
adding it to GNUstep - then it would become the "standard" way.

-- hns

_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to