Visual C++ Serial communication programming

Feb 2, 2010 at 7:07am
Hi,
Please guide me.
I have to create a c++ program using visual c++ express edition and send commands to a instrument serially through RS232.. Do you have any sample codes on this?

Also, I have to create a GUI for the same. Please guide me on this as well.

Thanks
Amit
Feb 2, 2010 at 7:49am
As you say you are using visual C++ express which I believe does not include MFC classes, here is
an example from Microsoft which shows you how to do it using the WINAPI
http://msdn.microsoft.com/en-us/library/ms810467.aspx
Feb 2, 2010 at 8:00am
I am new to this. Can I create GUI for the same using visual c++ express?
Feb 2, 2010 at 8:51am
Do you know anything about windows gui programming? Can you create a basic program with just a main window?
Feb 2, 2010 at 9:18am
I have just worked on Borland C and C++.. I dont know much about GUI programming. All I know is that I can create forms using Visual C++ express
Topic archived. No new replies allowed.