|
I have a program to trigger the OnComm event in the View class to read data from the serial port. Then I inserted an MSChart control to draw a real-time data curve. But I don't want to draw in the View class, I want to draw in a popup dialog. What bothers me now is: How to get real-time data from OnComm in the dialog class? ?
I asked an expert, and he gave me a sentence: add a message, send a message after receiving a data in OnComm. . . Then he left. . .
I don't quite understand (because of qualifications), ask you masters, what should I do? Please tell me please |
|