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

搜索资源列表

  1. 串口调试助手V2.2

    0下载:
  2. 我常用的串口调试工具,非常好用,单片机爱好者的好工具-my favorite serial debugging tools, very good, good lovers SCM tools
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:130248
    • 提供者:天津市
  1. 串口调试助手V2.2

    1下载:
  2. 串口调试助手,调RS232,RS485必备武器-serial debugging assistant-RS232, RS485 essential weapons
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:116991
    • 提供者:沈忠亦
  1. linux串口调试助手

    0下载:
  2. 最近调Tinyos的东东,由于习惯在linux下搞。看到他用的java去通信感觉就不爽,就用c++搞了一个,把他的串口栈的东西除了,完善了下就用 QT4写了个界面,写了个串口调试助手。现在还有一个问题没有解决,就是如何获取当前可用串口列表,现在只是静态添加了几个。现在想法是利用dmesg获取分配的串口描述符,或者在/proc中读,但是/proc中获取不了描述符。不知道还有没有更好的办法,希望大家能提提意见。
  3. 所属分类:嵌入式Linux

    • 发布日期:2009-06-21
    • 文件大小:983040
    • 提供者:kylezk
  1. F2812_SCI02 PC机串口调试助手

    0下载:
  2. F2812 SCI与PC机串口调试助手以收发中断方式实现收发数据。(CCS3.3开发环境) 功能:使用SCIA模块和PC机进行串口通信,等待PC机上的串口调试软件向DSP发送"hellodsp",DSP接收到上位机发送的数据之后,将这些数据发回PC机,显示在串口调试软件中。 说 明:本实验中SCIA模块的发送和接收采用中断方式实现,空闲线模式波特率为19200,通信数据格式为1位停止位,8位数据位,无校验位-F2812 SCI and the PC serial port r
  3. 所属分类:DSP编程

    • 发布日期:2017-03-22
    • 文件大小:363038
    • 提供者:奋斗不止
  1. SerialPort

    0下载:
  2. winCE下的串口调试助手,给予s3c2440-winCE serial debugging under the assistant to s3c2440
  3. 所属分类:Windows CE

    • 发布日期:2017-04-01
    • 文件大小:54543
    • 提供者:徐林
  1. ps2

    0下载:
  2. 这是一个用c编的程序,程序用于52单片机驱动电脑键盘, 是ps/2接口,用串口发送按键值,可用串口调试助手调试,本程序已经调试通过,用的kell编译的。-This is a use of c-series procedures, procedures for the 52 single-chip-driven computer keyboard is ps/2 interface, use the serial send button values, available serial port
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:14596
    • 提供者:wangjunbin
  1. C8051F040ADCUART

    0下载:
  2. 本文件是C8051F040AD采样及串口测试程序;AD输入端子可输入4路AD(AIN0--AIN3),另有1路可测量片内温度,还有1路可测量高压差分放大器的输入(高压差分放大器由J7接入,6路采样值都通过串口发送出去,在串口调试助手上看观察其值。-This document is C8051F040AD serial sampling and testing procedures AD input can enter the 4-AD (AIN0- AIN3), and another 1-c
  3. 所属分类:SCM

    • 发布日期:2017-03-21
    • 文件大小:37806
    • 提供者:王珍宁
  1. SerialDebugSourceCodeAndProgrammingAssistantDetail

    0下载:
  2. 串口调试助手源程序及编程详细过程。 保证你学会 VC环境下MSComm控件的使用,从而实现 PC与单片机的串口通信。-Serial debug source code and programming assistant detailed process. Guarantee that you learn to VC environment MSComm control the use of PC and SCM in order to realize the serial communica
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:35906
    • 提供者:彭圳
  1. SerialPortCommunicationAssistant

    0下载:
  2. 串口调试助手V2.2的源程序。做了小幅修改,解决了接收数据显示乱码的问题。-Assistant V2.2 serial debugging of the source. Make a slight modification to solve the reception problem of garbled data.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-06-17
    • 文件大小:26334122
    • 提供者:ChenLiang
  1. chuankouzhongduan

    0下载:
  2. 51单片机实现和上位机串口通信的历程,简单实现,可以调通,C语言实现,上位机用串口调试助手-MCU 51 and host computer serial communication process, simple to achieve, you can transfer pass, C language, using serial debugging PC assistant
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6532
    • 提供者:辛光明
  1. CCSDSPchuankou

    0下载:
  2. DSP串口程序 内含串口调试助手 配置文件 工程文件-DSP serial port serial debugging process includes assistant project file configuration file
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:222349
    • 提供者:cq
  1. my_uart_top

    0下载:
  2. 实现的功能如题,就是FPGA里实现从PC接收数据,然后把接收到的数据发回去。使用的是串口UART协议进行收发数据。上位机用的是老得掉牙的串口调试助手-To achieve the functions such as title, that is, to achieve FPGA receives data from the PC, and then receive data back fat. Using a UART serial port protocol to send and recei
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:2655
    • 提供者:刘虎
  1. 020_2u_9-17

    0下载:
  2. 用于conextop(串口转以太网)的程序,已经测试通过了,非常好用。并且可同过网络调试助手,查看结果-For conextop (Serial to Ethernet) process has been tested, and very easy to use. And can be the same over the network debugging aids, view the results
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:320326
    • 提供者:朱加桂
  1. willar_223524

    1下载:
  2. 串口调试助手 用于单片机开发串口通讯时用。-progronm vb secris
  3. 所属分类:SCM

    • 发布日期:2016-10-05
    • 文件大小:11176
    • 提供者:王枫
  1. 18b20_rs232

    0下载:
  2. 基于PIC单片机的数据采集系统,通过DS18b20将采集到的温度用串口调试助手 传送到上位机-PIC Microcontroller based data acquisition system will be collected by DS18b20 temperature with serial debugging aids sent to the host computer
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-08
    • 文件大小:2439
    • 提供者:刘邦
  1. uart

    0下载:
  2. msp430单片机串口收发数据程序代码 将收到的数据原样返回 通过串口调试助手查看-uart for msp430 singlechip
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:19494
    • 提供者:taishanqiaofu
  1. 1985530rs232_51

    0下载:
  2. 51串口通讯例子,演示程序、串口调试助手、ZlgComPort_DEMO\演示程序源文件等。-51 examples of serial communication, presentation program, serial debugging aids, ZlgComPort_DEMO \ demo program source files.
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:1616519
    • 提供者:jianglong
  1. 向电脑网络助手上传 DHT11 温湿度

    0下载:
  2. 实现单片机上通过串口将温湿度以无线的方式传递到网络调试助手上(SCM through the serial port, the temperature and humidity in a wireless way to the network debugging assistant)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-30
    • 文件大小:5227520
    • 提供者:利剑
  1. rx_uart_led

    0下载:
  2. Altera FPGA 设计串口通信,实现串口助手发数控制电路板小灯亮灭(Altera FPGA design serial communication, serial assistant to achieve the number of control circuit board, small lights out)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-30
    • 文件大小:3418112
    • 提供者:向东行
  1. 串口数据输出显示

    1下载:
  2. STM32 USART3接收数据 USART1串口助手显示(USART3 receives data USART1 serial port assistant.)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-05-03
    • 文件大小:4880384
    • 提供者:gghhe
« 1 23 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com