Create the App:
1)
In Visual C++ 4.2 from the menu select: "File", "New".
2)
Select "New Project", "MFC App", enter the name of the new application,
Click on "Create".
3)
Select "Next, "Next", "OLE Controls", "Next", "Next", "Next", "Finish".
In Visual C++ 5.0 and 6.0 Use default setting when creating your application.
Insert IO OCX Control:
m_IO1.Open("COM2:",
"baud=9600 parity=N data=8 stop=1");
m_IO1.WriteString("Data
to write to the port.");
m_IO1.Close();
Home
Page | Site
Map | Copyright (c) 1998 by JSPayne
of Cortland NY