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.
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