Is there away to put the serial COM port into local loopback mode?
Regular COM PC DTE, not virtual USB COM port.
I like to test my serial communication code (C++) without connecting to DCE AKA modem. I know modems can be put into local or remote loopback, but I don't have one handy.
I believe the initial IBM PC used a chip which could be controlled that way. Not sure how to identify such ability in my PCI "add...
User Profile
Collapse
-
Thank you, I think I got it. At least the basics.
Now I am still stuck with the next step.
I need to have all of the the ProperyPagexx have an access to one common instance of a class.
So I build another BaseProperyPage to instantiate such common class.
Now I need to have the original ProperyPageXX inherit from the BaseProperyPage which inherits from ProperyPage.
To do this multiple inheritance the compiler... -
Initializing constructor in CPropertyPage
Here is a declaration of property class
class CMyPropertyPage 11 : public CPropertyPage
Here is the definition
CMyPropertyPage 11::CMyProperty Page11() : CPropertyPage(C MyPropertyPage1 1::IDD)
I really do not understand the role of the
CPropertyPage(C MyPropertyPage1 1::IDD)
But I need to derive CMyPropertyPage 11 from another CPropertyPage, say CBasePropertyPa ge adn really need to know...
No activity results to display
Show More
Leave a comment: