Click here to Skip to main content
15,889,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Basically, what I want to achieve is, using Arduino on COM3 a C program in windows to recognize whether a button has been pressed or no. For that, as far as I understand, I need to understand reading from COM port. Most of the tutorials I have been able to find are UNIX specific and so far I don't feel competent enough to really understand them. So, is there anyone here who has any experience with stuff like this?
Posted

1 solution

Check out the documentation: "Communications Resources" at MSDN[^].
"Using Communications Resources"[^] provides code samples.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 20-Sep-14 14:09pm    
Was that you who recently answered on that? Good information, a 5.
—SA
CPallini 20-Sep-14 14:25pm    
Yes.
Thank you.

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