登录
首页 » 通信 » Serial multi

Serial multi

于 2023-07-02 发布 文件大小:127.04 kB
0 26
下载积分: 2 下载次数: 1

代码说明:

多线程串口调试工具,支持文本传输,可十六进制显示-Serial multi-threaded debugging tools, support for text transmission, can be displayed in hexadecimal

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • turbo code description document
    turbo code description document
    2022-03-18 00:12:36下载
    积分:1
  • 文章中提出了一种基于高斯_塞得尔迭代的道均衡算法
    文章中提出了一种基于高斯_塞得尔迭代的信道均衡算法-Presents an article based on the Gaussian Zeidel _ iterative channel equalization algorithm
    2023-08-03 00:20:04下载
    积分:1
  • Designed a FIR band
    设计了一个FIR带通滤波器,需要的可以参考-Designed a FIR band-pass filter, need to refer to
    2022-01-30 17:44:57下载
    积分:1
  • this document is in the development process of serial experiences
    本文档是我在开发串口程序的心得-this document is in the development process of serial experiences
    2022-11-13 18:00:03下载
    积分:1
  • This is on the spatial spectrum of matlab can be quite good
    这个也是关于空间谱的matlab 挺好的 可以-This is on the spatial spectrum of matlab can be quite good
    2023-08-31 04:35:03下载
    积分:1
  • 两台电脑简单
    很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include #include #pragma comment(lib,"ws2_32.lib") void main() {     WORD wVersionRequested;     WSADATA wsaData;     int err;          wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库          err = WSAStartup( wVersionRequested, &wsaData );     if ( err != 0 ) {         return;     }              if ( LOBYTE( wsaData.wVersion ) != 1 ||         HIBYTE( wsaData.wVersion ) != 1 ) {         WSACleanup( );         return;     }    &n
    2022-03-20 09:13:36下载
    积分:1
  • 这是一个WINDOWS下的多串口驱动代码,非常方便好用,希望大家多多使用支持!...
    这是一个WINDOWS下的多串口驱动代码,非常方便好用,希望大家多多使用支持!-WINDOWS This is a multi-serial port driver code, very easy-to-use, I hope a lot of use in support of U.S.!
    2022-09-08 16:20:03下载
    积分:1
  • F28335与AD5621的SPI
    应用背景该例程实现28335与芯片AD5621的SPI通信,有很多新手不会根据所需芯片来配置f28335 SPI的寄存器,这里给了一个实例,很值得学习,我也是查看了很多资料才配置成功的 (代码也有很多注释),并且是我调试通过的!!关键技术SPI是串行外设接口(Serial Peripheral Interface)的缩写。SPI,是一种高速的,全双工,同步的通信总线,并且在芯片的管脚上只占用四根线,节约了芯片的管脚,同时为PCB的布局上节省空间,提供方便,正是出于这种简单易用的特性,如今越来越多的芯片集成了这种通信协议,比如AT91RM9200。
    2022-04-15 16:24:10下载
    积分:1
  • 难得的诺基亚 7260原厂维修图纸,各种芯片接口及逻辑
    难得的诺基亚 7260原厂维修图纸,各种芯片接口及逻辑-Rare repair Nokia 7260 original drawings, a variety of chip interface and the logic of
    2022-02-22 11:53:47下载
    积分:1
  • Computer serial port with ModBus protocol is used to achieve data wireless commu...
    通过计算机串口,利用ModBus协议实现了数据无线通信。-Computer serial port with ModBus protocol is used to achieve data wireless communications.
    2022-03-04 04:01:15下载
    积分:1
  • 696519资源总数
  • 104213会员总数
  • 13今日下载