搜索资源列表
km12232f
- 液晶中文显示串行驱动程序,代码精简,思路清晰,非常实用-LCD Chinese Display Serial Driver, code simplification, with clear ideas, very practical
vbcomm-tongxin-reg51
- 此代码是用于计算机与单片机之间进行串行通信用的!中间有详细的串口设置和数据的收发!-this code is for the computer and single-chip serial communication between the! There is a detailed set several serial According to the transceiver.
usingVB50sconcommunicatingprogram
- 用VB5_0实现与单片机串行通信的程序设计,有原代码-with VB5_0 achieve and SCM serial communication program design, the original code
NETBIOS
- 串行通信C语言代码,用于DOS下编程,比较完整-serial communication C language code for DOS programming, a more comprehensive
donghuiRS485
- 大延东辉系列仪表串行通讯协议为多种仪表所兼容,此代码包是测试例程,稍加修改即可使用到具体数据采集应用中去.
485
- 基于80C196KC微处理器的高速串行通讯、单片机将FIFO中的数据读取出来后,从串口发送出去等代码
AUTOCLI
- 自动联想命令行处理代码-automatic command line processing code
串行接口通讯实验代码
- 串行接口通讯试验该试验可以学习如何编写一个通讯程序。这个试验能够实现的功能很简单,仅仅作为试验用。工作环境为:无需其余任何环境,直接接通电源即可。-serial communication interface test of the pilot can learn how to prepare a communication process. The pilot function can be achieved is very simple, just to experiment with. T
dsa_com
- sa通讯的一个代码,是从别的地方下的,写的还行-sa communication, a code from somewhere else the next, and wrote also line
ASYSERIAL
- 用软件实现的异步串行口源程序代码 速度还可以-Software realize the asynchronous serial port speed of source code can also be
test
- 基于无线传感器网络技术的串行数据通信接收检测代码-Wireless sensor network technology based on serial data communication receiver testing code
CnComm
- 串行通讯代码 完成分类的功能 性能很好-Serial communication function of the classification performance of the code very well
uart_test
- 介绍单片机串行通信的常用情况:单字节传输、多字节传输下的代码。-Serial Communication describes the common situation: single-byte transfer, multi-byte transfer under the code.
shuangjitongxin
- 双机通信实现代码,主要基于VB语言开放的串行口通信源代码-Serial port communication double-machine communication code, mainly based on the VB language open source code
LCD_F320
- LCD灯的测试代码。可以用来烧入到arm芯片中,就行LCD的测试。-LCD lamp test code. Can be used to burn into the ARM chip, on the LCD test.
DG03022-VB-COMMON-V1
- 串行通讯测试、调试、记录。 还能设定逻辑接收到指定命令代码后返回响应代码。-Serial communications testing, debugging, records. Also set the logic command code is received after the specified return a response code.
ComAssistant
- 本版本由sky的1.0修改而成,本来只是用来学习SPCOMM控件的,想不到经过一个晚上的努力,程序已经近于完善了。就将我的成果共享出来吧。由于改用COMPORT控件为SPCOMM控件,整个代码已经经过大规模的改动,去除了Email等与程序应用不太相关的部分,改进了绝大部分算法,添加原未完成的功能 ,程序依然是参照龚建伟VC版《串口调试助手V2.2》来编写的。我相信,现在的程序不比龚建伟VC版《串口调试助手V2.2》差,毕竟串口调试助手V2.2不能显示中文字符(或许只有我遇到这个问题)。把它作为我
读写串行存储芯片
- 读写串行存储芯片(24c02)的原代码.(Read and write serial storage chip (24C02) of the original cod)
串口工具
- 本程序是个人学习Python的tkinter模块时编写,实现了串口的数据收发,由于是初学者,代码中可能会出现很多错误或不好的编程习惯,请谅解! 实现功能:1.用Python开发,Tkinter构建界面;2.可自动列出所有串口,并自定义参数,选择串口后自动打开;3.实现无延时接收消息;4.可保存接收的数据;7.支持自动适应分辨率;8.支持单独发送和定时发送;9.支持发送新行和HEX发送;10.支持发送文件,并可自定义发送频率;11.支持小窗口显示接收信息,但与主窗口不同时显示 提供源码,可用于