搜索资源列表
gserial
- GSerial是一个DOS下串口通信程序,程序结构较好,能编出用中断方式接收/发送的多串口通信程序(龚建伟曾用它编过7串口通信程序)。Turbo C++ 3.0 Dos或 Win3X/9X/ME/NT/2K的DOS环境下运行-GSerial under DOS is a serial communication program, program structure better, can be compiled out with interrupt receiving / sending of
串口调试助手源程序1
- 串口调试助手说明讲解了串口开发的要素, 从结构到代码都给了详尽的解释-serial debugging aides note on the development of the serial elements, from structure to the source gave a detailed explanation
sourcecodesofchuankouinterruptcommunication
- 是一个DOS下串口通信程序,程序结构较好,能编出用中断方式接收/发送的多串口通信程序。-under DOS is a serial communication program, program structure better, can be compiled out with interrupt receiving / sending of multiple serial communication program.
chuankouchengxu
- 本程序为mcu的串口通讯提供(贞结构)函数接口,包括具体协议部分 -the procedures for the mcu to provide serial communications (Fok structure) interface functions, including specific part of the agreement
gSeral
- GSerial是一个DOS下串口通信程序,程序结构较好,能编出用中断方式接收/发送的多串口通信程序(龚建伟曾用它编过7串口通信程序)。Turbo C++ 3.0 Dos或 Win3X/9X/ME/NT/2K的DOS环境下运行-GSerial under DOS is a serial communication program, program structure better, the amounts can be interrupted with receiving / sending of
atlyfscript
- 这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very c
freemodbus-v1.4.0
- FreeMODBUS 是针对通用的Modbus协议栈在嵌入式系统中应用的一个实现。Modbus协议是一个在工业制造领域中得到广泛应用的一个网络协议。一个Modbus通信协议栈包括两层:定义了数据结构和功能Modbus应用协议和网络层。在FreeMODBUS的当前版本中,提供了Modbus Application Protocol v1.1a 的实现并且支持在Modbus over serial line specification 1.0中定义的RTU/ASCII传输模式。从0.7版本开始,Fr
ccc
- 不是,是数据结构的实训,现在上传上去,谢谢大家合作!-No, the data structure of the Training, From now to get everyone to cooperate Thanks!
VC2siemens
- 使用C++编写的,与西门子200PLC通讯的代码,结构清晰,可直接导入到自己的工程中使用!-The use of C++, prepared with the Siemens Communications 200PLC code, structure, clarity, can be directly imported into the use of their own works!
sms_gprs
- 上位机vc6.0编程控制西门子GPRS模块实现短信收发,GPRS收发数据,并且此程序可以移植到带有操作系统UCOS-II或LINUX的下位机,框架结构很好,效率很高。-Programming the control PC vc6.0 Siemens GPRS module to send and receive SMS, GPRS to send and receive data, and this process can be transferred to UCOS-II with the o
WirelessUart
- 现有两个飞思卡尔的SARD板子,一个板子为发送板,另一个为接收板。发送方通过串口将数据发送到板子上,然后发送板将数据通过射频芯片发送出去,结构板接受到数据后通过串口在电脑上显示出来。-Two of the existing Freescale SARD board, a board for the board to send the other to receive board. Send data through serial port is sent to the board, the bo
COMSample
- COM编写组件的例子,对com基本架构的基本认识和熟悉的一个简单例子-COM components written example of the basic structure of the com basic knowledge and familiarity with a simple example of
modbusmodel
- 工业上常用的串口MODBUS协议的模板,是一个框架结构可继续补充-Industry common serial MODBUS protocol template is a frame structure can continue to add
WinCEdriver
- 串口驱动本身分为MDD层和PDD层。MDD层对上层的Device Manager提供了标准的流设备驱动接口(COM_xxx),PDD层实现了HWOBJ结构及结构中若干针对于串口硬件操作的函数指针,这些函数指针将指向PDD层中的串口操作函数。DDSI是指MDD层与PDD层的接口,在串口驱动中实际上就是指HWOBJ,PDD层会传给MDD层一个HWOBJ结构的指针,这样MDD层就可以调用PDD层的函数来操作串口。-Serial driver itself into the MDD layer and
industrialv206
- Archive structure: --- --- --- Example | -- source C source code files | -- doc Documentation files if necessary | -- paradigm20 Project file for Paradigm Beck IPC Edition (20 Bit targets, SC1x) | -- paradigm24 Project
Modbus.ZIP
- Archive structure: --- --- --- Example | -- source C source code files | -- doc Documentation files if necessary | -- paradigm20 Project file for Paradigm Beck IPC Edition (20 Bit targets, SC1x) | -- paradigm24 Project
extdisk_v3.03
- Archive structure: --- --- --- Example | -- doc Documentation files if necessary | -- image Disk image files for the targets | -- one-workbench Project for ONE-Workbench (32 Bit targets, SC2x3) | -- paradigm20 Project
fossilV205
- Archive structure: --- --- --- Example | -- doc Documentation files if necessary | -- image Disk image files for the targets | -- one-workbench Project for ONE-Workbench (32 Bit targets, SC2x3) | -- paradigm20 Project
i2cv206
- Archive structure: --- --- --- Example | -- doc Documentation files if necessary | -- image Disk image files for the targets | -- one-workbench Project for ONE-Workbench (32 Bit targets, SC2x3) | -- paradigm20 Project
CSCommTest
- 控件串口通讯的入门之作,可以很好了了解串口的结构-Introduction of control for serial communication, serial port can be a very good understanding of the structure of the