A single dialog box to show all the data from the device using serial port RS-232
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi friends, My application consists of an interaction b/w the GUI and a RS-232 serial port communication with a embedded device. Initially we had a GUI menu based, where depending upon the user click on the GUI , we used to send and receive the messages from the device. Now, we have a requirement where we need to have a single start-up dialog box instead of a menu for each selection.These means now we have to show all the data from the device initially to the user. For example say , when the user clicks View->ConfigDialog menu option i have to pop-up a dialog box showing all the data from the device Could you please help me regarding this. Regards, Veeresh