Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I connect the Radio Frequency circuit to the computer, while working with c# ?
Posted
Comments
Sergey Alexandrovich Kryukov 25-Jan-13 11:57am    
What do you mean by that? Connect... to what part of a computer? What hardware do you have or what to have? You connect it, now what?
—SA
bushra siddiqui 25-Jan-13 12:01pm    
i have made a circuit & thinking to connect it with the computer through serial port? but not sure how ?
Sergey Alexandrovich Kryukov 25-Jan-13 14:24pm    
OK, thank you for clarification. I answered how to program the serial port, and everything else depends on what you have on the other end of the serial cable...
—SA
Logi Guna 25-Jan-13 12:45pm    
How serial port work:
http://yengal-marumugam.blogspot.com/2011/07/serial-port-manipulation-in-c-linux.html
in C#, use System.IO.Ports.SerialPort class

1 solution

 
Share this answer
 
Comments
bushra siddiqui 26-Jan-13 5:54am    
thanks
Sergey Alexandrovich Kryukov 26-Jan-13 6:36am    
You are welcome.
Are you going to accept the answer formally (green button)? — thanks.
—SA

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