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

Search list

[Com PortSerialPort

Description: 串口操作类,基于Windwos API。功能不是很强,但代码清晰、简单,我所在公司的软件中有关串口操作的软件就使用这个类,也可在此基础上扩展功能,使其更符合不同的要求。
Platform: | Size: 2603 | Author: Lee | 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:

[Com Portandroid-serialport-api

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

[CommunicationCSerialPort

Description: 很出名的一个串口类 让你不需要了解API就可以编写串口程序-It s a very famous serial genus, it makes you can write serial programme without understand API
Platform: | Size: 7168 | 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:

[Com PortTestColtTempator

Description: 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。我对串口数量和程序长时间运行做了一些测试,效果都是很好的(串口扩充到了11个,运行时间是在一个项目中,到现在已经运行了1个多月没有出现问题)。-months because of no contact between the Internet, come back to find many friends I wrote, many of which are part of the serial connection is a problem. As in previous works on the process of implementing serial communication I sometimes use MSCOMM Control. Sometimes they use Win32 API directly operating the serial. Later, the pilot of the network above the very popular SerialPort category. In the industrial process control on the middle class SerialPort for 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 can be completed various external equipment work. I serial number and operating procedures for a long time to do some testing and the res
Platform: | Size: 88064 | Author: 郑金华 | Hits:

[Com PortSerialPort

Description: 串口操作类,基于Windwos API。功能不是很强,但代码清晰、简单,我所在公司的软件中有关串口操作的软件就使用这个类,也可在此基础上扩展功能,使其更符合不同的要求。-Serial operation type, based on Windwos API. Function is not very strong, but the code clear and simple, my company
Platform: | Size: 2048 | Author: Lee | Hits:

[VC/MFCSerialPort

Description: 文中介绍了API 拦截技术的基本原理和应用框架,研究了实现拦截Windows API 函数的 一种方法,最后详细说明了利用此法实现串口通信数据拦截的步骤。-This paper introduces the API interception technology and application of the basic principles of the framework to study the intercept Windows API function to achieve a method, and finally a detailed description of the benefit method to achieve serial communication data interception step.
Platform: | Size: 134144 | Author: | Hits:

[CommunicationSerialPort

Description: 调用API的串口通信类,不用MSCOMM控件就可以。-API call serial communications, you can not MSCOMM control.
Platform: | Size: 7168 | Author: ligen | Hits:

[Windows DevelopSerialPort

Description: 通过最底层的API函数实现串口通讯,已经在VC6.0环境下调试通过,运行成功,用异步操作轮训的方式进行操作。-API function through the bottom of the Serial Communications, has been adopted in the VC6.0 environment, debugging, running successful way of using asynchronous operations to operate a rotational basis.
Platform: | Size: 3724288 | Author: 夏雨 | Hits:

[SCMserialport

Description:
Platform: | Size: 7168 | Author: 张小磊 | Hits:

[androidandroid-serialport-api

Description: android平台上用于串口访问的参考代码,很实用,可以用于需要在这个平台上读写串口操作的各种工程,程序自动搜索系统的串口-android platform reference code for serial port access, very useful, can be used to need to read and write the serial port on this platform operating various projects, the program automatically searches the system' s serial port
Platform: | Size: 194560 | Author: Frank | Hits:

[androidserialport

Description: android 对串口访问对写的 api-android
Platform: | Size: 300032 | Author: zzp | Hits:

[androidandroid-serialport-api

Description: android-serialport-api Android 6410 串口 google源码-serial google source android-serialport-api Android 6410
Platform: | Size: 252928 | Author: tan gang | Hits:

[Com Portandroid-serialport-api

Description: android串口通信API,让android手机实现串口通信。-the android serial communications API, android phone serial communication.
Platform: | Size: 243712 | Author: gerry | Hits:

[Otherandroid-serialport-api

Description: android 往串口中读写数据..的应用-android SerialPort read write
Platform: | Size: 222208 | Author: 玄辰 | Hits:

[android android-serialport-api

Description: Android 串口通信实例分析,用的时开源的android-serialport-api,这个是用android ndk实现的串口通信,我把他做了一个简化,适合于一般的程序的串口通信移植。
Platform: | Size: 129085 | Author: michael2600 | Hits:

[Software Engineeringandroid-serialport-api

Description: About serial communication googleAPI
Platform: | Size: 128000 | Author: 白天不懂夜的黑啊黑 | Hits:

[JSP/Javaandroid-serialport-api

Description: 最近在做android串口的开发,找到一个开源的串口类android-serialport-api,但是下载源码之后发现源码不能直接使用,而且源码结构较为复杂,对此做了简化(Android serial driver source code)
Platform: | Size: 215040 | Author: dw105 | Hits:

[androidandroid-serialport-api-master

Description: android的串口api,可做参考。android的串口api,可做参考(android-serialport-api-master)
Platform: | Size: 44032 | Author: 天蓝水清 | Hits:
« 12 3 »

CodeBus www.codebus.net