Hell, > I've been trying to get my c# windows code to work on linux and I had no > such luck. My question is: Has the SerialPort class been implemented > completely in mono 2.0 or it's still missing the events, such as > DataRecieved, or some methods, such as ReadExisitng?(As I've found from > emails dated somewhere in 2006).
There are a handful of events that are not implemented. You can use Moma to identify the missing features. > Also does debugger not work with MonoDevelop as stated on its page? The debugger has not been released inside MonoDevelop, only on the command line. We will soon have another Alpha Preview of MonoDevelop 2 which supports this. Miguel _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
