Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using Visual Studio C++ Express Edition 2008.
I need to connect to a external board via a serial port.
I was wondering if it is possible to do so on the Express Edition?
If it is any help on how to do it would be appreciated.
Posted
Comments
[no name] 14-Sep-12 10:43am    
Use the serial port class.

See CreateFile()[^] and Communication Functions[^] in the MDSN. All functions are Windows API functions that can be used with the Express editions.
 
Share this answer
 
Take a look at the wide articles section related to Hardware programming here in CP: http://www.codeproject.com/KB/system/#Hardware+programming[^]

Look for "Serial" there and you'll get plenty of articles that will fit your needs, even you will be able to download the samples and test it by yourself.

Good luck!
 
Share this answer
 

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