===============================================================================
USBHub CMD Line Example
===============================================================================

The is a basic CMD line example that was designed for the USBHub2x4 and USBHub3p
but could easily be adapted to our other products.  It depends on an external
header implementation "cxxopts.h".  The source for this file can be found at:
https://github.com/jarro2783/cxxopts.

Example execution:
-h            //Prints the help information.
-p 0 -e 0     //Disables port 0
-p 0 -e 1     //Enables port 0
-p 0 -e 0 -b  //Disables just the data lines of port 0
-p 0 -e 0 -a  //Disables just the power lines of port 0

Notes:
===============================================================================

# To build, copy the lib directory from the development folder into this directory.
    The lib directory contains the required header files, and the Brainstem2 DLL and
    LIB files.

# The output directory is win32_BrainStem2Example/Debug.

# A build step has been added to the project that copies the shared object into
    the build output directory.

If you have questions, please see the reference, or check out our guides
at www.acroname.com.
