Welcome![Sign In][Sign Up]
Location:
Search - serialport

Search list

[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: 7464 | Author: 丁建军 | Hits:

[CSharpserialport

Description: 串口通讯实例,一个现成的SERIALPORT类,实现串口的初始化及串口的读写,打开关闭
Platform: | Size: 29416 | Author: 00 | Hits:

[Com PortSerialPort

Description: SerialPort 串口通讯用,可以供大家调试设备,主要是用Csharp开发的
Platform: | Size: 74031 | Author: djxxt | Hits:

[Communicationserialport

Description: Remon Spekreijse写的经典串口serialport类最新1.27版
Platform: | Size: 25993 | Author: 孟国建 | Hits:

[CSharp串口调试源代码

Description:

自己写的,串口调试源代码VS2005通过,学习SERIALPORT控制最简化的代码了


Platform: | Size: 32458 | Author: gzresident | Hits:

[Embeded-SCM DevelopWINCE下的串口信息收发软件SerialPort

Description: WINCE下的串口信息收发软件SerialPort
Platform: | Size: 72944 | Author: shuda_100@yahoo.com.cn | Hits:

[DocumentsSerialPort 编程介绍

Description: 在Visual Studio 6.0中编写串口通讯程序,一般都使用Microsoft Communication Control(简称MSComm)的通讯控件,只要通 过对此控件的属性和事件进行相应编程操作,就可以轻松地实现串口通讯。但在Microsoft.Net技术广泛应用的今天,Visual Studio.Net没有将此控件加入控件库,所以人们采用了许多方法在Visual Studio.Net来编写串口通讯程序:第一种方法是通过采用Visual Studio 6.0中原来的MSComm控件这是最简单的,最方便的方法,但需要注册;第二种方法是采用微软在.NET推出了一个串口控件,基于.NET的P/Invoke调用方法实现;第三种方法是自己用API写串口通信,虽然难度高,但可以方便实现自己想要的各种功能。 现在微软推出了最新版本的Visual Studio 2005开发工具,可以不再采用第三方控件的方法来设计串口通讯程序。NET Framework 2.0 类库包含了SerialPort 类,方便地实现了所需要串口通讯的多种功能,为了使MSComm编程方法快速转换到以SerialPort类为核心的串口通讯的设计方法,本文着重讨论了Visual Studio 6.0的MSComm控件和SerialPort 类设计方法的异同点。
Platform: | Size: 4280 | Author: yangkun521@126.com | Hits:

[SourceCodeSerialPort类串口通讯

Description: SerialPort类串口通讯
Platform: | Size: 67322 | Author: lzjian2008@gmail.com | Hits:

[Com Portandroid-serialport-api

Description: android serialport官方实例,是学习android串口的必备资料,希望对大家有所帮助
Platform: | Size: 235800 | Author: qingdaozxw2008@163.com | Hits:

[Software EngineeringC#SerialPort串口编程资料

Description: C#SerialPort串口编程资料,比较详细的介绍了.NET中的串口编程模式
Platform: | Size: 322112 | Author: rackycjj@163.com | Hits:

[Communicationserialport

Description: 串口通讯的MFC类 -MFC class for serial communication
Platform: | Size: 18432 | Author: 站长 | Hits:

[Communicationserialport控件

Description: 一个对串口进行控制的控件-one pair of Serial control of Control
Platform: | Size: 18432 | Author: | Hits:

[Com PortMySerialPortEx

Description: VC++中实现及使用SerialPort类的原代码及 样例程序-VC achieve SerialPort category and the use of the original code and sample program
Platform: | Size: 40960 | Author: 大圣 | Hits:

[Com PortSerialPort-VC

Description: 利用西门子的GSM芯片(TC35)的手机模块实现短信的读写,该手机模块可以加入SIM卡,然后就跟手机一样使用了,程序可以通过串口进行控制-The programme use GSM CMOS chip(TC35) module to read and write short message, you can insert SIM card into this module, then it can work as ordinary Mobile phone,the programme can control the module through com port.
Platform: | Size: 44032 | 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:

[CSharpPDASerialTest

Description: C#的串口通讯程序.利用了Serialport类(.net2.0中新增的类)-C# serial communication program. Serialport use of the category (. Net2.0 newly added category)
Platform: | Size: 93184 | Author: kerandou | Hits:

[Com PortSerialPort-demo

Description: 用CSerialPort编写的多串口串口通信源代码-with CSerialPort prepared by the serial serial communication source code
Platform: | Size: 50176 | Author: 程序员 | Hits:

[Communicationserialport

Description: 串口精灵源代码,我觉得很不错的,让大家分享-source code, I think it is very good for everyone to share
Platform: | Size: 52224 | Author: zhuguojun | Hits:

[Com Portserialport

Description: 串口类文件,便于对win32串口程序的理解,以及使用这个类编写win32串口程序(serialport file is good for win32 uart program.and we can coding good uart program by this file.)
Platform: | Size: 6144 | Author: mike111 | Hits:

[serialport

Description: node.js串口开发包 electron串口开发包 serialport(Node.js serialport development kit)
Platform: | Size: 1531904 | Author: xgy | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net