搜索资源列表
CH375HMS
- U盘文件读写模块, 连接方式: 3线制串口+查询 -U-document reader module, Connectors : 3-wire serial inquiries
stkconnect
- 演示connect 连接 stk 的方法,测试了载入场景命令,源代码包含AgConnect.lib等库文件,可以直接编译通过,对开发stk控制台程序具有较好的参考价值。 Stk 6.1 Connect模块测试-demonstration connect connecting stk methods tested included in the scene orders AgConnect.lib contains the source code for such documents can
COM_Login
- 汽车行驶记录仪数据采集处理系统,登录模块的源码,注意这些都是com+组件,可以单独编译,并通过调用我前面上船的主窗体的.exe文件调试-Data Acquisition and Processing System, log module source code, the attention of these are com + components that can compile, and in front of me by calling the embarkation of the mai
Xmodem_Receive
- 实现单片机与GPRS模块的Xmodem协议文件传输
RS232
- 433.92m无线模块的接收到有效数据后,把数据转到串口发出去,也就是串口数据转无线、无线模块收到数据转成串口,的模块整个工程文件。-433.92m wireless module receives valid data, the data sent to the serial port, serial data transfer is wireless, the wireless module into a serial data received, the module documents
CH375HM.ZIP
- CH375HM.ZIP · U盘文件读写模块的说明和相关例子源程序 嵌入式/单片机系统大容量/海量数据移动存储的解决方案 支持常用的FAT12/FAT16/FAT32文件系统,支持8位并口, 支持I2C两线串口,支持各种波特率TTL/RS232异步串口等 -CH375HM.ZIP · U disk file reader module descr iptions and examples of source code related to embedded/MCU
PPP(PointtoPointProtocol)
- ZIGBEE2430下的点对点通信程序,可以直接下载到2430模块进行测试,也可以略加修改,用到两个模块间文件的无线传输-ZIGBEE2430 point to point communication under the program, can be directly downloaded to the 2430 test modules can also be slightly modified, two modules are used for wireless transmission
ComSet
- 串口功能模块,提供2个工程: 1、串口模块DLL库工程。使用串口底层驱动代码进行编写,生成dll文件。 2、串口模块DLL库测试工程。对生成的dll文件进行集成测试,并提供简单界面测试功能。 代码用途: 1、软件专业测试人员快速使用本dll进行界面串口通信功能开发; 2、可使用dll生成工程中的源代码进行修改,适合各类无界面底层调用; 3、有需要进行软件权限控制的场合,自制dll生成和测试工程的模板; 4、软件初学者进行代码规范和测试的学习模板。-Serial
F2812-RS232
- TMS320F2812的串口调试程序,包含所有模块的头文件,主要功能是调试串口。-TMS320F2812 RS232com debug program, include all peripheral block
COM
- 本程序为公交调度系统项目中的串口通讯模块,通讯协议文件为[通讯命令及通讯方式规定.doc 需要用到一个C++写的dll,功能是帮助初始化串口。(该dll文件已经放在bin\debug目录下)-This program is a project scheduling system bus serial communication modules, communication protocol document for the [communications command and commun
Visual-CPP-PC-IO
- 用Visual C++实现PC机与远程IO模块串口通信,包含整个Visual C++工程文件-Visual C++ PC and Remote IO module serial communication, including the entire Visual C++ project files
chuankou
- 51单片机 keil编程 串口 C程序 文件使用模块化编程-51 MCU keil programming serial C program file using the modular programming
485test
- DM430-L型开发板RS485通信实验,通过开发板与电脑进行数据通信,485接在UART1上 电脑端必备RS232转RS485模块,否则无法进行直接的连接RS485之间通过双绞线连接,如果距离近,可以不使用120欧电阻匹配电脑端通过串口调试助手操作,先将数据由电脑发往开发板开发板板会将收到的数据再发送到串口调试助手,接收采用中断模块,发送用查询板载的BSL模块可以通过跳线帽设置为USB转串口模式,笔记本电脑没有串口可以直接代替开发板的BSL区的RXD和TXD0连接,TXD和RXD0连接即可
spi_cbb
- 基于FPGA设计,verilog语言变成的,SPI通用接口模块,顶层已封装成类似标准的FIFO接口;提供仿真文件;仿真器为modelsim10.0c,波形观察debussy。-Based on the FPGA design, Verilog language into a, SPI universal interface module, the top has been packaged into a FIFO interface similar to that of the standard
CnComm
- 串口功能模块,CnComm v1.50 多线程串口通讯库,附带书明文件-Serial function module, CnComm v1.50 multithreading serial communication library, with books documentation
UART_TX
- FPGA串口发送测试程序,包含按键模块,串口发送模块,和串口模块的testbench文件-FPGA serial port test program, including testbench file button module, serial sending module, and the module' s serial
SPCommTool(配置2W中继模块)
- 很好用的串口调试助手,我平时一直在用,一个可执行文件。(Good use of serial debugging assistant, I usually have been using, an executable file.)
exihinge__floppy
- 中国移动定植手机空中无线升级模块,是将BIN文件彻底更新()
串口工具
- 本程序是个人学习Python的tkinter模块时编写,实现了串口的数据收发,由于是初学者,代码中可能会出现很多错误或不好的编程习惯,请谅解! 实现功能:1.用Python开发,Tkinter构建界面;2.可自动列出所有串口,并自定义参数,选择串口后自动打开;3.实现无延时接收消息;4.可保存接收的数据;7.支持自动适应分辨率;8.支持单独发送和定时发送;9.支持发送新行和HEX发送;10.支持发送文件,并可自定义发送频率;11.支持小窗口显示接收信息,但与主窗口不同时显示 提供源码,可用于