搜索资源列表
serial
- 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。-This module' s function is to verify implementation and basic PC-to serial communication functions. Required in the PC, install a serial port debug tool for the functional verification process
BlueTeeth
- 电视机可以增加蓝牙模组实现蓝牙电视的功能:电视的声音通过蓝牙传输到蓝牙耳机,或者蓝牙手机的音乐通过蓝牙模组传输到电视机播放; 此PC端小工具就完成了整个过程的模拟,其蓝牙控制代码不需要太多修改直接就在电视软件中编译通过,缩短了软件开发时间,必须PC端的软件调试要比嵌入式的调试方便,PC端调试好后,直接移植过去-TV Bluetooth module can be increased to achieve Bluetooth TV function: TV sound transmitted
Commix
- 为工业控制设计的串口设备调试工具,已被很多工控行业人员使用,主要特点: 1、能根据设备的通讯协议,方便地生成多种冗余校验如Modbus,并加上结束符,适用于大多数串口通讯的工业设备; 2、能够混合输入16进制数、10进制数、ASCII字符,这种功能通过转义符“\\”实现; 3、支持串口1~255,可以自定义任意通讯参数组合,随时改变参数而不用关闭串口,支持不常用的波特率等; 4、可以测出设备的响应间隔。 -Design for industrial contr
7
- 既昨天的430串口程序后又添加了几个程序模块。3*4的矩阵键盘扫描以及通过锁存器IO口复用来驱动数码管。功能是这样:先对按键进行消抖,然后判断键值通过数码管显示通过串口发送出去。-Both procedures after yesterday' s 430 serial port to add a few program modules. 3* 4 matrix keyboard scanning and recovery through the latch to drive the di
SeriesPortDlg
- 将利用API函数开发了一个串口通信程序,在开发之前需要对计算机中的DB-9连接线头进行跳线- Will have developed a serial port signal procedure using the API function, before development needs to carry on to computer s DB-9 connection end jumps the line
MODEMINFO
- 应用串口的功能可以显示本计算机的Modem的各种信息-Application of the function of the serial port to display the computer' s Modem variety of information
API1
- 基于VC的用API实现两PC间的串口通信程序,经过编译成功,功能可实现-VC-based API implementation between the two PC' s serial port communication program compiled successfully, the function can be realized
com-
- Option Explicit Dim vChar() As String Dim outbte() As Byte Dim snum As Integer Dim rnum As Integer Dim p As Integer Dim s As String Dim out(100) As Byte Dim varP As Variant API函数,用于取得Windows系统自启动以来所经过的时间(单位为毫秒) Private Declare Fu
USART_for_ATmega32or16
- for USART initialization see Examples of UBRR Settings for Commonly Used Oscillator Frequencies table in atmega32 s datasheet or caculate fosc UBRR= ------------- - 1 16 X Baud Rate for at 16MHz freq. for 9600 baud rate function will be Us
SerialPortAPI
- 一种在Window s 9x 及以上操作系统下利用Win32 API函数实现串行通讯的方法-Win32API function implementation utilizing serial
bluetoothUtil
- 安卓手机的蓝牙通讯代码,可以实现简单的蓝牙搜索功能,及配对功能,实现蓝牙通讯-Android phone s Bluetooth communications code, can achieve a simple Bluetooth search function, and the pairing function, to achieve Bluetooth communication
s
- 自己编写的一个简单实用的串口通讯程序,可以实现笔记本与单片机串口通讯功能-I have written a simple and practical serial communication program, you can achieve serial communication with the microcontroller serial communication function
ComAssistant
- 本版本由sky的1.0修改而成,本来只是用来学习SPCOMM控件的,想不到经过一个晚上的努力,程序已经近于完善了。就将我的成果共享出来吧。由于改用COMPORT控件为SPCOMM控件,整个代码已经经过大规模的改动,去除了Email等与程序应用不太相关的部分,改进了绝大部分算法,添加原未完成的功能 ,程序依然是参照龚建伟VC版《串口调试助手V2.2》来编写的。我相信,现在的程序不比龚建伟VC版《串口调试助手V2.2》差,毕竟串口调试助手V2.2不能显示中文字符(或许只有我遇到这个问题)。把它作为我