搜索资源列表
tongxin一个小小而简单的VB通信程序
- 一个小小而简单的VB通信程序 实现了两端的连接和发送信息, 要知道对方IP和端口-a small and simple VB communication programe which realizes the connection and message between two sides as if get the other one s ip and port
ModbusRtu
- ModBus VB程序的实现。ModBus是工业中常用的一种通讯协议,本原码是对它的VB实现。-ModBus VB realized. ModBus industry is a common communication protocol, it is a primitive code of VB.
基于VB实现PC机与单片机的串行通讯
- 基于VB实现PC机与单片机的串行通讯 随着计算机技术尤其是单片微型机技术的发展,人们已越来越多地采用单片机来对一些工业控制系统中如温度、流量和压力等参数进行检测和控制。PC机具有强大的监控和管理功能,而单片机则具有快速及灵活的控制特点,通过PC机的RS-232串行接口与外部设备进行通信,是许多测控系统中常用的一种通信解决方案。因此如何实现PC机与单片机之间的通讯具有非常重要的现实意义。本文将论述在VB环境下PC机与单片机之间实现串行通讯的软硬件方案。PC机的通讯程序使用Visual Basic编
KongTiaoCeShi
- VB串口调试程序,用于通过串口控制空调,这是我写的第一个VB程序,写的不好,请大家不要见笑-VB serial debugging procedures for the adoption of Serial control air conditioning, which is the first I wrote a VB program, badly written, Please do not laughed at
Apress.Peer.to.Peer.with.VB.Dot.NET.eBook-LiB
- Apress.Peer.to.Peer.with.VB.Dot.NET.eBook-LiB.chm 一本关于用VB.NET如何开发P2P程序的书,英文原版,非常不错-Apress.Peer.to.Peer.with.VB.Dot.NET. eBook - LiB.chm one on how to develop with VB.NET P2P procedures, English original, very good!
vb-mscomm-tes
- vb 写的测试mscomm串口控件的小程序 -vb written test mscomm small Serial Control procedures
串口调试程序和代码(EVC、VC、VB.NET、C#版合辑)
- 串口调试程序和代码(EVC、VC、VB.NET、C#版合辑)
VB串口通信程序设计典型实例
- VB串口通信程序设计典型实例
VB-PLC-RS-232
- VB与欧姆龙PLC通过RS-232串口通讯的上位机程序,焦作中州炭素有限公司自动配料系统-VB and Omron PLC via RS-232 serial communication PC program, Jiaozuo automatic batching system Plains Carbon Co., Ltd.
AB的PLC读写程序VB
- AB的PLC读写程序VB-AB PLC literacy procedures VB
dmxdesk9
- VB程序,面板是一个DMX控台,由打印口产生DMX讯号,有兴趣的参考看看。-VB procedure is a DMX-controlled panel sets generated by the print port DMX signals are interested in to see the reference.
vb-tongxin
- 用VB6.0编写的实现PC机与单片机通信的程序,单片机通过MAX232实现电平转换,VB使用MSCOMM控件实现,波特率是19200bps,无校验。-VB6.0 prepared with the realization of PC and MCU communications procedures through the MAX232 to achieve single-chip level conversion, VB control used to achieve MSCOMM, baud
chatting(VB)
- 该程序是一个基于winsock通信控件的点对点聊天工具,可以在局域网和Internet环境运行,独有的XP风格窗口控件使得程序在win2k等环境下依然有良好的交互界面,是学习VB网络通信编程的良好材料!-a windows-platform communication software source code developed by Visual basic
IO
- vb程序控制IO卡工作,能控制继电器输出,接受plc的触点输入-vb process control io
VB
- vb编写的用于GPRS通讯的数据中心程序。可用-vb prepared for GPRS communications, data center program. Available
VB-TCPclient
- TCP/ip通讯客户端的程序。VB程序编写WINSOCK控件应用-TCP/ip messaging client program. VB programming WINSOCK Control Applications
VB-ModBus
- ModBus通讯协议调试器,VB原程序,可以看到发出和返回的报文-ModBus protocol debugger, VB of the original program, you can see the messages sent and returned
vb-GPRS
- 利用VB的开发环境制作的GPRS的通讯程序,该程序为北京一家公司制作,修改后可以直接利用。-Use the VB development environment made for GPRS communication program, the program for the Beijing production company, can be modified directly.
VB modbus通信主站程序,可用mobbus Slave调试
- vb通过Modbus协议通信主站程序,并通过Modbus Slave调试成功,可以正常使用,提供读和写两种功能。都有源代码(VB through the Modbus protocol to communicate the main station program, and through the Modbus Slave debugging success, can be used normally, to provide reading and writing two functions.
使用VB程序发送微信
- 本VB程序使用IE浏览器控件WebBrowser和网页版微信,通过RichTextBox文本框来发送微信。在RichTextBox文本框中输入要发送的微信消息,按回车键后,自动将输入的内容发送到微信中。