Also i had this need, you could try to polling http://code.google.com/p/comex-project/source/browse/trunk/comex-base/Src/Readers/SmartMouseReader.cs#247
and parse read data, after put data in a container and generate an DataArrived Event that say your application that container is filled. For some projects i used this approach 2012/3/8 Robert Jordan <[email protected]>: > On 28.05.2010 14:06, yp_381 wrote: >> >> My question is, if the information regarding the implementation state of >> the >> DataReceived-Event provided here >> http://www.mono-project.com/HowToSystemIOPorts is still correct. >> >> Everything I found about it was several months, or even years old. Are the >> events still not implemented, or am I just doing something wrong? > > > These limitations are still in place. > > Robert > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list -- themonospot project - http://www.integrazioneweb.com/themonospot monosim project - http://www.integrazioneweb.com/monosim comex project - http://comex-project.googlecode.com webpman project - http://www.integrazioneweb.com/webpman _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
