搜索资源列表
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
sms control短信控件vb例子
- smscontrol的vb调用例子,包括执行文件
test_inpout32_vb6.zip
- VB 控制并口.VB可直接通过控件控制串口,但并口却不能.这个例程,方便大家使用VB控制并口.,control parallel port by VB
vb_SerialPort.rar
- vb 串口通信源代码,采用MSComm 控件收发串口数据的通信方式,vb source code for serial communication using send and receive serial data MSComm control means of communication
vb.zip
- 短信猫源码。主要使用MySMS.DLL来操作AT指令,从而控制短信猫。,SMS-source cats. MySMS.DLL to operate using AT commands to control the cat SMS.
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)
VB_GSM
- VB编写的手机短信源码,支持工业短信猫。(不用控件。)-VB source code prepared by SMS, text messages in support of industrial cats. (Do not have control.)
vb
- 1.Prodave 是用于pc 与s7 系列plc 之间的数据链接通信的工具箱。其实质就是用户通过调用“w95_s7.dll”等库函数来解决 PLC 与PC之间的数据交换和数据处理问题。 所需硬件为:CPU22x,PC/PPI编程电缆,带COM口的PC。这可能是最简单的配置,很容易实现试验的目的。这里不需要安装Prodave软件,只要把“w95_s7.dll”文件拷贝到您程序相应的目录中去即可。 2.通讯设置:打开“控制面板”中“设置PG/PC接口”选项,在“应用程序访问点”列表框内选择“S
VB-api
- 分别用API和MSCOMM控件实现VB串口通信的实例-Control were achieved with API and VB MSCOMM examples of serial communication
Schematic(VB)
- 红外线遥控器记录和回放测试程序,这个代码参考了其他的代码,我使用了USB电脑遥控器,进行测试,可以读取按键信息代码。如果您感兴趣的话,可以继续深入学习,自己编写遥控PC程序的软件来.-Infra-red remote control recording and playback of test procedure, this code into other code, I use the USB PC remote control, for testing, you can read the k
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