搜索资源列表
0590_s7_200_ppi_test
- 一个具体说明如何利用delphi与s7-200PLC连接的示例程序。-an specify how delphi and s670-200 connections sample program.
HowToUseSpcomm
- 使用spcomm控件进行串口通信的程序,包括数据的发送与接收,同时采用定时发送的方式,delphi语言编写。-spcomm used for serial communication control procedures, including data transmission and reception. Timing also adopted this approach, delphi language.
ProtelSDK
- Protel99se SDK Protel向用户提供SDK软件包。SDK软件包包括:服务器生成向导和Protel API及相关文档资料。 服务器生成向导是一个运行于设计资源管理器的插入式服务器,它为用户生成第三方EDA软件模板的原代码和安装文件(.INS文件),安装文件用于将用户开发的第三方EDA软件安装在设计资源管理器平台上。服务器生成向导可以为用户生成两种格式的原代码:Delphi和C++ Builder。 为方便用户开发第三方EDA软件,Protel向用户提
led
- led显示系统dll文件说明 可以根据这个来自由显示led屏幕上面的数据-led display system dll files that can be the basis of this free display screen above data led
CH375DELPHI
- CH372/CH375的delphi开发源代码,用于使用delphi开发CH375上位机软件-Delphi development CH372/CH375 the source code for use delphi development of PC software CH375
delphi
- 以Delphi编写的USBCAN通讯的发送和接受界面,可以设置为扩展帧和标准帧等,也可以查看发送和接受到的报文。-Delphi prepared to USBCAN send and receive communications interface can be set to extend the frame and standard frame, also can check to send and receive the message.
ac6112
- 北京双诺公司的AC6112数据采集卡的开发源代码,里面包含VC,VB,DELPHI等几种演示代码,对于需要对PCI总线 数据采集卡进行二次开发的程序人员具有重要的参考意义-Beijing' s double Connaught AC6112 data acquisition card developed source code, which includes VC, VB, DELPHI several demo code, etc., for the need for PCI-bus d
CANopenNode-v1.10
- CANopenNode source code with tutorials - free CANopen stack-CANopenNode source code with tutorials- free CANopen stack
MBTest
- Simple Modbus RTU tester
DELPHI_IC_card
- Delphi 开发的感应式IC卡读写程序源代码-Delphi M1 application
libogc-src-1.8.0
- WII的libogc库,WII开发必备,本人合入了wifi debug的支持,另外屏蔽了USB硬盘,规避WII插上USB硬盘不定时死机问题。SDLMAME就是用的这个代码-WII' s libogc library, WII development necessary, I have combined into the wifi debug support, additional shielding of the USB hard drive, to avoid WII plug in U
8051fuzzycontroller
- This is source code for fuzzy logic controller. using micro 8951. combined with delphi in PC enjoy! any information:contact enas.dhuhri@gmail.com
AVRPLCfirmware
- This source code for build PLC with simple micros like AVR. source in asm and delphi enjoy! any information:contact enas.dhuhri@gmail.com-This is source code for build PLC with simple micros like AVR. source in asm and delphi enjoy! any informati
delphiAVRPLC
- This source code in Delphi for controlling AVR-made PLC from me enjoy! any information:contact enas.dhuhri@gmail.com-This is source code in Delphi for controlling AVR-made PLC from me enjoy! any information:contact enas.dhuhri@gmail.com
usbdaq
- An 8 input, 8 output sample code for pic18f4550, comes with delphi source of PC client application.
usbstepping
- Control a stepping motor from usb, via an pic18f4550 microcontroller. PC client application delphi sources included.
ECU
- kwp2000协议,上们机与下位机数据通讯-kwp2000 agreement, on their computer and lower computer data communication
DELPHI
- usb接口的开发,单片机带有USB口的开发,开发资料源码简单易上手-USB USB USB USB USB
DELPHI源代码-读卡器开发
- DELPHI源代码-读卡器开发 #ifndef _EXPORT_FUNC_H_ #define _EXPORT_FUNC_H_ //return successful result #define LIB_SUCCESS 0 //return failed result #define LIB_FAILED 1 #define MAX_RF_BUFFER 1024 /******** 功能:获取动态库版本号 2字节 ****************