VSbeginner
Newbie level 4
- Joined
- May 1, 2014
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 46
Hello. I am beginner in C++ programming and using visual studio. I am using visual studio 2010 with MFC application.
My project:
- develop GUI using MFC application in VS 2010
- A/D conversion of sensor analogue signal using PIC18f4520
- transferring data (string) from PIC18f4520 to PC via serial communication
(the data must be display on GUI developed by MFC application)
I have successfully get the data of A/D conversion and had display it on hyperterminal for testing. But my main project is to display the data (string) on GUI as mentioned above.
what I know that the data had been programmed in PIC is in HEX.file.
Can anyone help and guide me to display the data on GUI by giving any code or tutorial?
I'm running out of time.. tq
My project:
- develop GUI using MFC application in VS 2010
- A/D conversion of sensor analogue signal using PIC18f4520
- transferring data (string) from PIC18f4520 to PC via serial communication
(the data must be display on GUI developed by MFC application)
I have successfully get the data of A/D conversion and had display it on hyperterminal for testing. But my main project is to display the data (string) on GUI as mentioned above.
what I know that the data had been programmed in PIC is in HEX.file.
Can anyone help and guide me to display the data on GUI by giving any code or tutorial?
I'm running out of time.. tq