Click here to Skip to main content
15,867,756 members
Home / Discussions / C#
   

C#

 
GeneralRe: Making Serial Port Visible Pin
Big Daddy Farang31-Oct-12 5:38
Big Daddy Farang31-Oct-12 5:38 
GeneralRe: Making Serial Port Visible Pin
C-P-User-331-Oct-12 6:56
C-P-User-331-Oct-12 6:56 
GeneralRe: Making Serial Port Visible Pin
C-P-User-331-Oct-12 7:02
C-P-User-331-Oct-12 7:02 
GeneralRe: Making Serial Port Visible Pin
David Knechtges31-Oct-12 7:16
David Knechtges31-Oct-12 7:16 
GeneralRe: Making Serial Port Visible Pin
C-P-User-331-Oct-12 7:39
C-P-User-331-Oct-12 7:39 
GeneralRe: Making Serial Port Visible Pin
Big Daddy Farang31-Oct-12 8:26
Big Daddy Farang31-Oct-12 8:26 
GeneralRe: Making Serial Port Visible Pin
C-P-User-32-Nov-12 7:52
C-P-User-32-Nov-12 7:52 
GeneralRe: Making Serial Port Visible Pin
C-P-User-331-Oct-12 8:09
C-P-User-331-Oct-12 8:09 
David Knechtges wrote:
Oh and one other thing - USB-Serial devices can cause exceptions when pulled out of a computer while the serial port is open. You will need to be aware of that and handle that as well.

Good thinking.

My mind immediately reverts to what has worked excellently for years; "Include" files.

Do they work in C# like they do with (many of, most of, almost all) embedded systems assembly language development systems ?

e.g., for ease of reading, and for code organization, the sub-sections are Included; I'm thinking like Macros and constant definitions, but I suppose that code can also be included.

I just searched for "C#, #Include" here on codeproject.com and barely understood the hits I got. Suggestions welcome.

Do I just give every source file the same Namespace, and make the all the classes within the namespace public ?

By the way, is the process the same here as elsewhere ? e.g., write then compile then link then execute ?
GeneralRe: Making Serial Port Visible Pin
Big Daddy Farang31-Oct-12 8:37
Big Daddy Farang31-Oct-12 8:37 
GeneralRe: Making Serial Port Visible Pin
C-P-User-331-Oct-12 10:29
C-P-User-331-Oct-12 10:29 
GeneralRe: Making Serial Port Visible Pin
C-P-User-32-Nov-12 6:58
C-P-User-32-Nov-12 6:58 
QuestionC# acess user roles Pin
classy_dog30-Oct-12 9:16
classy_dog30-Oct-12 9:16 
AnswerRe: C# acess user roles Pin
Pete O'Hanlon30-Oct-12 10:29
subeditorPete O'Hanlon30-Oct-12 10:29 
QuestionWPF - beginner Pin
Nitin S30-Oct-12 1:14
professionalNitin S30-Oct-12 1:14 
AnswerRe: WPF - beginner Pin
V.30-Oct-12 1:22
professionalV.30-Oct-12 1:22 
AnswerRe: WPF - beginner Pin
Abhinav S30-Oct-12 6:31
Abhinav S30-Oct-12 6:31 
Question"Attempted to read or write protected memory." why am i getting this exception. Pin
Member 943048330-Oct-12 0:37
Member 943048330-Oct-12 0:37 
AnswerRe: "Attempted to read or write protected memory." why am i getting this exception. Pin
Richard MacCutchan30-Oct-12 0:49
mveRichard MacCutchan30-Oct-12 0:49 
AnswerRe: "Attempted to read or write protected memory." why am i getting this exception. Pin
David Knechtges30-Oct-12 2:59
David Knechtges30-Oct-12 2:59 
QuestionDrag and drop from windows form to explorer Pin
Somnath T Avhad30-Oct-12 0:04
Somnath T Avhad30-Oct-12 0:04 
AnswerRe: Drag and drop from windows form to explorer Pin
Ingo30-Oct-12 0:15
Ingo30-Oct-12 0:15 
QuestionDrag and drop from windows from to Explorer Pin
Somnath T Avhad30-Oct-12 0:01
Somnath T Avhad30-Oct-12 0:01 
AnswerRe: Drag and drop from windows from to Explorer Pin
Ingo30-Oct-12 0:11
Ingo30-Oct-12 0:11 
Questiondeserialization exception - socket Pin
devvvy29-Oct-12 23:02
devvvy29-Oct-12 23:02 
AnswerRe: deserialization exception - socket Pin
Richard MacCutchan29-Oct-12 23:08
mveRichard MacCutchan29-Oct-12 23:08 

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.