-
Sometimes (and that's what is baffling me the most)
an exception is thrown while building my
documentation via the NDoc gui.
It always happens for the same file (while building a
html file called Write_overloads.html), here's the
error message:
Die Länge darf nicht kleiner als 0 (null) sein.
Parametername: length
Exception: NDoc.Core.DocumenterException
Die Länge darf nicht...
2006-06-16 07:55:30 UTC in NDoc 2005
-
Currently it's not possible to change eg. your baud rate on the fly (read: if the port is open)without closing and reopening the port. I'm not sure wether this is a feature or a bug, but I found a possible solution I want to discuss with you.
If you search for the BaudRate property of the SerialPort class (SerialPort.cs), you'll find the following definition:
public int BaudRate
{
get
{.
2006-01-05 10:07:52 UTC in .NET SerialPort library
-
Logged In: YES
user_id=1419161
You'll find the cause for this in the file WinStream.cs
inside the Win32CE directory.
After stepping through a couple of times I found the
problem to be a bypassed set-method of the
BasicPortSettings property in the port class.
As it seems that the author abandoned the project I'll
post a possible solution to this in the Help forum in a
couple of...
2006-01-04 14:09:53 UTC in .NET SerialPort library