SM_SDK_152

所属分类:控制台编程
开发工具:C++
文件大小:1973KB
下载次数:5
上传日期:2006-02-06 09:53:57
上 传 者276672
说明:  胎壓偵測 胎壓偵測 胎壓偵測
(tire pressure detect t ire pressure detect t ire pressure detection)

文件列表:
SM_SDK_152 (0, 2006-01-18)
SM_SDK_152\BIN (0, 2006-01-18)
SM_SDK_152\BIN\DAPTCPIP.EXE (29775, 1997-06-03)
SM_SDK_152\BIN\DOS4GW.EXE (231195, 1992-09-10)
SM_SDK_152\BIN\EXE2OMF.EXE (136825, 1992-10-29)
SM_SDK_152\BIN\HOST.CFG (78, 2001-03-30)
SM_SDK_152\BIN\PC_TCPIP_START.BAT (125, 2001-08-20)
SM_SDK_152\BIN\PC_TCPIP_STOP.BAT (144, 2001-08-20)
SM_SDK_152\BIN\XOH86.EXE (14673, 1997-06-03)
SM_SDK_152\CONFIG (0, 2006-01-18)
SM_SDK_152\CONFIG\MONITOR.EXE (262144, 2005-02-02)
SM_SDK_152\CONFIG\SEG.CFG (148, 2001-02-02)
SM_SDK_152\DOC (0, 2006-01-18)
SM_SDK_152\DOC\GW21x-MAXI SDK Reference Guide v1511.pdf (2708310, 2005-12-13)
SM_SDK_152\DOWNLOAD (0, 2006-01-18)
SM_SDK_152\DOWNLOAD\Dapdl.cfg (40, 2003-10-20)
SM_SDK_152\DOWNLOAD\download.bat (164, 2001-12-14)
SM_SDK_152\DOWNLOAD\gwdl.exe (45056, 2001-12-14)
SM_SDK_152\INC (0, 2006-01-18)
SM_SDK_152\INC\comapi.h (1254, 2004-06-15)
SM_SDK_152\INC\DAPAPI.H (14031, 2005-03-22)
SM_SDK_152\INC\debug2.h (356, 2003-10-30)
SM_SDK_152\INC\gw_api.h (142, 2004-04-26)
SM_SDK_152\INC\MODEL2.H (161, 2004-04-06)
SM_SDK_152\INC\snmpap.h (3160, 2005-08-09)
SM_SDK_152\INC\TCPAPI.H (2151, 2003-10-31)
SM_SDK_152\INC\TCPDEF.H (5358, 2005-01-03)
SM_SDK_152\LIB (0, 2006-01-18)
SM_SDK_152\LIB\COMALO.OBJ (566, 2001-08-29)
SM_SDK_152\LIB\COMAPI.OBJ (10661, 2005-04-29)
SM_SDK_152\LIB\DAPAPI.LIB (22045, 2005-05-30)
SM_SDK_152\LIB\DEBUG2.OBJ (14428, 2005-05-27)
SM_SDK_152\LIB\SNMP.LIB (16911, 2005-08-09)
SM_SDK_152\LIB\SSILCE.LIB (252551, 2003-09-10)
SM_SDK_152\LIB\STACKF.OBJ (210, 2005-05-19)
SM_SDK_152\LIB\STARTUP1.OBJ (3249, 2005-01-05)
SM_SDK_152\LIB\STARTUP2.OBJ (3577, 2005-01-05)
SM_SDK_152\LIB\TIMER.OBJ (1938, 2002-08-15)
SM_SDK_152\NEWLIB (0, 2006-01-18)
SM_SDK_152\NEWLIB\EMINIT.OBJ (1048, 1992-04-09)
... ...

