Re: SerialPort.WriteTimout
James Berry <[email protected]> Wed, 9 Jan 2008 10:01:10 +0000
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
Flow control plays an important part in serial communication. The receiver can indicate it is not ready to receive data by lowering the CTS line. Best wishes James -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Peter Osucha Sent: 08 January 2008 21:58 To: [email protected] Subject: [DOTNET-WINFORMS] SerialPort.WriteTimout I have been searching for info on what actually will cause a WriteTimeout error to happen on a serialport object in net 2.0. There are lots of articles that talk about a Write operation not being able to complete in the time allotted. However, besides having a series of bytes to be written that when taking into the account the baud rate cannot complete in the allotted time, I can't think of another reason for this error to occur - nor can I find reference to when it will occur. Any ideas or places you could point me, please? Sincerely, Peter