User Manual
Table Of Contents
- 1. System Introduction
- 2. Assembly/Disassembly Procedures
- 3. BIOS Settings
- 4. Function Description
- 5. Driver and Utility Installation
- 6. Software Installation and Programming Guide
- 7. FAQ
- Q 1. Why the Linux operating system can not re-install by the same storage device?
- Q 2. Why the monitor display abnormally on screen during Linux installation?
- Q 3. Why the display resolution only for 800x600 and 1024x768 at X Window under Basic Graphics Mode?
- Q 4. Does my system support Windows 8?
- Q 5. Why do we get error message when we execute utility program?
- Q 6. What can I do if my system does not power on?
- Q 7. No display when power on?
- Q 8. Where is the serial number located on my system?
- Q 9. My system has audio problem?
- Q 10. My system can not connect to Internet?

AES-HM76Z1FL User Manual
47
www.acrosser.com
6. Software Installation and
Programming Guide
6.1. Introduction
6.1.1. Overview
This model provides four type APIs which are GPI/GPO interface, Watchdog timer
interface, Hardware Monitor interface and Serial Mode interface. Users can use the
GPI/GPO API congure and access the GPI/GPO interface and the Watchdog timer.
The GPI/GPO has eight input pins and eight output pins. The Watchdog timer can
be set to 1~255 seconds. Setting the timer to zero disables the timer. The remaining
seconds of the timer to reboot can be read from the timer. The Hardware Monitor API
can get CPU Temperature, System Temperature, CPU Core Voltage, 5V Voltage,
12V Voltage, and 3.3V Voltage. Serial Mode can get and set COM3 and COM4
current status is RS422, RS485 Mode.
6.2. API List and Descriptions
6.2.1. General
Table 1. General Syntax Description
Syntax: lib_init(void)
Description:
Library initialization, using this library must call this
function rst.
Parameters:
None
Return Value:
0: Successful
-1: Fail
Syntax: lib_close(void)
Description:
Library close, when you not used this library must call this
function.
Parameters:
None
Return Value:
0: Successful
-1: Fail










