---------------------------------------------------------------------- CANopen demo: Description: Simple I/O control with CANopen protocol Firmware : User_CP Host demo: I8k_demo for I-8000 host Wincon_demo for Wincon host Winpac_demo for Winpac host ---------------------------------------------------------------------- DeviceNet demo: Description: Simple I/O control with DeviceNet protocol Firmware : User_DN Host demo: I8k_demo for I-8000 host Wincon_demo for Wincon host Winpac_demo for Winpac host ---------------------------------------------------------------------- Demo1: Description: Use timer function to send a CAN message per X ms Baudrate setting: 1M bps How to use: When I-87120 receive a com port command that is _Ax (x is an unsigned long of decimal), then I-87120 will send a CAN message with x ms cycle. When I-87120 receive a com port command that is _B, the cyclic CAN message will be stop. Firmware : F_demo1 Host demo: 8k_demo1 for I-8000 host WinCon_demo1 for Wincon host WinPac_demo1 for Winpac host ---------------------------------------------------------------------- Demo2: Description: Use interrupt function to send a CAN message Baudrate setting: 1M bps How to use: when I-87120 receive a CAN message that ID is 0x123 and the bit1 of first byte of data is 1, then I-87120 will send a CAN message that ID is 0x321 and 8 bytes data. Firmware : F_demo2 Host demo: None ---------------------------------------------------------------------- Demo3: Description: Convert CAN message to ASCII code Baudrate setting: 1M bps How to use: when I-87120 receive a CAN message that ID is 0x123, then I-87120 will convert the data of this CAN message to ASCII code and send to com port. Firmware : F_demo3 Host demo: 8k_demo3 for I-8000 host WinCon_demo3 for Wincon host WinPac_demo3 for Winpac host ---------------------------------------------------------------------- Demo4: Description: Use ascii command to send a CAN message Baudrate setting: 1M bps How to use: when I-87120 receive a RS232 command 'A', a CAN message will be send. Firmware : F_demo4 Host demo: None ---------------------------------------------------------------------- Demo5: Description: Use binary command to send a CAN message Baudrate setting: 1M bps How to use: when I-87120 receive a binary CAN message from com 1, a CAN message will be send to CAN port. Firmware : F_demo5 Host demo: 8k_demo5 for I-8000 host WinCon_demo5 for Wincon host WinPac_demo5 for Winpac host