CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 微处理器(ARM/PowerPC等) 搜索资源 - PC program

搜索资源列表

  1. S3C44B0X例子程序2

    0下载:
  2. 1. beep -- PWM测试 为 ADS1.2 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后在57600的超级终端里按PC机键盘的“+”“-” 按键,可以听到BUZZ增大减小的声音。 2. key -- 按键测试 为 SDT2.51 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后按FS44B0X上的按键key1 key2 key3 key4 相应的发光二极管亮 3 keyint -- 按键中断测试 该项目在SDT2.51下编
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:495.45kb
    • 提供者:张淼林
  1. S3C44B0X例子程序1

    0下载:
  2. 5 ledblink -- 跑马灯程序 该项目在SDT2.51下编译调试。最简单的demo程序,运行后3个发光二极管轮流点亮。 6 timerint -- 定时器中断demo程序 该项目在SDT2.51下编译调试。将子目录timerint拷贝到c:\\ 下。 该demo程序的主程序是while空循环,定时器中断服务程序每500ms将3个LED反相。 在57600超级终端里也可以看到中断发生时的信息。 7 uart -- 串口测试程序 该项目在SDT2.5
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:243.96kb
    • 提供者:张淼林
  1. usbhid

    0下载:
  2. 一个USB—HID程序,运行环境为STM32F103,下载进去运行之后,可以在PC端用bushound进行数据收发测试。-a project of usb hid,it runs on the chip STM32F103,after downloading the program into the chip,on the pc end we can using bushound to test the sending and receiving data.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:449.92kb
    • 提供者:yt
  1. Mscomm32

    0下载:
  2. 这个是VB写PC与单片机通信程序要用的控件(Mscomm32)-This is a PC to write VB program to use with single-chip control communications (Mscomm32)
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:52.71kb
    • 提供者:lizhou
  1. UART1test

    0下载:
  2. freescale单片机mc9s08ac16的UART接口程序。可经用于UART接口的初始化,与PC和其它串口通迅。-freescale single-chip UART interface program of mc9s08ac16. May be used to initialize the UART interface with PC and other serial communication.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:244.02kb
    • 提供者:rcengtian
  1. PWMUS

    0下载:
  2. PC机与siemens step7-200脉冲发送程序-PC computer and siemens step7-200 pulse to send a program
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-08
    • 文件大小:1.56kb
    • 提供者:hegaoqing
  1. hello_can

    0下载:
  2. This folder has a sample program of CAN protocol on Power PC MPC55543. In this it gives communication software for CAN protocol
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-08
    • 文件大小:391.92kb
    • 提供者:Sangeetha
  1. 430f149_com-V0.02

    0下载:
  2. msp430串口程序,可以实现和PC机以及其他处理器的串口通信。-MSP430 program
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:3.15kb
    • 提供者:caohuanqf
  1. Unit1

    0下载:
  2. 上位机程序与80c51单片机通讯,具有画图功能,数据库功能-PC communications program with 80c51 microcontroller with drawing functions, database functions
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-17
    • 文件大小:8.81kb
    • 提供者:baipujiang
  1. I2C

    0下载:
  2. SMART(MAGIC)ARM2200 试验目的 学习编写I2C驱动及应用程序开发 掌握中断程序的开发流程 试验内容 响应按键,点亮对应的LED 按下按键1(S1)点亮LED1。。。,以此类推,按下按键4(S4)点亮LED4 按下按键15(S15)循环左移点亮LED 按下按键16(S16)循环右移点亮LED 完成上述每一步操作,同时要求把键值通过UART0回传到PC -SMART (MAGIC) ARM2200 purpose of study and p
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:99.9kb
    • 提供者:chenhao
  1. ADC

    0下载:
  2. STM32F103VBT6开发板上的ADC程序,通过定时器定时,将转换的数据通过串口传到PC机上-STM32F103VBT6 development board' s ADC program, the timer time, the conversion of data transmitted via the serial port on a PC,
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-10
    • 文件大小:1.26mb
    • 提供者:徐天
  1. S3C44B0interrupttestexample

    0下载:
  2. S3C44B0 中断实验参考程序 通过实验了解ARM的中断方式和原理 熟悉ARM中断的编程方法 硬件:Embest S3CEV40实验平台,Embest ARM标准/增强型仿真器套件,PC机。 软件:Embest IDE 2003集成开发环境,Windows 98/2000/NT/XP。-Experimental reference program S3C44B0 interrupt the experiment and understand the principles of
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:635.39kb
    • 提供者:Lily
  1. powertoy

    0下载:
  2. Powertoy is program that make possible remote controll between your device with Win CE 5.0 and your PC
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:16.63kb
    • 提供者:Norbi Maci
  1. Lpc3250loader

    0下载:
  2. LPC3250处理器,利用串口bootloader烧写代码的PC 程序-LPC3250 processor programmed using the serial bootloader program code PC
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-03
    • 文件大小:27.31kb
    • 提供者:getall
  1. GPSData

    0下载:
  2. 上位机程序,接收STM32发送的GPS数据并按照数据存储格式进行解算,解算后的结果保存在txt文件中,供后续处理。-PC program, to receive the GPS data and transmit STM32 data storage format in accordance with solver, solver the results stored in the txt file for subsequent processing.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-27
    • 文件大小:10.03mb
    • 提供者:潘涤生
  1. MemsUart

    0下载:
  2. This a sample code for STM32F4 DISCOVERY board. It basically gets data from the accelerometer makes some calculations and sends it UART, I use an FTDI chip for uart to usb communication with my PC. With a simple PC program you could collect that data
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-05
    • 文件大小:318.33kb
    • 提供者:Rein
  1. PC-send-ab-control-P1-led-flow-order

    0下载:
  2. 基于IAR Embedded Workbench IDE开发环境的MSP430 单片机接受处理pc发送的数据点亮LED的小程序-Based on MSP430 MCU IAR Embedded Workbench IDE development environment to accept data processing pc LED lights sent a small program
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:119.5kb
    • 提供者:张智慧
  1. 2012hailong

    0下载:
  2. 这是参加石家庄海龙电子城比赛的源程序,包括程序VC上位机程序和舵机控制程序,及远程控制程序!-It is participating in Shijiazhuang Dragon Electronics City game source, including procedures VC PC program and steering control procedures, and remote-control programs!
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-06-02
    • 文件大小:13.58mb
    • 提供者:dfood
  1. ds30.X

    0下载:
  2. 用于dsPIC30系列的CAN Bootloader程序源码,必须配合上位机程序使用-Used for dsPIC30 series CAN Bootloader program source code, must be used with PC program
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-17
    • 文件大小:86.31kb
    • 提供者:毛平生
  1. WORK

    0下载:
  2. Stm32F0通过串口更新的源码包括嵌入式程序和对应的上位机程序.-Stm32F0 updated via the serial program and the corresponding source code, including embedded PC program.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-07
    • 文件大小:1.08mb
    • 提供者:李力
« 12 3 »
搜珍网 www.dssz.com