- 78 -
Appendix
/*
Index 41, GPIO3x Output Data value
*/
SMB_Byte_WRITE(SMB_PORT_AD,SMB_DEVICE_ADD,0x41,0x00);
delay(10);
}
//----------------------------------------------------------------------------
unsigned char
SMB_Byte_READ (int SMPORT, int DeviceID, int REG_IN-
DEX)
{
unsigned char SMB_R;
outportb(02, 0x00);
/* clear */
outportb(00, 0xff);
/* clear */
delay(10);
outportb(04, D1); /* clear */
outportb(03, REG_INDEX); /* clear */
outportb(02, 0x48);
/* read_byte */
delay(10);
SMB_R= inportb(05);
return SMB_R;
}
void SMB_Byte_WRITE(int SMPORT, int DeviceID, int REG_INDEX, int
REG_DATA)
{
outportb(02, 0x00);
/* clear */
outportb(00, 0xff);
/* clear */
delay(10);
outportb(04, DeviceID); /* clear */
outportb(03, REG_INDEX); /* clear */
outportb(05, REG_DATA); /* read_byte */
outportb(02, 0x48);
/* read_byte */
delay(10);
}
Summary of Contents for FPC-7200 Series
Page 2: ...This page is intentionally left blank...
Page 10: ...vi This page is intentionally left blank...
Page 11: ...1 General Information 1 Chapter 1 General Information...
Page 23: ...13 The Engine of FPC 7200 2 Chapter 2 The Engine of FPC 7200...
Page 30: ...20 This page is intentionally left blank...
Page 31: ...21 Installation and Maintenance 3 Chapter 3 Installation and Maintenance...
Page 38: ...28 Installation and Maintenance 5 To remove the CFast SIM card push that inwards to pop it out...
Page 44: ...34 This page is intentionally left blank...
Page 45: ...35 Driver AP 4 Chapter 4 Driver AP...
Page 48: ...38 Driver AP 4 Click Yes 3 Wait for extracting...
Page 49: ...39 Driver AP 6 Click Finish 5 Click Next...
Page 51: ...41 Driver AP 3 Click Yes 4 Click Next...
Page 52: ...42 Driver AP 5 Wait for the process 6 Click Next...
Page 54: ...44 Driver AP 2 Wait for extracting 3 Keep waiting...
Page 55: ...45 Driver AP 4 Click Next 5 Wait for the process...
Page 57: ...47 Driver AP 2 Click Next 3 Click Install...
Page 58: ...48 Driver AP 4 Wait for the process 5 Click Finish...
Page 59: ...49 BIOS 5 Chapter 5 BIOS...
Page 75: ...65 Appendix Appendix...