Appendix C – Digital I/O Information
98
Fan
les
s E
mb
ed
ded
Bo
x
PC
BO
XE
R-
66
16
C.4 Digital I/O Sample Program
************************************************************************************
// SuperIO relative definition (Please reference to Table 1)
#define byte SIOIndex //This parameter is represented from Note1
#define byte SIOData //This parameter is represented from Note2
#define void IOWriteByte(byte IOPort, byte Value);
#define byte IOReadByte(byte IOPort);
// Digital Input Status relative definition (Please reference to Table 2)
#define byte DInput1LDN // This parameter is represented from Note3
#define byte DInput1Reg // This parameter is represented from Note4
#define byte DInput1Bit // This parameter is represented from Note5
#define byte DInput2LDN // This parameter is represented from Note6
#define byte DInput2Reg // This parameter is represented from Note7
#define byte DInput2Bit // This parameter is represented from Note8
#define byte DInput3LDN // This parameter is represented from Note9
#define byte DInput3Reg // This parameter is represented from Note10
#define byte DInput3Bit // This parameter is represented from Note11
#define byte DInput4LDN // This parameter is represented from Note12
#define byte DInput4Reg // This parameter is represented from Note13
#define byte DInput4Bit // This parameter is represented from Note14
#define byte DInput5LDN // This parameter is represented from Note15
#define byte DInput5Reg // This parameter is represented from Note16
#define byte DInput5Bit // This parameter is represented from Note17
#define byte DInput6LDN // This parameter is represented from Note18
#define byte DInput6Reg // This parameter is represented from Note19
#define byte DInput6Bit // This parameter is represented from Note20
#define byte DInput7LDN // This parameter is represented from Note21
#define byte DInput7Reg // This parameter is represented from Note22
#define byte DInput7Bit // This parameter is represented from Note23
#define byte DInput8LDN // This parameter is represented from Note24
#define byte DInput8Reg // This parameter is represented from Note25
#define byte DInput8Bit // This parameter is represented from Note26
************************************************************************************
Содержание BOXER-6616
Страница 1: ...Last Updated July 11 2017 BOXER 6616 Fanless Embedded Box PC User s Manual 1st Ed...
Страница 14: ...Fanless Embedded Box PC BOXER 6616 Chapter 1 Chapter 1 Product Specifications...
Страница 17: ...Fanless Embedded Box PC BOXER 6616 Chapter 2 Chapter 2 Hardware Information...
Страница 18: ...Chapter 2 Hardware Information 5 Fanless Embedded Box PC BOXER 6616 2 1 Dimensions...
Страница 19: ...Chapter 2 Hardware Information 6 Fanless Embedded Box PC BOXER 6616 2 2 Jumpers and Connectors...
Страница 20: ...Chapter 2 Hardware Information 7 Fanless Embedded Box PC BOXER 6616 2 3 Block Diagram...
Страница 25: ...Chapter 2 Hardware Information 12 Fanless Embedded Box PC BOXER 6616 Label Function COM3 COM Port 5 6...
Страница 47: ...Chapter 2 Hardware Information 34 Fanless Embedded Box PC BOXER 6616 16 RTS6 OUT 9V 17 CTS6 IN 18 RI6 IN...
Страница 56: ...Fanless Embedded Vehicle Box PC BOXER 6616 Chapter 3 Chapter 3 AMI BIOS Setup...
Страница 59: ...Chapter 3 AMI BIOS Setup 46 Fanless Embedded Box PC BOXER 6616 3 3 Setup Submenu Main...
Страница 60: ...Chapter 3 AMI BIOS Setup 47 Fanless Embedded Box PC BOXER 6616 3 4 Setup Submenu Advanced...
Страница 64: ...Chapter 3 AMI BIOS Setup 51 Fanless Embedded Box PC BOXER 6616 3 4 3 Advanced Hardware Monitor...
Страница 65: ...Chapter 3 AMI BIOS Setup 52 Fanless Embedded Box PC BOXER 6616 3 4 4 Advanced SIO Configuration...
Страница 74: ...Chapter 3 AMI BIOS Setup 61 Fanless Embedded Box PC BOXER 6616 3 5 Setup submenu Chipset...
Страница 80: ...Chapter 3 AMI BIOS Setup 67 Fanless Embedded Box PC BOXER 6616 3 8 Setup submenu Save Exit...
Страница 81: ...Fanless Embedded Box PC BOXER 6616 Chapter 4 Chapter 4 Drivers Installation...
Страница 86: ...Fanless Embedded Vehicle Box PC BOXER 6616 Appendix A Appendix A Watchdog Timer Programming...
Страница 92: ...Fanless Embedded Box PC BOXER 6616 Appendix B Appendix B I O Information...
Страница 93: ...Appendix B I O Information 80 Fanless Embedded Box PC BOXER 6616 B 1 I O Address Map...
Страница 94: ...Appendix B I O Information 81 Fanless Embedded Box PC BOXER 6616...
Страница 95: ...Appendix B I O Information 82 Fanless Embedded Box PC BOXER 6616...
Страница 96: ...Appendix B I O Information 83 Fanless Embedded Box PC BOXER 6616 B 2 Memory Address Map...
Страница 97: ...Appendix B I O Information 84 Fanless Embedded Box PC BOXER 6616...
Страница 98: ...Appendix B I O Information 85 Fanless Embedded Box PC BOXER 6616 B 3 IRQ Mapping Chart...
Страница 99: ...Appendix B I O Information 86 Fanless Embedded Box PC BOXER 6616...
Страница 100: ...Appendix B I O Information 87 Fanless Embedded Box PC BOXER 6616...
Страница 101: ...Appendix B I O Information 88 Fanless Embedded Box PC BOXER 6616...
Страница 102: ...Appendix B I O Information 89 Fanless Embedded Box PC BOXER 6616...
Страница 103: ...Appendix B I O Information 90 Fanless Embedded Box PC BOXER 6616...
Страница 104: ...Appendix B I O Information 91 Fanless Embedded Box PC BOXER 6616...
Страница 105: ...Appendix B I O Information 92 Fanless Embedded Box PC BOXER 6616...
Страница 106: ...Appendix B I O Information 93 Fanless Embedded Box PC BOXER 6616...
Страница 107: ...Fanless Embedded Vehicle Box PC BOXER 6616 Appendix C Appendix C Digital I O Ports...