搜索资源列表
Vb串口通讯调试方法
- vb 串口通讯调试方法 现有电子秤一台,使用串口与计算机进行通讯。编写VB程序来访问串口,达到读取电子秤上显示的数据。该电子秤为BE01型仪表,输出为RS-232C标准接口,波特率为300-9600、偶校验、7个数据位、2个停止位。所有字符均发送11位ASCII码,一个起始位。在VB中与串口通讯需要引入控件MSComm串口通讯控件(在Microsoft Comm Control 6.0中)-vb serial communications debugging method existing
vb串口程序
- 这是vb用控件的写的串口程序,是vb的经典之作-This is used to write the control of the Serial procedures, vb classic works
VB-comm-programming
- 在VB下对串口COMM控件编程和发机制进行了详细地设计,同时可以为串口调试用,不失为一个好工具。习惯于VB编程的朋友可以CC一下了。-in VB Serial COMM under the control programming and the mechanisms to perform detailed design, while it used to debug serial port, is a good tool. Accustomed VB CC friends out.
Vbmess
- Visual Basic串口通信程序设计 mscomm.vbx通信控件可直接从vb的toolbox中加入窗体form,即可用其进行通信-Visual Basic serial communication program design mscomm.vbx directly Communication Control Vb from the toolbox window into form, can be used for communication
串口编程-vb控制云台镜头
- 用 VB 写的对云台进行控制,主要用于监控系统的云台控制-VB wrote to the pan-tilt control, mainly for the Monitoring System Console Control
vb_SerialPort.rar
- vb 串口通信源代码,采用MSComm 控件收发串口数据的通信方式,vb source code for serial communication using send and receive serial data MSComm control means of communication
Serial-Communication-using-VB
- 利用VB开发串口通信程序既可以使用MSComm控件也可以调用Windows API函数实现。不过,只要MSComm控件可以被选用,我们推荐选择此控件实现,因为MSComm控件的功能和API调用一样强,甚至比它还好且使用起来更加简单。 在本章提供的串口通信程序设计中,除了PC与PC串口通信外,PC与单片机、PC与智能仪表、PC与PLC、PC与GSM短信模块等串口通信任务的实现均采用MSComm控件。 -Serial Communication using VB developers can
VB-serial-communication-chapter6.1
- 《Visual Basic串口通信与测控应用技术实战详解》 随书光盘 第6章 6.1 PC机与PC机串口通信-" Visual Basic serial communication with the monitoring and control application technology Detailed real" CD with the book Chapter 6 6.1 PC and PC serial port communication
vb-LED
- 用VB写的一个 简单的串口通信 工具,可以通过串口控制 单片机(如51)-Using VB to write a simple serial communication tool to control the microcontroller through the serial port (eg 51)
prodave5.6
- 开发S7-300/400与第三方软件串口通讯软件!对自行开发上位机工控软件者是非常难得的好资料!网上很难找的!万勿错过!-Development S7-300/400 with third-party software serial communication software! Pairs of self-developed Host Computer Control Software It is very rare good information! Very difficult to fi
vb
- 1.Prodave 是用于pc 与s7 系列plc 之间的数据链接通信的工具箱。其实质就是用户通过调用“w95_s7.dll”等库函数来解决 PLC 与PC之间的数据交换和数据处理问题。 所需硬件为:CPU22x,PC/PPI编程电缆,带COM口的PC。这可能是最简单的配置,很容易实现试验的目的。这里不需要安装Prodave软件,只要把“w95_s7.dll”文件拷贝到您程序相应的目录中去即可。 2.通讯设置:打开“控制面板”中“设置PG/PC接口”选项,在“应用程序访问点”列表框内选择“S
MSCOMM32
- vb串口通信控件,tcomm,附c++ builder测试代码-vb serial communication control, tcomm, attached c++ builder test code
VB_Comm
- vb 开发的串口通信测试程序,用Mscomm控件实现串口通信,自动识别接收帧长度-vb serial communications test program developed by Mscomm realize serial communication control, automatic identification to receive the frame length
vb-plc
- VB 与西门子S7 200通信演示界面。采购VB MSCOM控件通信,利用SY7 200自由口-VB demo with Siemens S7 200 communications interface. Procurement VB MSCOM control communications, the use of SY7 200 Freeport
VB-api
- 分别用API和MSCOMM控件实现VB串口通信的实例-Control were achieved with API and VB MSCOMM examples of serial communication
MSComm
- MSComm 控件使用详解 MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。 MSComm 控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的 API 函 数,而且在 VC 、 VB 、 Delphi 等语言中均可使用。-MSComm control MSComm explain the use of control through a serial port transmit and receive data, for applications
VB实现的OPC Server服务器
- VB实现的OPC Server服务器,是工控程序不可缺少的好-VB achieved OPC Server servers, industrial control procedures is an indispensable good Dongdong
vb-mscomm
- MSComm控件提供了两种处理通信的方式:一种为事件驱动方式,该方式相当于一般程序设计中的中断方式。当串口发生事件或错误时,MSComm控件会产生OnComm事件,用户程序可以捕获该事件进行相应处理。本文的两个例子均采用该方式。另一种为查询方式,在用户程序中设计定时或不定时查询 MSComm控件的某些属性是否发生变化,从而确定相应处理。-MSComm control provides a way to communicate two treatments: one is event-driven
VB-generator
- VB串口控制步进电机程序完整源码,希望对大家有所帮助。-VB serial stepper motor control program Complete source code, we want to help.
VB-RS-232
- Visual Basic与RS-232串行通信控制。 应用Visual Basis中的串行通信控件MSComm,通过实例循序渐进地介绍了自动化的基础—Rs232串行通信.从简单的串行通信概念、实验到复杂的仪器控制,本书都提供了完整的Visual Basic范例、将应用扩展到硬件控制,同时还介绍了Visual Basic 6.0自身具有的串行通信控件,串行通信控件的细节,控制调制解调器并进行文件传输,用串行通信端口来控制仪器,将串行通信扩展到分布式监控等内容。-Visual Basic and R