搜索资源列表
Delphi实现串口通信的常用的方法
- Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便-with Delphi is a powerful, easy-to-use and faster code execution advantages of visu
645-376.1 支持电力规约645,376.1等相关规约的485代码
- 支持电力规约645,376.1等相关规约的485代码,支持常用电表控制信令代码,-Support the power of the Statute 645,376.1 Statute 485 and other related code, support for common control signaling code meter,
SerialPort
- 本压缩包里包含里今年来常用的串口类,被用相关实现的代码和工程文件-This compressed package contains commonly used in the serial class this year, was achieved with the relevant code and project files
uart_test
- 介绍单片机串行通信的常用情况:单字节传输、多字节传输下的代码。-Serial Communication describes the common situation: single-byte transfer, multi-byte transfer under the code.
bf53x_uart
- ADI DSP blackfin 系列处理器 BF533 UART接口,是常用于与计算机串口通讯的接口,代码实现了采用串口发送和接收数据。-ADI DSP blackfin processor family BF533 UART interface is commonly used in serial communication interface with the computer, the code implements the use of serial port to send and
DelphiSPCOMM
- Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便。 目前,利用 Delphi实现串口通信的常用的方法有 3种:一是利用控件,如 MSCOMM控件和 SPCOMM控件;二是使用 API函数;三是调用其他串
ym_c-JDBC900c_hicode
- 900个常用C程序代码,包含了基本的程序代码 ,很有用的-900 common c program ,very usefull
串口通信C++源码
- 包括常用的串口通信调试程序的源码,实例教程中的完整代码,配合串口通信原理使用