Welcome![Sign In][Sign Up]
Location:
Search - serial communication vb

Search list

[Com Portvb实现多通道串口采集

Description: 用于串口通信的程序,自己觉得很不错,发过来.-for serial communication procedure, feel very good, made up.
Platform: | Size: 9216 | Author: 杜生 | Hits:

[Com Portvb串口通讯

Description: 这个文件是有关系统串口通信的实例,作为学习串口通信入门来说是一个很好的参考实例,它是基于vb语言的,而且其中很多代码可以直接移植 -this paper is on the serial communication system examples, as a learning portal Serial Communication is a very good reference example, it is based on vb language, but many of them can be directly transplanted code
Platform: | Size: 82944 | Author: 伍军伟 | Hits:

[Com Port通讯程序(只读)

Description: GE plc 串口通讯,VB编制,读取内存单元-GE plc serial communication, VB establishment, read memory cell
Platform: | Size: 3072 | Author: 杨延西 | Hits:

[ComboBoxVB 打印控制曲线

Description: 一个基于vb温度控制程序,人性化操作界面,串行通信,希望对你有所帮助-a vb-based temperature control procedures, human interface, serial communication, and I hope to help you
Platform: | Size: 10240 | Author: 王萌 | Hits:

[Othervb.net与232串口通讯

Description: 基于VB.NET开发的与RS232串口通信的编程实例,适用于开发者参考-on VB.NET development and RS232 serial communication programming examples, application developers to reference
Platform: | Size: 130048 | Author: 石强 | Hits:

[Com PortVB.NET - Framework - Using the COM Port in VB.NET.

Description: 利用vb做串口通信,包含源碼, 以及程式.-use serial communication, including source code, and programs.
Platform: | Size: 121856 | Author: 黃約翰 | Hits:

[Com PortSerial Com Port Utility

Description: 一个用VB编写的串口通讯程序,很好,可惜是用别的语言编写,能翻译最好了-a VB prepared by the serial communication procedures, very good, it is a pity that in other languages, the translation can best
Platform: | Size: 22528 | Author: 赵烈加 | Hits:

[Communication基于VB实现PC机与单片机的串行通讯

Description: 基于VB实现PC机与单片机的串行通讯 随着计算机技术尤其是单片微型机技术的发展,人们已越来越多地采用单片机来对一些工业控制系统中如温度、流量和压力等参数进行检测和控制。PC机具有强大的监控和管理功能,而单片机则具有快速及灵活的控制特点,通过PC机的RS-232串行接口与外部设备进行通信,是许多测控系统中常用的一种通信解决方案。因此如何实现PC机与单片机之间的通讯具有非常重要的现实意义。本文将论述在VB环境下PC机与单片机之间实现串行通讯的软硬件方案。PC机的通讯程序使用Visual Basic编写,VB是Microsoft公司推出的Windows应用程序开发工具,因其具有界面友好,编程简便等优点而受到广泛的使用,而且 Visual Basic 6.0 版本带有专门实现串行通讯的MSCOMM控件。-VB-based PC and SCM serial communication with the computer technology, especially the single-chip microcomputer technology the development, it has been increasingly used to SCM for some industrial control systems such as temperature, flow and pressure parameters detection and control. PC with a powerful monitoring and management capabilities, and SCM has a rapid and flexible control characteristics, PC through the RS-232 serial interface with external communications equipment, many control systems are commonly used in a communications solutions. So how PC and communication between the microcontroller is a very important practical significance. This paper will describe the environment in VB PC and microcontroller serial communication between the hardware and software programs. PC communicat
Platform: | Size: 14336 | Author: 贾沼瑞 | Hits:

[Com PortVb串口通讯调试方法

Description: vb 串口通讯调试方法 现有电子秤一台,使用串口与计算机进行通讯。编写VB程序来访问串口,达到读取电子秤上显示的数据。该电子秤为BE01型仪表,输出为RS-232C标准接口,波特率为300-9600、偶校验、7个数据位、2个停止位。所有字符均发送11位ASCII码,一个起始位。在VB中与串口通讯需要引入控件MSComm串口通讯控件(在Microsoft Comm Control 6.0中)-vb serial communications debugging method existing electronic weighing a Taiwan, the use of serial communication with the computer. Preparation of VB to visit serial, electronic scales to read displayed on the data. The electronic scales for BE01-type instrument, the output of RS-232C standard interface, baud rate to 300-9600. Dual-checking, seven data bits, stop at two. All characters are sending ASCII 11, a starting place. In VB serial communications needs with the introduction of MSComm control serial communication controller (in Microsoft Co. Control 6.0 mm)
Platform: | Size: 3072 | Author: 林帆 | Hits:

[Com Port串口测试VB

Description: 自己编写的,很简单的vb串口通信小程序,初学可以-I have written, a very simple vb serial communication small procedures, beginner can
Platform: | Size: 14336 | Author: lm | Hits:

[Windows Develop一个非常好的串口通信控制程序VB的

Description: 一个非常好的串口通信控制程序,VB的通信,不好找的,机会不多,请各位下载!-a very good serial communication control procedures, VB communications, not easy to find, and few opportunities, please download!
Platform: | Size: 14336 | Author: 胡显辉 | Hits:

[Com Portvbdemo

Description: vb串口通讯vb串口通 vb串口通-vb serial communication serial port vb serial vb Qualcomm Qualcomm
Platform: | Size: 505856 | Author: sfs | Hits:

[.netVB.NET-COMPort.7z

Description: VB.NET编写的串口通讯程序,利用windows API.-Prepared VB.NET serial communication procedures, the use of windows API.
Platform: | Size: 68608 | Author: Stanley Wang | Hits:

[SCMVBchuankou

Description: vb串口通信调试,能够进行16进制和字符的数据传输。-vb serial communication debugging, can be 16 hexadecimal and character data transmission.
Platform: | Size: 24576 | Author: 刘伟 | Hits:

[Com PortSerial-Communication-using-VB

Description: 利用VB开发串口通信程序既可以使用MSComm控件也可以调用Windows API函数实现。不过,只要MSComm控件可以被选用,我们推荐选择此控件实现,因为MSComm控件的功能和API调用一样强,甚至比它还好且使用起来更加简单。 在本章提供的串口通信程序设计中,除了PC与PC串口通信外,PC与单片机、PC与智能仪表、PC与PLC、PC与GSM短信模块等串口通信任务的实现均采用MSComm控件。 -Serial Communication using VB developers can either use MSComm control can also call the Windows API function implementation. However, if MSComm control can be used, we recommend you select this control is achieved because MSComm control functions and API calls as strong, or even better than it and use it more simple. Provided in this chapter the design of serial communication program, in addition to PC serial communication with the outside PC, PC and MCU, PC and intelligent instruments, PC and PLC, PC and serial communication modules, such as GSM SMS implementation tasks are used MSComm control.
Platform: | Size: 1689600 | Author: | Hits:

[Com PortVB-serial-communication-chapter7.2.3

Description: 《Visual Basic串口通信与测控应用技术实战详解》 随书光盘 第7章 7.2.3 用PC机与智能仪表构成小型DCS实训-" Visual Basic serial communication with the monitoring and control application technology Detailed real" CD with the book Chapter 7 7.2.3 with the PC and smart meters constitute a small DCS Training
Platform: | Size: 1024 | Author: 王小明 | Hits:

[Com PortGE-plc-serial-communication

Description: GE plc 串口通讯,VB编制,读取内存单元-GE plc serial communication, VB preparation, the memory unit to read
Platform: | Size: 4096 | Author: 张继 | Hits:

[Button controlVB-serial-communication-source-code

Description: VB基础视频教程,vb源码,vb串口通信,vb常用串口控件-VB basis of video tutorials, vb source code, vb serial communication, vb commonly used serial control
Platform: | Size: 1345536 | Author: 李海鹏 | Hits:

[OS programVB-serial-communication

Description: VB串口通信,VB编程实现串口通讯的一个小例子-VB serial communication, VB programming a small example of serial communication
Platform: | Size: 6144 | Author: 陈夏冬 | Hits:

[Communication-MobileGE PLC串口通讯,VB编制,读取内存单元

Description: GE PLC串口通讯,VB编制,读取内存单元(GE PLC serial communication, VB compilation, read memory unit)
Platform: | Size: 3072 | Author: 彦子盗 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 42 »

CodeBus www.codebus.net