搜索资源列表
SComm_helper
- 1.建立项目 2.在项目中插入MSComm控件 3.利用ClassWizard定义CMSComm类控制变量 4.在对话框中添加控件 5.添加串口事件消息处理函数OnComm() 6.打开和设置串口参数 7.发送数据 -1. Item 2 of the establishment. Insert the project MSComm 3. Use ClassWizar d definition CMSComm category four control v
vb-MSComm1
- 安装绿色精简版vb在做串口操作会 控件 MSComm1 的类 MSCommLib.MSComm 不是一个已加载的控件类。 此为补丁
SerialPort 编程介绍
- 在Visual Studio 6.0中编写串口通讯程序,一般都使用Microsoft Communication Control(简称MSComm)的通讯控件,只要通 过对此控件的属性和事件进行相应编程操作,就可以轻松地实现串口通讯。但在Microsoft.Net技术广泛应用的今天,Visual Studio.Net没有将此控件加入控件库,所以人们采用了许多方法在Visual Studio.Net来编写串口通讯程序:第一种方法是通过采用Visual Studio 6.0中原来的MSComm控件这
金仓串口MODEM池使用操作说明书
- 1 产品介绍..................................................................................................................................4 1.1 功能特点........................................................................................................
chuankou
- C#封装的一个串口操作类(可用于Win+CE)-C# serial port to operate a package type (can be used to Win+ CE)
200709180955460437
- VB串口通讯教程类,是比较基本的-abb
serialport
- .net 下serialport串口类操作使用示例-. net operating under the serialport serial port class to use the sample
STC12--com1--com3
- STC12系类串口一拓展三,并且支持协议形式,通过传送协议才可接受-STC12 Department of class serial expansion of three, and support agreement forms may be accepted only through the transfer protocol
serial
- 1.建立项目 2.在项目中插入MSComm控件 3.利用ClassWizard定义CMSComm类控制变量 4.在对话框中添加控件 5.添加串口事件消息处理函数OnComm() 6.打开和设置串口参数 7.发送数据 -(1) the establishment of Item 2. Into the MSComm control in the project. Control variable 4. Use ClassWizard defined CMSComm
CSerialPort
- 通过CSerial类组建多串口通讯程序教程-Through the formation of multi-serial communication program tutorial CSerial class
New-Port
- 一个非常好用的串口通信类,具有多种功能,可以在发送数据后选择是否读取返回值,添加到工程中即可使用-A very easy to use serial communication class, with a variety of features, you can choose whether to read the return value, added to the project after sending data to use
CSerialPort
- CSerialPort类,通过自己编写的CSerialPort,可以方便的实现串口功能。-CSerialPort class, by writing your own CSerialPort, can facilitate the implementation of the serial port function.
SerialPortMethod
- SerialPort类实现串口通信并控制自动读取串口的时间默认加载当前可用的端口-SerialPort class to achieve serial communication and control automatically read the serial port of the time to load the current available port
StepController
- 使用独立串口类(非串口控件)开发的应用于步进电机控制器的应用界面-interface for step motor controller, developed by exclusive SerialPort class in MFC
CSerialPort
- CSerialPort串口类的详细说明,可以详细了解他的使用方法-cserialport
qcsyn
- 利用matlab GUI实现的串口编程例子,包含优化类的几个简单示例程序,阐述了负荷预测的应用研究。- Use serial programming examples matlab GUI implementation, Optimization class contains several simple sample programs, It describes the application of load forecasting.
tao_pu68
- 包括调制,解调,信噪比计算,利用matlab GUI实现的串口编程例子,包括AHP,因子分析,回归分析,聚类分析。- Includes the modulation, demodulation, signal to noise ratio calculation, Use serial programming examples matlab GUI implementation, Including AHP, factor analysis, regression analysis, clust
vu168
- 代码里有很完整的注释和解释,实现串口的数据采集,基于欧几里得距离的聚类分析。- Code, there are very complete notes and explanations Achieve serial data acquisition, Clustering analysis based on Euclidean distance.
串口通讯
- 我们可以用E4A的串口通信类库获取到设备列表。其中就包含/dev/ttyS0 ~ /dev/ttyS3 的串口设备。具体使用到哪个设备,在调试中去找。只有接好线后,在程序中打开串口,把设备路径和波特率填好,打开成功的就是需要使用的串口设备,之后就能正常通信了!