torom: download ROM-DISK.IMG to Flash Memory ld3: very high speed download program to RAM-DISK loadram: low speed download program to RAM-DISK loadram2: high speed download program to RAM-DISK echo485: monitor/send command from/to COM2(RS-485) echoCOM: monitor/send command from/to COM1/COM2/COM3 emu7520: use I-7188 emulation I-7520 or as protocal converter flash: read/write/erase FLASH memory,check I-7188's flash size. WatchDog: Check if 7188 was reset by watchdog timer COM3COM4: Show how to write COM3/COM4 ISR MMICON: Connect to MMICON(PC mode)(use MMICON as terminal) MMICON2: Connect to MMICON(PC mode)(use MMICON as terminal)[method 2] 7000tot: 7000 TimeOut Test. Test 7000 timeout count range for function ReceiveResponseFrom7000. printf: demo for use function printCom,printCom1/2/3/4 MODBUS\MASTER: demo for ModBus protocal(for master mode) MODBUS\SLAVE: demo for ModBus protocal(for slave mode) USE485:(08/30/99) demo program for use half-duplex RS-485 RTSDTR:(09/02/99) demo for Set RTS & DTR pin of COM1 LOAD:(12/31/99) download file to RAM-DISK (7188.exe Ver.1.11.0,ALT_E) ------------------------------------------------------------------------------- QC\QC1: QC program 1 for 7188 QC\QC2: QC program 2 for 7188 QC\QC3: QC program 3 for 7188 QC\QC4: QC program 4 for 7188 ------------------------------------------------------------------------------- demo0: read/write RTC by ROM-DOS demo1: basic I/O test demo2: 2*RS-232 + 1*RS-485 test demo3: 2*RS-485 test demo4: 3*MMI_CON + 1*7011 + 1* 7012 demo5: read-NVRAM & write-NVRAM test demo6: read-EEPROM & write-EEPROM test demo7: watchdog enable/disable demo8: modem application & how to write COM1/COM2 ISR demo9: write data to FlashRom ------------------------------------------------------------------------------- demo10: connect to 7000, 4*7052 + 2*7043 + 1*7053 demo11: connect to 7000, 7053 + 7053 demo12: connect to 7000, 7053 + 7051 demo13: connect to 7000, 7017 + display demo14: connect to 7*7053(16*7=112 DI) demo18: connect to 7000, 4*7067 + 4*7042 + 4*7052 test18: test program for demo18.(run on the master controller) ------------------------------------------------------------------------------- demo20: PLC I/O expansion, SIEMEMS's S7 demo21: connect to FACON PLC ------------------------------------------------------------------------------- demo30: Connect to Touch Screen, TOUCH7(Touch 200) demo31: Connect to Touch Screen, HITECT, PWS-1700 demo32: Connect to Touch7(Touch 200) +7060+7013+7017+7021(DemoBox2) demo33: Connect to 7060+7013+7017+7021+7080D(DemoBox3) demo34: Connect to Touch7(Touch 200)+7060+7013+7017+7021+Step motor(DemoBox4) demo35: Connect to Touch7(Touch 200)+7060D+7017+7021+Step motor +SST-2400 +PC1 (demo box for Taipei computex show 99') demo36: Connect to MMICON+7065D+7016D+7033D+SST-2400+PC2 (demo board for Taipei computex show 99') demo37: Connect to 7013D+7021+7012D+7044D ------------------------------------------------------------------------------- demo40: Connect to Card Reader ------------------------------------------------------------------------------- demo50: IKIT-07 demo program demo51: IKIT-08 demo program demo52: IKIT-09 demo program(Not finished) ------------------------------------------------------------------------------- demo60: Set 7188 address(for connect more than one 7188s with 485 bus) demo61: Connect PC to more than one 7188 (run on 7188) demo62: Connect PC to more than one 7188 (run on PC) ------------------------------------------------------------------------------- demo70: PC0+7520--+-- 7188-1 + PC1 +-- 7188-2 + PC1 ....... +-- 7188-n + PCn (RS-485) (RS-232) ------------------------------------------------------------------------------- demo80: User timer Interrupt Service Routine(ISR)(INT 0x1c) demo81: D/O and Watchdog Timer(Not finished) demo82: D/A and Watchdog Timer(Not finished) demo83: use 7188 COM1 for 2*D/O and 4*D/I(Not finished) ------------------------------------------------------------------------------- demo90: Use I-7188 Lib's Timer function (1ms) demo91: Use I-7188 Lib's Count Down Timer demo92: Use I-7188 Lib's StopWatch Timer demo93: Use I-7188 Lib's StopWatch to calculate other functions spent how much time. demo94: Use I-7188 Lib's StopWatch to do something in fixed time interval. demo95: Use I-7188 Lib's Timer to install user timer function. demo96: Use I-7188 Lib's user timer function to do something in fixed time interval. demo97: use function DelayMs demo98: Use user Timer function for receive 7000's response and set timeout in time. ------------------------------------------------------------------------------- History of demo programs. [07/28/1999] 1.modify demo30.C. (a)Add use timer function for LED on/off & send value to Touch-200 (b)Bug fixed: addr=szCmd1[1]+szCmd1[2]*256; (original is *16) [08/04/1999] 1. Add printf for function "printCom(1/2/3/4)" demo [08/06/1999] 1. Add MODBUS\MASTER & MODBUS\SLAVE for ModBus protocal demo. [08/30/1999] 1. Add USE485, for use half-duplex RS-485 [09/02/1999] 1. add RTSDTR, for Set RTS & DTR pin of COM1 [09/07/1999] 1. Remove 7188.h from all the sub-directory of demo program. So 7188.h only has one copy on the directory 7188dos\C\LIB If the demo program has #include"7188.h" change to #include"..\lib\7188.h" 2. Add .prj file(used for TC++ or BC++) to all demo program.