搜索资源列表
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串口通信程序设计典型实例
- VB串口通信程序设计典型实例
HRF.VB.串口脚踏开关模拟小程序
- 串口脚踏开关模拟小程序,VB源码,用于医疗行业,Serial foot pedal simulation applets, VB source code for the medical industry
KaoQin.VB写的通过串口与考勤机连接通讯的程序
- VB写的通过串口与考勤机连接通讯的程序,VB written attendance through the serial port connected with the communication procedures
vb串口通信简单示例
- vb串口通信简单示例,发送程序,接收程序。-vb rs232 communication program
vb-iccard
- 自己写的通过串口和单片机通讯的ic卡读卡程序-Write their own single-chip microcomputer through the serial port and communications procedures ic card readers
scroller
- vb串口程序,写的是一个串口使用例程,对初学者有用,特别是工控类的-vb serial procedures, to write a serial port using the routines, useful for beginners, especially the industrial category
vb
- 该程序采用VB编能简单的实现对串口的读写功能-The program made use of VB to the easy implementation of the serial read and write functions
VB
- VB串口字节通信程序,包括:1字节发送子程序,n字节接收子程序-Visual Basic byte signal communication program
VB
- 本文是VB串口通信的一个详细实例的程序源代码-This is the VB serial communication of a detailed source code examples
VB
- VB串口通讯程序,可以用来跟单片机通讯,也可以把232的2、3脚连接起来通讯。-VB serial communication program can be used with single-chip communications, can also be 2,3 to 232 feet of connecting communication.
VB-Comm
- VB串口调试软件源代码,可以参考修改为其它通讯程序-VB serial debugging software source code
VB
- vb串口通信调试器的源码程序对于学习VB的人员非常的游泳-VERY
vb-chuankou
- VB串口通信程序,可以读取串口并显示保存数据,且能显示数据曲线-VB serial communication program that can read and display the stored data, serial, and can display the data curve
vb
- VB串口通信程序,已经项目中应用通过,主要为串口数据配置,读取缓冲区数据-VB serial interface communication program source code
RS232串口连接
- 上位机(PC机或具有串口的其他控制设备)通过RS232串口连接到本控制板后,向控制板发送一串ASCII代码指令既可控制步进电机的转向、转速、步进量,完全不需了解步进电机及驱动器的工作原理。例如:串口发送"S100",则步进电机将顺时针以每分钟100转的速度旋转,串口发送"N300",则步进电机将逆时针以每分钟300转的速度旋转;串口发送"S100J",则步进电机将顺时针步进100个步距角,串口发送"N1000J",则
vb串口接收程序
- vb串口接收程序。初学者可以下载看看。应该有用吧(VB serial port receiver)
VB.net实现串口编程,希望大家有用
- vb串口接收程序 学习串口编程的可以下载看看,希望对你有用。(VB serial port receiver)
VB串口配合数据线实现短信发送程序
- VB串口配合数据线实现短信发送程序,短信猫实现短信功能的实例