HERC_Init
Initialize and
reset the Hercules controller. This will open the com port, initialize
settings, and reset the display.
|
Parameters
dwConsoleType
|
Type of Hercules console to initialize. |
||
|
|
||
|
|
Return value
If successful, TRUE is returned, else FALSE is returned. Use HERC_ErrorGetCode to get the error code.
Remarks
You can supply the type of Hercules console that you want to initialize or just
don’t supply a parameter and it will auto-initialize the first Hercules device
found.
Example
Initialize the Hercules library with the first Hercules device found
|