Welcome![Sign In][Sign Up]
Location:
Search - 串口操作

Search list

[Driver Develop串口扫描源码

Description:

包含的功能有打开串口,设置掩码等参数,读取数据并存入文件,写入数据等。


Platform: | Size: 44431 | Author: wencongqiu | Hits:

[Windows Develop串口调试(delphi源码)

Description:

使用说明
本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。

其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。


使用平台: WIN9X/NT/2000/XP

本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明:

十六进制发送:选中(CHECK)十六进制发送后,程序会自动从发送框取16进制数发送,最好按16进制格式填写,例如:12 34 56 77 10

使用窗口悬浮功能:点击程序左下角的针状按钮可以使程序置于最上层,保持可见;

放大至全屏:当需要扩大接收窗口以方便观看数据时,可以点击右上角最大化按钮

另外:还要注意的是调试串口时,插拨串口接头应尽量关闭计算机,至少保证一端是关闭的。


=================================================

这个程序是我在网上下载的,在使用中发现有些问题:

1、编译后发现在自动发送时有假死机现像,已经修正;


2、把按键改在右边了,方便操作。


QQ:705254188    cybers@163.com


                                             Cyber Wang
                                              2008-7-24

 


Platform: | Size: 247537 | Author: cybers | Hits:

[Other Embeded programPSoc串口例程

Description: CY8C27系列PSoC的串口液晶操作例程,希望对大家有帮助!
Platform: | Size: 292717 | Author: yuxuejun.1123@yahoo.com.cn | Hits:

[Com Port串口操作类

Description: 一个很好用的串口操作类
Platform: | Size: 146382 | Author: chinaflys | Hits:

[SourceCode串口操作程序

Description: 操作串口设备的源代码
Platform: | Size: 3705292 | Author: flyfeelingxing2010 | Hits:

[Communicationwindows串口操作源码

Description: windows上简单的串口操作代码 不包含编译环境,可以供初学者参考代码
Platform: | Size: 6876 | Author: kernblue | Hits:

[Communication-Mobile串口读写类

Description: 可以控制计算机串口操作的串口类,非常好用-can control the operation of the computer serial port Serial category, very handy
Platform: | Size: 12288 | Author: 李飞 | Hits:

[Windows Develop串口通信组件

Description: windows环境下的基于COM的串口通信组件,封装了串口的常用操作,很好用!-windows environment based on the serial communication COM components, packaging commonly used by the serial port operations, with very good!
Platform: | Size: 97280 | Author: 徐志坚 | Hits:

[Com PortCurrent

Description: VC6 多线程的串口操作,有线程同步的解决方法(terminal)-VC6 multithread serial operation, thread synchronization solution (terminal)
Platform: | Size: 31744 | Author: 大锅饭 | Hits:

[Communication更新版串口类库

Description: 这是一个封装得比较完整的串口类接口,支持同步、异步操作,使用简单高效,具有工业强度,我在BC, BCB, VC, BCBX, GCC下编译通过。-This a more comprehensive package in the category of serial interface, supports synchronous and asynchronous operation, the use of simple, effective and industrial strength, I BC, BCB, VC, BCBX, through the GCC compiler.
Platform: | Size: 4096 | Author: 刘云 | Hits:

[CommunicationDBComm_v0[1].1

Description: 串口的东西,用串口通讯. 用API封装的串口操作类-Serial things, using serial communications. Using API Packaging category Serial operation
Platform: | Size: 37888 | Author: 王联明 | Hits:

[Communication串口接收

Description: 本人最近刚刚搞完串口操作,这是参考其他人的代码,并修改而成的.-recently I just get finished serial operation, which is reference to other people's code, and the revisions.
Platform: | Size: 169984 | Author: 海涛 | Hits:

[Com Port自编串口程序

Description: 串口操作源程序,可以对串口读写操作,当然也可以自发自收,是一个联系串口通信的好例子-source can write to serial port, of course, can also spontaneously collected, the serial link is a good example of communication
Platform: | Size: 4001792 | Author: 高洁 | Hits:

[Com Port多串口多线程工业控制实现

Description: 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。我对串口数量和程序长时间运行做了一些测试,效果都是很好的(串口扩充到了11个,运行时间是在一个项目中,到现在已经运行了1个多月没有出现问题)。 -working relationship several months without Internet access, back found many friends wrote to me, many of which are part of the serial connection is a problem. As in previous works on the process of implementing serial communications I sometimes use MSCOMM control, sometimes they used WIN32 API directly with the serial port. Later, the pilot of the network above the very popular SerialPort category. Industrial process control in the middle category SerialPort I had some simple changes, the discovery of this type is a very good thing, Packaging operating serial complexity of some serial operation. We can use the time directly through some of its simple interface to be completed on the various external devices work. My serial number and operating procedures for a long time to do some testing
Platform: | Size: 94208 | Author: li | Hits:

[Windows Develop多串口多线程工业控制实现(SerialPort类)

Description: 对SerialPort类进行了一些简单的修改,其中封装了操作串口复杂的一些串口操作。使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。经测试,效果很好-right SerialPort category for some simple changes, packaged operating serial complexity of some serial operation. It can be used directly through some of its simple interface to be completed on the various external devices work. After tests with good results
Platform: | Size: 7168 | Author: 丁建军 | Hits:

[Com Port串口操作:一个收两个发

Description: 实现多个串口收发,并控制哪个串口收发的stm32程序(several usarts transport and receive)
Platform: | Size: 2792448 | Author: 的算法 | Hits:

[Com PortMATLAB串口操作官方教程(2014版)v1.2.pdf

Description: MATLAB串口操作官方教程(2014版)v1.2,轻松解决串口通讯(MATLAB serial operation of the official tutorial (2014 Edition) v1.2, easy to solve serial communication)
Platform: | Size: 1255424 | Author: 张老四 | Hits:

[GPS developGPS数据提取 串口操作 vc++6.0环境

Description: 用串口开发的GPS数据提取程序,通过实际应用,切实可用!(GPS data using serial development program, through practical application, practical!)
Platform: | Size: 207872 | Author: bbbbqqqq | Hits:

[Windows DevelopC#串口编程代码

Description: VISUAL STUDIO 下的WINDOWS C#版本的串口操作代码,多线程,(C# version of the serial port operation code, multithreading)
Platform: | Size: 53248 | Author: nayac | Hits:

[e-language串口操作

Description: 简单串口发码源码,含有打开串口,关闭串口,发送数据功能(Simple serial source code)
Platform: | Size: 3072 | Author: 小偶 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net