Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi Friends,
Thanks for Co-Operation. What is the Processing Of COM Port Programming Structure.
Regards,
Naraayanan
Posted
Updated 1-May-11 19:56pm
v2

Something you don't explain cannot have structure. The purpose of your project is unknown. The port is just port. You modify communication parameters (optionally), read to port, write from port. Everything else is up to you. It behaves like read/write file/stream.

—SA
 
Share this answer
 
Comments
naraayanan 2-May-11 2:32am    
Thanks friends
There are several articles here on CodeProject about COM (serial) port programming.

In addition, take a look at this MSDN article: http://msdn.microsoft.com/en-us/library/ms810467.aspx[^]
 
Share this answer
 
Comments
naraayanan 2-May-11 2:32am    
Thanks friends
Sergey Alexandrovich Kryukov 2-May-11 4:00am    
Good, a 5.
--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