vote up 1 vote down star

Hello,

I am developing in C# using the SerialPort class. SerialPort.Write() is a blocking method. How can I exit this method when I want to stop writing? I use a thread to write. I abort this thread when I want to stop writing but the COM port continues to write.

Any ideas?

Thanks a lot.

Sorry for my basic English.

flag
What kind of data are you writing to the serial port? – Justin Niessner Apr 20 at 12:51
data are ascii characters. SerialPort is writing bytes. – DaniMelo Apr 20 at 13:43
Have you tried setting the WriteTimeout property -- before starting the write? – Jason D 2 days ago

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.