User Profile

Collapse

Profile Sidebar

Collapse
Vaclav
Vaclav
Last Activity: Aug 28 '13, 02:02 PM
Joined: Aug 21 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Vaclav
    started a topic COM port local loopback
    in C

    COM port local loopback

    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...
    See more | Go to post

  • Vaclav
    replied to Initializing constructor in CPropertyPage
    in C
    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...
    See more | Go to post

    Leave a comment:


  • Vaclav
    started a topic Initializing constructor in CPropertyPage
    in C

    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...
    See more | Go to post
No activity results to display
Show More
Working...