blah blah blah is here! blah blah » Close

0
votes
1 answers

COM interop - interface between C# and C

i need to build interface between C# and C to make them interact....i don't have any knowledge about this...how do i solve this problem...help me

0
votes
0 answers

Arduino C# Interface

How do I get serial input/output from a Arduino. How do I specify COM port and baud rate?

0
votes
1 answers

Interface type

Can't seem to get this to work. Any suggestions? [code] internal MethodController(string progID, object iInterface) { // Get Type Information objType = Type.GetTypeFromProgID(progID); ...

Feedback