Hi Mauricio, Are implementation was for OSX and we did not implement events. However we did make a threaded read and write that uses select on the port to see if there is data. Here is the where the code can be downloaded. http://shaneo.blogsite.org/
I hope this helps. Shawn > Hi Shawn: > > We are working heavily with serial ports on mono linux here at my Univ. > and so far all works kind of ok doing read/write calls , but now we > really need the incoming data event, but also be able to write to the > serial port, so we can't do threading loops makings reads on the port > becouse that blocks the writing, so I wonder if you are still willing to > share your serial port re-implementation to the mono project or at least > help me to implement the incoming data event? > > in advance, thank you very much... > > Mauricio > _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
