CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 下位机

搜索资源列表

  1. progisp15

    1下载:
  2. usb编程器的全部资料,包括上位机程序及下位机源程序 支持编程器类型 1,多种并口(可以自定义)编程器(并口串行) 2,USBPROG编程器(usb串行) 3,并口并行编程器 4,usbasp 扩展功能 1,串口调试,超级终端 特色: 1,速度较快(16k程序): 并口 读11秒 写11秒;USBPROG读2秒 写2秒。 2,USBPROG根据目标cpu自动调整三种下载速度(8k,187.5k,375k) 3,支持自定义ATMEL全系
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:803442
    • 提供者:智峰
  1. car_control

    1下载:
  2. 完整的小车控制程序,包括上位机和下位机两大部分,实现对小车的自动寻线和遥操作,上位机采用vc编写,包括串口通信和键盘响应两大部分,实现了利用电脑键盘对小车的实时控制,程序都调试成功,并有程序说明文挡。-integrity of the trolley control procedures, including upper and lower machine parts, Implementation of the trolley line and automatically searching
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:982749
    • 提供者:唐文
  1. XINO_DES

    2下载:
  2. DES/3DES算法的C语言实现,我对代码进行优化。只需要几十个字节的内存就可以。很适合用于单片机等下位机使用。-DES/3DES algorithm in C language, I optimized code. Only need dozens of bytes of memory can be. SCM is very suitable for such use under the plan.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:17435
    • 提供者:黄双全
  1. BCAN1

    0下载:
  2. 实现CAN总线的接收,发送,故障处理,处理器采用的是STC89C58RD,是中央空调控制系统的下位机程序的一部分.-CAN Bus receive, send, fault handling, the processor is STC89C58RD. central air-conditioning control system of the next crew part of that process.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3876
    • 提供者:朱万林
  1. graph9.27

    1下载:
  2. 利用c++编写的任意波形发生器的人机界面,通过并口和下位机相连-c prepared by the use of arbitrary waveform generator man-machine interface, through the parallel port and the next crew Linked
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:58954
    • 提供者:王元华
  1. gpstimer

    0下载:
  2. 这是GPS全球卫星定位系统授时的下位机部分,对于单片机初学者应该很有帮助吧-This is the GPS satellite global positioning system when awarding the next crew, for SCM beginners should it helpful
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:41959
    • 提供者:fucheng
  1. MSC51_PC_Communicaton

    0下载:
  2. 这是一个51单片机与PC的通信系统:利用3*4小键盘输入0~9的一串数字(不大于5),通过8051自带的串口发送给PC并显示在系统的6位LED上;单片机接收上位机的输入并显示在LED上。8051串行口经232电平转换后,与PC机串行口相连。PC机使用串口调试应用程序V2.2.exe,实现上位机与下位机的通讯。-This is a 51 microcontroller and PC communication system : use 3 * 4 0 small keyboard input of
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:204344
    • 提供者:Jawen
  1. ems_ui

    0下载:
  2. 这是一个用java和xml编写的流媒体服务器管理软件,它可以管理多个前端下位机和后端上位机,可以配置网络上的任意两台机器互连互通,进行视频对话。有多个用户级别,有技术管理员的管理项目,也有系统管理员与普通用户的可管理的项目,级别和管理项目配合很好,是我几个月的工作成果啊!-This is a java and xml with the preparation of the streaming media server management software, It can manage mult
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7165604
    • 提供者:周红霞
  1. rs232transmit

    1下载:
  2. 通过串口实现PC机和下位机的通信,用VB。NET来实现-through the PC serial port and the next crew of communications, using VB.NET to achieve
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:51863
    • 提供者:吴林煌
  1. dett

    1下载:
  2. 单片机程序,和上位机通讯,采集下位机的射频信号的功率,接收上位机的指令并向上位机回送采集到的下位机的信息,我花了一个月才开发出来的.绝对真实,可靠性强.-SCM procedures, and PC communication, collected under the crew of the RF signal power, PC to receive instructions to the PC to send collected under the crew information, I s
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:15704
    • 提供者:李春生
  1. DELPHI_CVAVR_EEPROM

    0下载:
  2. 这是一个DELPHI与单片机相结合的应用例子 这个程序的主要功能是通过串口与单片机通讯,读写EEPROM的资料。 上位机程序是用Delphi 6.0,下位机程序是CVAVR 1.24, 采用的主芯片是Atmel ATMega16, EEPROM芯片是Atmel AT24C04(或AT24C256) Application ...... 应用程序 for Delphi 6.0 (SP2) ..\\EEPROM.dpr ...... DELPHI 项目包 ..
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:416657
    • 提供者:Aleyn.wu
  1. JN-AN-1016-Zigbee-Wireless-UART-1v4

    0下载:
  2. 该源代码为Jennic公司基于Zigbee协议栈的芯片JN5121开发出来的基于IEEE802.15.4和Zigbee的无线串口设备(下位机)的通信源代码!望跟大家分享!-the source code for the company Jennic Zigbee protocol stack based on the JN5121 chip developed Based on the IEEE802.15.4 and Zigbee wireless serial device (crew) o
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:63743
    • 提供者:陈强
  1. JN-AN-1026-ZigBee-Wireless-Keyboard

    0下载:
  2. 该代码为Jennic公司芯片JN5121,基于Zigbee协议栈的无线键盘(类似与蓝牙但是成本比蓝牙低许多)的下位机源代码。望跟大家分享!-The code for Jennic JN5121 chip companies, Zigbee protocol stack based on the wireless keyboard (similar to Bluetooth, but with the cost much lower than Bluetooth) The next crew so
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:95238
    • 提供者:陈强
  1. DSPchuankou

    0下载:
  2. 基于tmsc5402DSP的串口通信程序(下位机),包含所有工程文件。-tmsc5402DSP based on the serial communication program (crew), the document contains all the projects.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4241
    • 提供者:左炜
  1. PCI-8951

    0下载:
  2. 一个通过89c51与PCI通信的程序,PC机作上位机,89c51作下位机。-89c51 through a PCI communication with the procedures for PC-PC, 89c51 for the next crew.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:19780
    • 提供者:林晓光
  1. ReadPhoneNum

    0下载:
  2. 从下位机中读取电话号码列表信息,因为别的原因该项目中止,则基本功能已经成型。如有需要请联系我-from under machine-read list of telephone numbers of information because the other reasons for the suspension of the project. is the basic function has already taken shape. If necessary please contact me
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:39355
    • 提供者:阿牛
  1. PLC-modbus2

    0下载:
  2. 基于modbus协议的PC与下位机PLC的通讯源代码的第二部分-modbus connection between PC and PLC lower communications source code to the second part
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3181
    • 提供者:zyi
  1. AVRCam

    1下载:
  2. 这是一个基于颜色特征的物体识别程序,包括上位机源代码、下位机源代码和非常详细的说明文党。该程序上位机用Java写成,在windows/UNIX/Linux等系统下均可以编译和运行,而下位机代码则运行于ATMEL公司出品的AVR系列ATMega单片机,采用avr-gcc编译。该程序可以同时识别10个不同颜色不同形状的物体,达到每秒29帧的处理速度,采用OV6620 CMOS图像传感器。-This is a feature based on the color of the object recog
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:632962
    • 提供者:刘维超
  1. downtoup

    0下载:
  2. 接口上位机程序,用于测试从下位机传到上位机的代码。-Host Computer Interface procedures for testing from the next crew reached the PC code.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:62562
    • 提供者:马晋
  1. CC1100_xiaweiji

    0下载:
  2. 基于CC1100和ATMEGA128开发的无线机器人控制程序,下位机!-ATMEGA128 and development of the wireless robot control procedures, the lower one!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:298110
    • 提供者:dai
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com