搜索资源列表
c语言高级编程实例
- 包括文件操作、图形系统、并口串口编程、鼠标编程、小型cad系统、编译器、病毒防火墙、海底大战等多个实例。-operation including documents, graphics, Serial Parallel Programming, mouse programming, small cad system, compilers, the virus firewall, such as submarine war examples.
SendandReceiveSerial
- 用Turbo C编写的一个串口操作小程序,能发送,接收信息;程序功能简单,过段时间再把经过修改后的版本传上来-using Turbo C serial prepared by a small operational procedures, send, receive information; Functional procedures simple, then over time, after revision line with the traditional version.
CardCom
- 串口编程,根据串口知识怎么样去操作硬件的编程
MSP430
- 用MSP430汇编写的简单IP协议程序,实现了ARP、Ping、UDP的协议操作,完成串口与以太网的数据转换。
PS2_RS232
- 该设计使用AT89C2051方便的完成,通过串口发送代码,然后转换成PS2操作信号的工作。
com
- c++ builder 2007下用API直接读写串口操作的程序
API
- 用DELPHI编写,用windows的API来对串口操作,
MAX232test
- 串口功能的读写程序,包括汇编原代码,可烧录文件,熟悉串口操作的方法和通信格式
TCmain_sucess
- 基于TLC2543AD转换芯片的探测仪程序 描述:TLC2543AD芯片为串行12位AD转换芯片,10us的转换时间,11路 模拟输入通道,全串行操作 程序功能:将TLC2543芯片转换得到的数据有条件的发送到PC机 附加功能:将采样结果送出到数码管上显示 操作说明:该程序根据N(需要采样的通道数)的值来进行通道采样 从0通道开始,最大为10,不能超过10,否则出错,采集到的数据 保存到以DBUF定义的起始地址单元中,数据位数为12位.发
src
- qq2440的非操作系统测试代码,包括串口、LCD屏、USB等操作
MonitorComm40
- 监控有效进程对串口操作,包括串口状态,以及数据。在delphi 7 下运行。-Effective monitoring process of serial operation, including the serial port status, as well as data. Run in delphi 7.
MarketSystem
- 串口操作,内容非常实用,适合所有的串口操作系统-Serial operation, the content is very useful for all the serial operating system
Book
- 《Delphi 深度编程及其项目应用开发》 PDF格式 附带源码 简 介 本书是在总结作者多年Delphi开发经验的基础上编著而成。全书分为基础篇和应用篇。 基础篇结合示例论述了Delphi的深度编程技术,其中包括9章,分别为:理解Windows消息、 进程与线程、自定义组件的编写、文件操作、创建DLL应用程序、两层数据库应用程序、多 层数据库应用程序、Socket编程、串口编程;应用篇结合物资管理信息系统项目应用开发 技术和经验,详细阐述了一般管理
CH452
- 程序功能为51单片机通过三线串口操作CH452,CH452驱动8位数码管正常显示以及显示数据的更新。51单片机通过模拟CH452串口操作时序向-The program features 51 microcontroller via a three-wire serial interface operation CH452, CH452 driver 8 digital tube display properly, and display data update. 51 single-chip C
delphiapithread
- 采用多线程技术的Delphi API 串口通信例子,应用程序只需调用API对读/写缓冲区操作即可,用到了一些API函数,比如CreatFile打开文件函数、Setupcomm设置通信缓冲区大孝ReadFile读串口操作等,当然还用到了许多函数。除了用到这些API函数外,还用到了一个DCB设备控制块,本例仅作最基本的API串口通信介绍,因此程序代码都不是太复杂的设计,仅创建了一些新项目后为form窗体增加几行代码即可。-Delphi API examples of serial communica
LabVIEW
- LabVIEW串口操作及TDMS文件的使用-LabVIEW serial operation and TDMS files use etc.
13.LabVIEW-rs232
- labview 串口操作实例,初学者的好帮手·-LabVIEW serial port operation example, a good helper for beginners
串口操作
- 简单串口发码源码,含有打开串口,关闭串口,发送数据功能(Simple serial source code)
6通道温度监测系统(8.6版)
- 监测串口通讯,图形化显示温度曲线,操作界面设计完美(Monitor serial communication and graphically display temperature curve)
基于pyserial的串口驱动
- 基于pyserial的串口驱动,封装pyserial,方便使用和移植,支持读写操作。