On Tue, Mar 22, 2011 at 6:11 AM, Francisco M. Marzoa Alonso <[email protected]> wrote: > Hello, > > MoMA is that I needed, indeed. Here is the output I get: > > OK - All Methods called exist in Mono > OK - No P/Invokes are called. > FAIL - Methods called that throw NotImplementedException: 1 > FAIL - Methods called marked with [MonoTodo]: 1 > > Showing it in detail, it's the same method for both fails: > SerialPort.set_ReceivedBytesThreshold (int) > > That's for mono 2.8. > > So, I think the library "as is" it's not portable. :-|
Based on what the method does, I would guess that it's important, but there's a very good chance that if this method were implemented in Mono, the library would work. You just need to decide whether it is worth the cost to implement it. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
