>James Mansion wrote: >> What is the current state of serial port access - and what will it be in >> the near future (well, 2.0 release, which I assume is fearly near term)? >> >> James >> >> _______________________________________________ >> Mono-list maillist - [email protected] >> http://lists.ximian.com/mailman/listinfo/mono-list >> >Worked fairly well for me with simple cases... >Opening serial ports, listing available ports, setting different speeds, >parities, etc... Reading and writing... > >Vasili. >_______________________________________________ >Mono-list maillist - [email protected] >http://lists.ximian.com/mailman/listinfo/mono-list
We came across a problem where a blocking read would always time out after 400ms (if I remember right) regardless of the time out being set to 100ms or 10s. However this was not on the latest version of Mono and it might be fixed now, if it was Mono's fault at all. We simply wrote a quick wrapper that allowed longer timeouts and didn't investigate further. Regards, Michael Mattess _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
