Re: [Mono-dev] Mono C# Serial Port problem

2009-08-21 Thread Shawn Schaerer
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 a

Re: [Mono-dev] Mono C# Serial Port problem

2009-01-10 Thread Shawn Schaerer
it. Let me know, Shawn Schaerer Director of Research and Development Cogmation Robotics Inc www.cogmation.com On 8-Jan-09, at 11:10 AM, Xavi de Blas wrote: Hello all which is the status of the serial port in MacOSX implementation? i think Shawn code is not released, and i wonder if

Re: [Mono-dev] Mono C# Serial Port problem

2008-05-30 Thread Shawn Schaerer
Hi, I hope to have our OSX implementation up in the next couple of days. This implementation should work under linux too!! I am also looking at the serial.c source and will try to get that to work under OSX as well. I will send the link ASAP. Shawn Schaerer Director of Research and

Re: [Mono-dev] Mono C# Serial Port problem

2008-05-21 Thread Shawn Schaerer
Thanks., I will look in to it and see if we can fix the osx version. Most likely it is a tty setting that has not been set, in OSX Unix there are a couple of settings that need to be set or the port does not work. Shawn Schaerer Director of Research and Development Cogmation Robotics Inc

Re: [Mono-dev] Mono C# Serial Port problem

2008-05-21 Thread Shawn Schaerer
we will put it up on our site in the next couple of days Shawn Schaerer Director of Research and Development Cogmation Robotics Inc http://www.cogmation.com On 20-May-08, at 4:04 PM, Miguel de Icaza wrote: No we do not have it on the web, but we are willing to put it up and or submit it to

Re: [Mono-dev] Mono C# Serial Port problem

2008-05-16 Thread Shawn Schaerer
Hi, No we do not have it on the web, but we are willing to put it up and or submit it to the mono-project. Shawn Schaerer Director of Research and Development Cogmation Robotics Inc www.cogmation.com On 16-May-08, at 11:00 AM, Xavi de Blas wrote: Shwn: Do you have this reimlemenation

Re: [Mono-dev] Mono C# Serial Port problem

2008-05-16 Thread Shawn Schaerer
Hi, We also have problems with the serial port under OSX. We had to re- implement most of the serial port unsing posix call. Can you actually get any data out of the port ? Shawn Schaerer Director of Research and Development Cogmation Robotics Inc www.cogmation.com

[Mono-dev] crossAppDomain memory leak UPDATE

2008-01-29 Thread Shawn Schaerer
memory to increase. I am not sure what the cause is. We remedied this by only passing objects across appdomains. I will file a bug report and some code if it is needed. Thanks Shawn Schaerer Director of Research and Development Cogmation Robotics Inc www.cogmation.com

[Mono-dev] crossAppDomain memory leak ?

2008-01-28 Thread Shawn Schaerer
exists for all data types, primitives, arrays and custom classes. Thanks, Shawn Schaerer Director of Research and Development Cogmation Robotics Inc www.cogmation.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http

[Mono-dev] Cannot unload appdomain which includes a Visual Basic generated dll

2008-01-02 Thread Shawn Schaerer
e can unload the appdomain. Also if we use functions from a different C# dll, we can unload the appdomain. The error we get is: CannotUnloadAppDomainException: Aborting of threads in domain Domain1 timed out. System.AppDomain.Unload (System.AppDomain domain) Any ideas ? Thanks,

Re: [Mono-dev] Remoting performance between two appdomains( plugins) in same process/application

2007-12-19 Thread Shawn Schaerer
in a byte array) ? If so, is it a big speed up ? Thanks for your time and answers. Shawn On 19-Dec-07, at 9:47 AM, Lluis Sanchez wrote: El dc 19 de 12 del 2007 a les 09:03 -0600, en/na Shawn Schaerer va escriure: Hi, I have a question on the performance of remoting between two

[Mono-dev] Remoting performance between two appdomains( plugins) in same process/application

2007-12-19 Thread Shawn Schaerer
accessing shared memory or is the data still accessed via proxies ? Is there a big performance hit doing this in Mono ? Is there a better solution ? Thanks, Shawn Schaerer Director of Research and Development Cogmation Robotics Inc www.cogmation.com