Click here to Skip to main content
15,910,797 members
Home / Discussions / C#
   

C#

 
Questionaccesing form from another Class Pin
cshivaprasad9-May-06 7:41
cshivaprasad9-May-06 7:41 
AnswerRe: accesing form from another Class Pin
led mike9-May-06 8:45
led mike9-May-06 8:45 
QuestionDllNotFoundException Pin
Larsenal9-May-06 7:40
Larsenal9-May-06 7:40 
AnswerRe: DllNotFoundException Pin
Phillip M. Hoff9-May-06 19:43
Phillip M. Hoff9-May-06 19:43 
QuestionCreating Application's Option Window Pin
student_rhr9-May-06 6:22
student_rhr9-May-06 6:22 
AnswerRe: Creating Application's Option Window Pin
Josh Smith9-May-06 7:09
Josh Smith9-May-06 7:09 
GeneralRe: Creating Application's Option Window Pin
student_rhr9-May-06 7:37
student_rhr9-May-06 7:37 
QuestionIncluding traditional C code in a C# project Pin
Kenny O'Dell9-May-06 5:44
Kenny O'Dell9-May-06 5:44 
I wish to include embedded code into a C# project so that I can debug the "real" thing and so that I can graph what is going on. Here is a little about the setup. We have A/D data coming in the serial port avery 3ms. I catch the data and can graph it today, nifty. Now, I want to include the actual firmware into the C# project and call that code when the samples arrive. This way, I run the real code, not a simulation, and can see what the firmware is doing. The acutal C code would be used, therefore, by two projects: C# and the embedded compiler. I am sure this can be done, but I'm just starting the process. I need to be able to call the C functions and also see the C variables (so that I can graph them if I wish).

To understand why this would be cool, consider doing some digital filtering on an incoming signal. You could view (on a graph) the raw data, and the filtered data. While we understand how this works in theory, there is nothing like being able to literally see the data live.

Please forgive this very general request, but I have to start somewhere. I'm heavy into embedded stuff, but the power of C# will be a wonderful tool to use. The graphing ability I all ready have (on just the raw data) has paid off in a big way. Thank you for any help you can provide.

Kenny

Kenny O'Dell
Prinicpal R&D Software Eng
Mettler-Toledo Inc.
Worthington, OH
AnswerRe: Including traditional C code in a C# project Pin
Andy Moore9-May-06 6:58
Andy Moore9-May-06 6:58 
GeneralRe: Including traditional C code in a C# project Pin
Kenny O'Dell9-May-06 10:32
Kenny O'Dell9-May-06 10:32 
GeneralRe: Including traditional C code in a C# project Pin
Andy Moore9-May-06 10:39
Andy Moore9-May-06 10:39 
QuestionHelp with Random integers Array Pin
eric_tran9-May-06 5:35
eric_tran9-May-06 5:35 
AnswerRe: Help with Random integers Array Pin
J4amieC9-May-06 5:38
J4amieC9-May-06 5:38 
AnswerRe: Help with Random integers Array Pin
conemajstor9-May-06 5:42
conemajstor9-May-06 5:42 
AnswerRe: Help with Random integers Array Pin
eric_tran9-May-06 5:50
eric_tran9-May-06 5:50 
GeneralRe: Help with Random integers Array Pin
conemajstor9-May-06 5:58
conemajstor9-May-06 5:58 
GeneralRe: Help with Random integers Array Pin
eric_tran9-May-06 6:12
eric_tran9-May-06 6:12 
AnswerRe: Help with Random integers Array Pin
Robert Rohde9-May-06 6:21
Robert Rohde9-May-06 6:21 
GeneralRe: Help with Random integers Array Pin
eric_tran9-May-06 6:30
eric_tran9-May-06 6:30 
GeneralRe: Help with Random integers Array Pin
Wjousts9-May-06 7:14
Wjousts9-May-06 7:14 
GeneralRe: Help with Random integers Array Pin
Robert Rohde9-May-06 8:00
Robert Rohde9-May-06 8:00 
GeneralRe: Help with Random integers Array Pin
Wjousts9-May-06 8:08
Wjousts9-May-06 8:08 
GeneralRe: Help with Random integers Array Pin
Robert Rohde9-May-06 8:41
Robert Rohde9-May-06 8:41 
GeneralRe: Help with Random integers Array Pin
Rob Philpott10-May-06 0:37
Rob Philpott10-May-06 0:37 
AnswerRe: Help with Random integers Array Pin
Wjousts9-May-06 7:09
Wjousts9-May-06 7:09 

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.