Click here to Skip to main content
15,923,789 members
Home / Discussions / C#
   

C#

 
Questionreading and writing to ports Pin
Emyat28-Jun-06 17:56
Emyat28-Jun-06 17:56 
AnswerRe: reading and writing to ports Pin
engsrini29-Jun-06 6:25
engsrini29-Jun-06 6:25 
GeneralRe: reading and writing to ports Pin
Emyat2-Jul-06 21:15
Emyat2-Jul-06 21:15 
QuestionHow can I check if the datasource is writable? Pin
AngryC28-Jun-06 15:02
AngryC28-Jun-06 15:02 
AnswerRe: How can I check if the datasource is writable? Pin
Charlie Williams28-Jun-06 15:44
Charlie Williams28-Jun-06 15:44 
GeneralRe: How can I check if the datasource is writable? Pin
AngryC28-Jun-06 15:53
AngryC28-Jun-06 15:53 
AnswerRe: How can I check if the datasource is writable? Pin
Dave Kreskowiak28-Jun-06 15:51
mveDave Kreskowiak28-Jun-06 15:51 
GeneralRe: How can I check if the datasource is writable? Pin
AngryC28-Jun-06 16:10
AngryC28-Jun-06 16:10 
GeneralRe: How can I check if the datasource is writable? Pin
Edbert P28-Jun-06 19:01
Edbert P28-Jun-06 19:01 
GeneralRe: How can I check if the datasource is writable? Pin
AngryC28-Jun-06 19:39
AngryC28-Jun-06 19:39 
GeneralRe: How can I check if the datasource is writable? Pin
Robert Rohde28-Jun-06 20:01
Robert Rohde28-Jun-06 20:01 
GeneralRe: How can I check if the datasource is writable? Pin
Dave Kreskowiak29-Jun-06 1:31
mveDave Kreskowiak29-Jun-06 1:31 
QuestionModal Dialog help in C# [modified] Pin
McSmack28-Jun-06 14:57
McSmack28-Jun-06 14:57 
AnswerRe: Modal Dialog help in C# Pin
Alexander Wiseman28-Jun-06 15:41
Alexander Wiseman28-Jun-06 15:41 
QuestionRe: Modal Dialog help in C# [modified] Pin
Martin#28-Jun-06 19:34
Martin#28-Jun-06 19:34 
AnswerRe: Modal Dialog help in C# Pin
Alexander Wiseman29-Jun-06 5:39
Alexander Wiseman29-Jun-06 5:39 
GeneralRe: Modal Dialog help in C# [modified] Pin
Martin#29-Jun-06 6:11
Martin#29-Jun-06 6:11 
GeneralRe: Modal Dialog help in C# Pin
Alexander Wiseman29-Jun-06 6:30
Alexander Wiseman29-Jun-06 6:30 
GeneralRe: Modal Dialog help in C# Pin
Martin#29-Jun-06 6:41
Martin#29-Jun-06 6:41 
GeneralRe: Modal Dialog help in C# Pin
McSmack29-Jun-06 6:00
McSmack29-Jun-06 6:00 
QuestionRe: Modal Dialog help in C# Pin
Alexander Wiseman29-Jun-06 6:41
Alexander Wiseman29-Jun-06 6:41 
AnswerRe: Modal Dialog help in C# Pin
McSmack29-Jun-06 7:17
McSmack29-Jun-06 7:17 
QuestionRe: Modal Dialog help in C# Pin
Alexander Wiseman29-Jun-06 10:53
Alexander Wiseman29-Jun-06 10:53 
AnswerRe: Modal Dialog help in C# Pin
McSmack29-Jun-06 12:19
McSmack29-Jun-06 12:19 
GeneralRe: Modal Dialog help in C# Pin
Alexander Wiseman29-Jun-06 12:54
Alexander Wiseman29-Jun-06 12:54 
Excellent! I'm glad you got it working.

The purpose of my second question was to make sure that the serial library was explicitly spawning a new thread and not asynchronously invoking a delegate function. I see by the code you put there that it is indeed explicitly creating the thread, so you probably don't want to kill the thread.

I think you solution is perfect, and I understand now why you had said that the thread was still running. Switching to the main thread before doing any of the data processing seems to be the best way to go.

Let me know if you run into any more problems Cool | :cool:

Sincerely,
Alexander Wiseman

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.