Click here to Skip to main content
15,886,025 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am developing serial port software in windows c#. I have one .idl file which i want to use in my project for communicate with serial port but i don't know how to use idl file in c#.
Can i directly use this file in my software if yes then how because i don't have knowledge about .idl file.
Please help me to solve this.
Posted
Comments
Sergey Alexandrovich Kryukov 20-Mar-13 13:28pm    
May I know why?
—SA

1 solution

 
Share this answer
 
Comments
jaideepsinh 20-Mar-13 13:41pm    
Can i use my *.idl file directly in my project or should be convert(i don't know in which).
Sergey Alexandrovich Kryukov 20-Mar-13 13:44pm    
Of course you can, but why? You need to explain your scenario, architecture, and the general ideas.
—SA
jaideepsinh 20-Mar-13 13:53pm    
Thank's for reply..
I want to use *.idl for access serial port and i am using c# 4.0 but i don't know how to work with .idl file can you please explain me in brief if you know about that.
Sergey Alexandrovich Kryukov 20-Mar-13 14:02pm    
Not clear. Why?!!

Use System.IO.Ports.SerialPort,
http://msdn.microsoft.com/en-us/library/system.io.ports.serialport.aspx

—SA
Espen Harlinn 20-Mar-13 14:05pm    
5'ed!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900