搜索资源列表
Test_com
- 本源码采用spcomm串口控件,接受数据采用线程方式,这是一个串口测试工具,可以用来做串口监听等。非常适合使用delphi开发串口程序的程序员做参考!-the source used spcomm Serial Control and accept data using threads, it is a serial testing tools can be used to do Serial wiretapping. Delphi is very suitable for the develo
Delphi实现串口通信的常用的方法
- Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便-with Delphi is a powerful, easy-to-use and faster code execution advantages of visu
Delphi中串口通信的实现
- Delphi中串口通信的实现 Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便。 -Delphi is a functional and rapid visual RAD tool easy to use
com口通讯工具大集合
- 此包括COM口开发所需要的测试工具,我自己的一个仪表就是这东西试出来的,并且是免费的共享的,应该结束整天用超级终端的年代到了。而且COMTOOLS 还支持两个COM口的使用很方便-this COM port development, including the required test tools, I own an instrument that is something the trial, and is free to share the day should end with the
opcst
- opc server开发工具包。 对于工业用户来讲是个很好地选择。 不用熟悉OPC底层协议就可以开发出一个可用的OPC Server。-Oligomeric Proanthocyanidins server development kit. For industrial users is a very good choice. OPC not familiar with the underlying agreement can develop an OPC Server availabl
mscomm
- Visual Basic是一个Windows系统下流行的应用程序开发平台。其方便的界面设计使程序员能节省大量时间,并把最大的精力集中在应用程序核心代码的编写上。VB4目前已成为Win95系统下一种最高效灵活的主流开发工具之一,而调用API应用程序接口则正是对VB4功能的强有力扩充,它使得VB4能够直接控制和处理PC硬件资源,而不必依赖于MS-DOS系统服务。可以说,正是借助于API使得VB即能隐藏大部分Windows编程的难点,同时又提供了使用Windows环境的灵活性。 -Visual B
tdss
- 自己开发的串口检测工具.方便大家对串口是否正常作检查使用!-its own serial detection tool. To facilitate the serial normal use for a check!
cktx001
- 本文件是一个串口通信程序,用 vc++ 开发工具开发,提供源代码.仅仅供参考和学习使用-this document is a serial communication program, vc Tools Development. providing the source code. only for reference and learning to use
CserialPort_demo
- 一个非常实用的多线程串口开发工具类
C8051片上外设开发固件
- C8051收费开发工具自带外设驱动资源
serialToolsPack.集串口调试,串口虚拟
- 集串口调试,串口虚拟,串口数据监视一体的工具包,开发串口必备工具箱!!!,Set debug serial port, virtual serial port, one serial port monitoring tool for data packets, the development of essential toolbox serial! ! !
SerialPort
- 串口工具源码,实现了两个平台下 win/wince 串口的基本功能,可以用来进行调试,测试开发工具使用。-Serial source tools to achieve the two platform win/wince the basic functions of serial port can be used to debug, test development tool.
pccompro2.0
- 一款重量级的串口通讯DLL,可以使用多种开发工具开发串口通讯的程序,非常专业!-A heavyweight in the serial communication DLL, you can use a variety of development tools to develop serial communication program, very professional!
PC_VCDemo
- 电脑端串口工具开发,串口工具源程序 环境 VC6-PC serial port tool development, tool serial source environment VC6
MBAXP
- Modbus Master Protocol的ActiveX实现,支持使用VC、VB、Delphi、Excel等编程工具开发Modbus应用程序。-Modbus Master Protocol ActiveX technology, support the use of VC, VB, Delphi, Excel and other programming tools to develop Modbus applications.
sscom32-串口调试工具
- 一个用于调试串口调试的工具,可以查看所有的串口,方便开发串口编程(A debugger for debugging serial ports, you can view all the serial ports, to facilitate the development of serial programming)
sscom32
- 一个很好用的串口工具,能够帮助开发串口的爱好者开发(A good serial tool, can help the development of serial enthusiasts)
ModbusRTU
- 好用的modbus测试工具,开发调试MODBUS必要工具。(Easy to use MODBUS testing tools, development, debugging MODBUS necessary tools.)
C#SerialPort控件开发串口通信程序的例子 源码
- 串口工具的实现,VC++ 完整串口通信程序(发送和接受)(The implementation of serial port tools)
串口工具
- 本程序是个人学习Python的tkinter模块时编写,实现了串口的数据收发,由于是初学者,代码中可能会出现很多错误或不好的编程习惯,请谅解! 实现功能:1.用Python开发,Tkinter构建界面;2.可自动列出所有串口,并自定义参数,选择串口后自动打开;3.实现无延时接收消息;4.可保存接收的数据;7.支持自动适应分辨率;8.支持单独发送和定时发送;9.支持发送新行和HEX发送;10.支持发送文件,并可自定义发送频率;11.支持小窗口显示接收信息,但与主窗口不同时显示 提供源码,可用于