Someone from Microsoft published a serial port class in C# in I think MSDN Jounal. It is on the MS we site and the license is quite friendly. JH.CommBase is the class, that might make it easier to find. JH is the arthors initals. It inclues stream and line orientated IO. All of the WINAPI can be accessed from safe(i think) C# code, anyone neededing an API converted to C# syntax, can let me know, I have done enought so that it is easy now. I origanly write my own serial port class, but have replaced it with the JH one. Of course the JH class uses the WIN32 API. In windows, com ports are created by the openfile command, IO can done by C# stream IO, setup (baudrate) is done by calls to the API. Using WINE, it is the same ( I am told). How is this done in Linux?
Dennis Message: 7 From: Gustavo - over <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Organization: Date: 31 Jan 2003 14:02:05 -0200 Subject: [Mono-list] serial port please, how to access a serial port (ttyS0) on mono? where can I find documentation on integrating C++ and Mono, in the case of no comunication class to serial port? tnx. gustavo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
