Introduction - If you have any usage issues, please Google them yourself
Serial data acquisition in real time display program
This procedure using VC6.0 Universal Serial control MSCOMM32.OCX to sent to the serial port data acquisition and processing. The main use
Serial port settings: m_Comm.SetSettings ("baud rate, parity, data bits, stop bits.")
Take serial data: m_Comm.GetInput ()
You just have to determine first mscomm32.ocx control in a system directory and windows have been registered for the control of the program to run properly.