![Winmate I771 Скачать руководство пользователя страница 88](http://html1.mh-extra.com/html/winmate/i771/i771_user-manual_987065088.webp)
I771 Motherboard User Manual
79
Note1: Digital I/O Sample Code
//File of the Main.cpp
//===========================================================
//This code is for test I570 Super I/O.
//===========================================================
#include <dos.h>
#include <conio.h>
#include <stdio.h>
#include <stdlib.h>
//============================================================
#define W83627EHG_INDEX_PORT 0x2E
#define W83627EHG_DATA_PORT 0x2F
//============================================================
#define W83627EHG_REG_LD 0x07
//============================================================
#define W83627EHG_UNLOCK 0x87
#define W83627EHG_LOCK 0xAA
//============================================================
void ClrKbBuf(void);
void Unlock_W83627EHG(void);
void Lock_W83627EHG(void);
void Set_W83627EHG_Reg(unsigned char,unsigned char);
unsigned char Get_W83627EHG_Reg(unsigned char);
int main ();
//============================================================
int main ()
{
unsigned char ucDO = 0; //data for digital output
unsigned char ucDI; //data for digital input
unsigned char ucBuf;
Set_W83627EHG_Reg(0x07,0x07);//switch to logic device 7
//
PIN 121~128 function select
//
Bit0 = 0 -> Game Port.
Содержание I771
Страница 13: ...I771 Motherboard User Manual 4 1 5 Board dimensions ...
Страница 32: ...I771 Motherboard User Manual 23 Step 3 Click on Next to install Driver Step 4 Click on Next to install Driver ...
Страница 36: ...I771 Motherboard User Manual 27 Setp 3 Click on Next to install driver Setp 4 Click on Yes to agree License ...
Страница 42: ...I771 Motherboard User Manual 33 Setp 7 Click on Finish ...
Страница 45: ...I771 Motherboard User Manual 36 Step 2 Click on Next to install driver Step 3 Click on Yes to agree License ...
Страница 46: ...I771 Motherboard User Manual 37 Step 4 Click on Next to install driver Step 5 Click on Next to install driver ...
Страница 54: ...I771 Motherboard User Manual 45 Super IO Configuration Allows you to select the Serial Port base address ...
Страница 63: ...I771 Motherboard User Manual 54 MPS Configuration ...
Страница 73: ...I771 Motherboard User Manual 64 ...
Страница 77: ...I771 Motherboard User Manual 68 Boot Device Priority Select the priority of Boot devices ...