I'm still trying to do non-blocking serial i/o in Gforth. There is a working example in kforth using low level i/o which I'd like to use as a model. There is also a partial example in bigforth. I may be too ignorant but it seems that the low level i/o is in libc.so.6 and that I could use the phrase:
library libc libc.so.6 and then use 'libc' to create the low level i/o words I want, namely open, close, read, write (at least). I don't understand the syntax and haven't found any examples where library is actually used. Can someone point me to an example and/or explain how the word 'libc' above could be used to create the low level open, close, etc.? Thanks! Charley. -- Charles Shattuck AM Research, Inc. [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
