CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - 串口助手

搜索资源列表

  1. sdram2uart

    0下载:
  2. 将SDRAM中数据通过DMA送至UART,可以通过串口助手查看数据.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1192
    • 提供者:许湘云
  1. serial-test

    0下载:
  2. 自已编的串口调试程序,此程序可以借助串口助手进行调试(rs232通讯调试),验证其连通性.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2014-01-16
    • 文件大小:33824
    • 提供者:yang
  1. a-serial-assistance-calculate--fcs-

    0下载:
  2. 经过改进的串口助手,可自动计算要发送数据的校验和-Improved serial assistant can automatically calculate the checksum data to be sent
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-25
    • 文件大小:8515658
    • 提供者:
  1. ECOMV260

    0下载:
  2. ecom串口助手是一款带CRC计算的串口(RS232)调试软件。由我爱IC导航网工作室开发(http://www.52ic.net/)。 ecom串口助手支持常用的110 ~ 921600bps波特率,能设置校验、数据位和停止位,能以ASCII码或十六进制接收或发 送任何数据或字符(包括中文),能发送任意大小的文本文件,可以任意设定自动发送周期,并能将接收数据保存成 文本文件。带有文件或数据串的ModebusCRC16校验、CRC16校验、累加和校验、异或校验,ModebusLRC
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:1284409
    • 提供者:白桦
  1. STC-ISP-V4.83

    0下载:
  2. 这个软件是宏晶公司的单片机烧写工具,但是非常强大,它不仅可以烧写我们工作室出品的驱动板和常见的单片机,同时还具有串口助手功能,可以很方便地接收来自WIFI板(路由)的串口打印信息,也可以通过它发送数据给上位机,是通信调试的必不可少软件-This software the macrocrystalline microcontroller programming tools, but very powerful, it not only to our Studio driver board can
  3. 所属分类:Other Embeded program

    • 发布日期:2016-12-23
    • 文件大小:3375104
    • 提供者:李雄
  1. chuankou

    0下载:
  2. 在单片机与个人PC之间进行串口传输,使在串口助手上输入值可以输出相应的字符或十六进制数字-n SCM and PC serial transmission between individuals, so that in the serial assistant on the input values can output the corresponding characters or sixteen hexadecimal numbers
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-26
    • 文件大小:15738
    • 提供者:徐培彦
  1. QT1

    0下载:
  2. 一款基于QT的串口助手,可以向单片机收发数据实现电脑与单片机的通讯-A based QT serial assistants, computer and microcontroller communication to the microcontroller to send and receive data
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-19
    • 文件大小:678756
    • 提供者:陈希尧
  1. Computer-communicate-by-Zigbee-

    0下载:
  2. 两个zigbee模块通过串口接在两台电脑上面,两台电脑上面运行串口助手,可以实现通过串口助手发送至zigbee模块,再通过无线模块传送至另一个zigbee模块上,这个zigbee将数据发送至相应的电脑上,通过UART实现点对点无线通信,使用方法如下: 1:打开IAR开发环境,打开工程。 2:接上仿真器,并把仿真电缆连到CC2430模块上,把程序下载到两个模块上。 3:两个模块之间通过PC机串口发送一个字符到另一个模块的PC。-Two zigbee module through th
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-16
    • 文件大小:284238
    • 提供者:kang
  1. main

    0下载:
  2. 测量ADC电位器上的电压值,精确到毫伏,结果在串口助手显示-Measurement ADC voltage value on the potentiometer, accurate to millivolts, the results shown in serial assistant
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:658
    • 提供者:gousheng
  1. NRF24L01_uasrt

    0下载:
  2. 板子通过USB加电后,先向串口1输出一串测试数据,然后USB被PC识 别出来,虚拟出一个串口号给这个USB设备,此时可以通过在PC端的串口助手类 软件选择该串口号。-The board is powered via USB they ask a bunch of test data output port 1, and then identified by PC USB, a virtual serial port number to the USB device, this time
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-16
    • 文件大小:4487890
    • 提供者:卢启明
  1. Serial-communication

    0下载:
  2. 以16进制发送一个0-65535(两字节)数据之间的任一数,当单片机收到后在数码管上动态显示出来,波特率自定。 //选择单片机串口方式1时,有效数据位只有8位(二进制)65535转化为二进制需要16位(且16位全为1),换为十六进制也就是4位。串口助手一次发送都是二位十六进制数发送的。由于这些原因,我们需要分两次传送数据。先传16进制的前两位,再传后两位。 -Serial communication
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-17
    • 文件大小:4735839
    • 提供者:王明
  1. CORX-ComAssistant---nfc-V2.0

    0下载:
  2. 串口助手的C#源代码,可以根据自己需求修改-Serial assistant C# source code can be modified according to your needs
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-22
    • 文件大小:368717
    • 提供者:zcf
  1. jieshou

    0下载:
  2. 用PC在串口助手上发送字符串到单片机中,并通过NOKIA5110来显示-Assistant on a PC serial port to send the string to the microcontroller through NOKIA5110 to show just the main program, which does not display program 5110
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-25
    • 文件大小:35176
    • 提供者:韩落
  1. C1

    0下载:
  2. cry602,液晶显示字符串,串口助手通过rs485发送数据,传给单片机msp430,显示到液晶上-cry602, LCD string rs485 transmit data via serial assistant, passed SCM msp430, displayed on the LCD
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-25
    • 文件大小:38525
    • 提供者:薛超雷
  1. STM32-microcontroller-test-program

    0下载:
  2. STM32单片机试验程序,实现串口助手与单片机数据的发送和接受-STM32 microcontroller test procedures, and microcontroller serial assistant to send and receive data
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-03
    • 文件大小:984155
    • 提供者:小升
  1. 200000

    0下载:
  2. 利用vb开发的串口助手源代码,亲测能用,同学们可以参考一下,千万不要照搬照用-Visual Basic
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-28
    • 文件大小:116324
    • 提供者:赵振涛
  1. ds18b20

    0下载:
  2. 两路DS18B20在电脑上的串口助手上显示温度-Two DS18B20 temperature display on the serial port on the computer assistant
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-29
    • 文件大小:46435
    • 提供者:戴明义
  1. 6-binary-to-10-batch-software

    0下载:
  2. 电子工程师经常需要使用串口获得现场的一些数据用于分析.而一般的串口助手软件获得的数据都是16进制的,这不利于直观的分析或是绘制图形.在这种情况下写了这个进制转换工具. 2.数据的输入来源于文件.文件的格式必须是 16进制+分隔符+16进制 的形式,比如: 4A 78 90 12这种格式(分隔符是空格),也可以是4A*78*90*12这种格式(分隔符是*号).而且16进制数字最长是16位.比如123A 34A3 1278这样类型.如果长度大于16位,软件将会自动忽略多余的部分. 有效
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-29
    • 文件大小:438816
    • 提供者:qiaoruifeng
  1. Robotics_3

    0下载:
  2. 智能小车的蓝牙控制功能实现,可以通过手机上的蓝牙串口助手连接小车并向小车发出指令。-Intelligent car Bluetooth control function, you can connect the car through the Bluetooth serial port on the phone and send instructions to the car.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-20
    • 文件大小:5447961
    • 提供者:七月飞霜
  1. 实验4 串口

    0下载:
  2. PC端串口调试助手向板子发送数据,板子接受到数据后,再把数据发送回给PC端串口调试助手(PC port serial debugging assistant to send data to the board, the board accepted the data, and then send the data back to the PC side, serial debugging assistant)
  3. 所属分类:其他嵌入式/单片机内容

« 12 3 »
搜珍网 www.dssz.com