/*#include "8000A.h" #include "tcpip32.h" #include "xs.h" */ #include "..\lib\8000a.h" #include "..\lib\tcpip32.h" #include "..\lib\xs.h" #if defined(_P824_) #define MAX_SLOT_NO 2 #define MAX_COMPORT 9 #define MAX_BASE_COMPORT 1 #elif defined(_I8000_) //#define MAX_SLOT_NO 4 //#define MAX_COMPORT 20 #define MAX_SLOT_NO 2 #define MAX_COMPORT 12 #define MAX_BASE_COMPORT 4 #elif defined(_I7188E_) || defined(_I7186E_) #define MAX_COMPORT 8 #define MAX_BASE_COMPORT 8 #endif /* #define EEP_OFFSET 8 */ //#include "vxcomm.h" #include "..\lib\vxcomm.h"