搜索资源列表
ASCTOUnicode
- 因为手机短消息的发送是以PDU串的形式发送出去的,中文字符以Unicode码来表示,所以在发送中文短消息之前必须首先将中文字符转换为Unicode码,下面的函数将实现这个功能。这个函数主要应用到VB自带的一个格式转换函数:AscW()将中文转换为Unicode码-because phone short message is sent in the form of Series PDU sent, Chinese characters in Unicode code to indicate, Th
znet
- 基于znet以太网串行转换模块通信程序。以VB为编程工具-on znet Ethernet switch module serial communication program. VB as a programming tool
mobilephone
- 因为手机短消息的发送是以PDU串的形式发送出去的,中文字符以Unicode码来表示,所以在发送中文短消息之前必须首先将中文字符转换为Unicode码,下面的函数将实现这个功能。这个函数主要应用到VB自带的一个格式转换函数:ChrW()将中文转换为Unicode码。
vb
- 在这里的通信协议采用的是半双工异步串行通信方式,并行输入串行输出采样。其中通过RS232的RTS信号进行收发转换,传输数据采用的是二进制数据。
unicode
- 本人用vb编写了一个生成usb字符串描述符数组的unicode转换器。提供给大家学习学习。-I use vb prepared a generation usb string descr iptor array unicode converter. Available to all learn from him.
freeportCommunication
- VB与PLC自由口通信协议。并且可以实现16进制数与浮点数的转换-Freeport VB and PLC communication protocol. And can achieve 16 hexadecimal numbers with floating point conversion
MBRTU
- VB串口调试程序,数据个数转换,浮点数转换及应用-VB serial debugger, the number of data conversion, floating point conversion and application
VB-AD-converter-acquisition
- VB串口通信 6路10位AD转换数据采集源程序-VB serial communication channel 10-bit AD converter 6 data acquisition source
VB_CAIJI
- VB串口通信 6路10位AD转换数据采集源程序-VB serial interface communication and 10 AD transform data collection source program
VBhtml2wap
- 用VB开发的把HTML转换成WML的代码,有一些缺陷,静待改进-ITS CODE IS FOR US TO TRUN HTML TO WML WITH VB
DRS232-RS485
- 串口232电平转换电路设计与软件实现 用VB语言实现两台电脑的RS232通过RS485接口协议的通信-232 serial level converter circuit design and software implementation RS232 achieve two computers using VB language communication via RS485 interface protocol
模拟电压采集
- 通过单片机采集模拟电压,经过转换之后,把信号送给VB,显示出来(The analog voltage is collected by the single chip microcomputer. After the conversion, the signal is sent to the VB, and the signal is displayed.)
VB
- 实现GPS和导航系统的连接,必须要解决计算机和GPS接收机的串口通信问题。在计算机和GPS接收机的数据传输过程中,计算机的串口(COM)作为计算机CPU和串行设备间的编码转换器,提供了计算机与GPS接收机之间的数据传输通道。而GPS接收机作为数据终端设备,将采集到的导航定位数据通过计算机串口传输给计算机,并为导航系统使用。在Windows环境下可以通过Visual Basic编程语言及其提供的专门用于串口通信的MSComm控件,实现GPS接收机与计算机的串口通信。 二、GPS输出的数据格(Re
机内码与输入文字符合转换
- VB编写的可以把输入的任意文件数字符合转换成GBK和Unicode两种形式的16进制和10进制机内码,方便编程使用