Contents Description: All files in the followings are documents, Utilities or program examples for ATOP ABLELink Embedded Serial Server GW21x-MAXI Software Development Kit(SDK). . BIN\ : Utilities of GW21x-MAXI DAPTCPIP.EXE GTCP/IP driver for MS-DOS HOST.CFG Gaccessory file of DAPTCPIP.EXE, it is the TCP/IP configuration file for MS-DOS PC_TCPIP_START.BAT Ga batch file to startup TCP/IP driver in PC PC_TCPIP_STOP.BAT Ga batch file to stop and remove TCP/IP driver in PC EXE2OMF.EXE Glocate utility for converting .EXE file to .OMF file XOH86.EXE Gaccessory utility of location, it converts .OMF file to .HEX file DOS4GW.EXE Gaccessory file for locate utility . LIB\ : Library of GW21x-MAXI DAPAPI.LIB GAPI library of GW21x-MAXI, including BIOS, DOS, TCP/IP, K API functions STARTUP1.OBJGapplication startup program, must be included and be the first object file when linking to execution file COMAPI.OBJ Gadvanced serial port API, using hardware interrupt service routine to send and receive serial port data COMALO.OBJ Gaccessory file of COMAPI.OBJ, to tune the size of send and receive buffer in this file STARTUP2.OBJGapplication startup program, must be included and be the first object file when linking to execution file The "STARTUP1.OBJ" does not support floating operation and changing stack size (always 4 kb). Using "STARTUP2.obj" and "stackf.asm"(in "source\" directory) to solve these 2 problems. If you want to use floating operation or change the stack size, please use the "STARTUP2.obj" to replace the "STARTUP1.obj" and then edit the "stackf.asm". (Note: Update "STACK_SIZE" and "FLOAT" symbol in "makefile" are useless. Please update "stackf.asm" directly.) DEBUG2.OBJ Gprovide some debug functions to show debuging messages by TCP, UDP or COM port. . INC\ : Include files of GW21x-MAXI GW_API.H Ga general inclding file which includes followings. DAPAPI.H Gtype and constant definition and declare functions of BIOS, DOS API TCPAPI.H Gdeclare functions of TCP/IP API TCPDEF.H Gtype and constant definition of TCP/IP API COMAPI.H Gdeclare functions of serial port API DEBUG2.H Gdeclare functions for using DEBUG2.OBJ . NEWLIB\ : to generate new MSC library EMINIT.OBJ Gfor 8087 emulation mode library MAKEFILE Gmake file for re-building MSC library MEMU.BAT Gbatch file for re-build MSC library REMOVE.C6 Ginput file for re-building MSC 6.00A library REMOVE.C7 Ginput file for re-building MSC 7.00 or later library . SOURCE\ : source program of GW21x-MAXI API COM.MAK Ga makefile to compiler advanced serial port API, after compiler you should copy object file to the "K\LIB\" directory COMAPI.C Gadvanced serial port API, using hardware interrupt service routine to send and receive serial port data COMALO.C Gaccessory file of COMAPI.C, to tune the size of send and receive buffer in this file TIMER.C Gto create and get system timer counted from startup, including 1 ms timer and 1 sec timer DEBUG2.C Gsome API functions for debuging STACKF.ASM Gusing this file to change stack size TIMER.C : a sample program for using timer interrupt . SAMPLE\ : sample programs \GW21x_COM\ Ga serial port sample program \GW21x_CONNECT\ Ga TCP client sample program \GW21x_debug\ Ga debug sample program \GW21x_Flash\ GR/W flash memory sample program \GW21x_FLOAT\ Ga sample program about calculating floating data \GW21x_Listen4\ Ga TCP server sample program (4 connections) \GW21x_TCP&COM\ Ga TCP server and serial port sample program \GW21x_TCP&COM2\Ga TCP server and serial port sample program with communication handshaking \GW21x_TcpLoopback\Ga TCP server with data loop back function \GW21x_Timer\ GTimer API sample program \GW21x_WatchDog\Ga watch dog sample program \GW21x_WinSize\ Ga TCP sample program \VB_TCP\ Ga VB TCP sample program, in host side (PC) \WINSOCK_TCP\ Ga C TCP sample program, in host side (PC) . CONFIG\ : Configuration utility of GW21x-MAXI MONITOR.EXE Ga configuration utility for GW21x-MAXI SEG.CFG Gaccessory file of MONITOR.EXE . DOC\ : SDK Document of GW21x-MAXI GW21x-MAXI SDK Reference Guide.doc Ga SDK document of GW21x-MAXI . DOWNLOAD\ : Download utility of GW21x-MAXI GWDL.EXE Ga download firmware utilily for GW21x-MAXI with password protection. DAPDL.CFG Gaccessory file of GWDL.EXE DOWNLOAD.BAT Ga batch file to download firmware to GW21x-MAXI with password protection ********************************************************************************************** This version 1.5 updates followings: (2003/10/20) (1). Upgrade configuration utility: "CONFIG\monitor.exe" to version 2.41 (2). Update contents of "DOC\GW21x-MAXI SDK Reference Guide.doc", add API for models with wireless LAN Note: 1. About GW21x-MAXI configuration(version 2.0 above), please refer to the directory: "CONFIG\" 2. About GW21x-MAXI download program, please refer to the directory: "DOWNLOAD\" 3. After you installs SDK first times, you must install MSC6.0/7.0, or VC++(no more than version v1.52) and then generates a new MSC library from "NEWLIB\" directory. (1). goto the directory: "newlib\" (2). edit the file: "menu.bat" to select MSC6.0 or MSC7.0(including upper version) (3). edit the file: "makefile" to update the directory of MSC compiler (4). using the "makefile" to generate a new MSC library: "sslice.lib" (5). copy the "sslice.lib" to the directory "LIB\" 4. When you try to test the sample program, please do the following steps: (1). goto one direcory of sample programs (2). edit the file "makefile" to make sure following parameters are correct. MSC_7=?, ASM=?, OBJS=? (3). edit the file "userlnk.cmd" to make sure all object files and library are correct. (4). add the directory: "BIN\" to the system parameter: "PATH=?" (5). using the "makefile" to generate a new firmware for GW21x-MAXI

近期下载者

相关文件


收藏者