Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi,,i'am a student.

now, i just know how to program microcontroller using CodeVisionAVR, this software simple using for me.
but, if i transmit to terminal with RS232 connection,, i just look number or character received.
i just want to learn,, how to modify terminal received/transmited RS-232 using Graphic User Interface with attractive view... likes analog gauge view,graph view,or like picture moving. how first step ,,i starting learn???
and now i first use visual studio C# and using component from mitov software.
help me
thanks,,,
Posted

Well you may use graphical controls for that. Of course it depends also on the information you transmit on the RS232 line. For instance, if the microcontroller sends you temperature data, then would be nice to represent that info with a nice graphical thermometer control.
 
Share this answer
 
Comments
tetuko99 10-Apr-12 9:07am    
thanks CPallini,,
that's i want to know how made a GUI interface for example temperature with thermometer view or angular gauge view or 7 segmen view.
i'am very want learning make it,, but i don't know how first step i must do..
can you teach me..?
thanks,,
CPallini 10-Apr-12 12:54pm    
There are a lot of articles here at CodeProject about GUI controls. Search the ones written in your favourite language (you didn't specify it).
Here is a nice set of controls that you could use:
http://dashboarding.codeplex.com/[^]

Best regards
Espen Harlinn
 
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