搜索资源列表
VBSerialSample
- vb的串口源程序,包括串口的配置界面,接收功能和发送功能.
Soft20060207145602422
- vb实现的串口接收数据的源码.相当不错哦
barcode
- 利用vb控件接收条码扫描器数据简单的条形码应用源程序,仅供参考! 说明 码制:0-UPCA 1-UPCE 2-EAN13 3-EAN8 4-CaseCode 5-CodaBar 6-code39 7-code128 8-U.S.Postnet 10-JP Post 最大:设置数据框最大可输入的数据。 数据:接收条码扫描器串口发送的数据并显示条码。
RS232C
- PC机与51单片机串口通讯程序,主要实现单片机发送和接收程序,PC端可以用VB,VC进行界面设计。-PC-MCU serial communication program with the 51, mainly to send and receive procedures for SCM, PC client can use VB, VC for interface design.
Float-Process
- VB串口通信中经常会遇到10进制浮点数转为多字节Byte数据类型的情况,以及在接收后需转为10进制浮点数需求。 VB有专门的API函数CopyMemory能处理2-10进制浮点数转换和10-2进制浮点数转换。 下列代码演示了10进制Single(单精度浮点型转为16进制字符显示的浮点数和其相反运算: -VB serial communication often encounter decimal floating-point to multi-byte Byte data type,
51VB
- 串口-51发送一个字节,VB接收一个字节,C语言编写--51 Send a byte serial, VB receives a byte, C language