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

搜索资源列表

  1. chuankoutiaoshidanpianjichengxu

    0下载:
  2. 测试串口通讯的单片机c程序,可以与VC连接使用。-Test serial communication microcontroller c program, you can use with the VC connection.
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:7988
    • 提供者:prq
  1. LCD12864

    0下载:
  2. 液晶显示器LCD12864使用串行口连接方式进行数据显示-LCD LCD12864 use the serial port connection for data
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:1771
    • 提供者:jack
  1. UTRA_test

    0下载:
  2. mega8的串口通信代码,这只有代码,稍后上传硬件连接图-mega8 the serial communication code, which only the code, and later upload connection diagram of hardware
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6028
    • 提供者:David
  1. connectskeyboard

    0下载:
  2. 使用mega16芯片,连接好键盘,打开串口调试软件,将程序下载到单片机中,在键盘上输入, 在串口调试软件即可看到所输入的键值-Uses the mega16 chip, connects the good keyboard, turns on the serial port debugging software, downloads the procedure to the monolithic integrated circuit, inputs on the keyboard, then s
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:44499
    • 提供者:zhangtao
  1. C_languageRS232

    0下载:
  2. PC机串口来连接,用C语言开发,便于初学者使用-PC and C_language
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:355545
    • 提供者:胖子
  1. SSQ

    0下载:
  2. KEILC 开发环境,一种授权系统,通过串口和计算机相连接。发送与接收命令。-KEILC development environment, an authorization system, connected through the serial port and computer. Send and receive commands.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:57620
    • 提供者:zzxxll
  1. serial-port-test-program

    0下载:
  2. MSP430单片机串口测试程序。该程序将串口收到的字节发回主机,供测试串口用。用串口调试助手向430发送任意字符串,将接收到同样的字符串.也可用Windows自带的超级终端,设置波特率2400,8位数据,无校验无流量控制,连接。计算机键盘上按任意字母,屏幕会有回显。-This is a serial port test program on MSP430 MCU.
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:14678
    • 提供者:陶宇
  1. Download_test

    0下载:
  2. 通过串口对AT91SAM7S256单片机下载程序,包括程序擦除,连接,烧录;-Microcontroller through the serial port on the AT91SAM7S256 download programs, including program erase, connect, burn
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:19684
    • 提供者:austen
  1. 6.2.5.1--Keil-C51-to-PC

    0下载:
  2. 一个基于串口的上位机与51单片机连接的源码 很不错哦 -A PC-based serial port connection with the MCU 51 is good, oh source
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:9461
    • 提供者:丁国静
  1. cansf

    1下载:
  2. CAN接收8字节的数据,然后通过串口发送出去,可连接电脑测试。-CAN receive 8 bytes of data, and then sent through the serial port can be connected to the computer test.
  3. 所属分类:SCM

    • 发布日期:2016-06-16
    • 文件大小:43008
    • 提供者:lianjie
  1. Electronic-production

    2下载:
  2. 电子制作——杂志年刊程序汇总 基于89S52单片机的电子体温计 16×16点阵的制作 程控滤波器(D)设计报告 测试数据 AT89C51单片机双字中文点阵设计与仿真 51单片机和HD7279A的接口与编程 单片机从入门到精通系列讲座——数码管驱动方法 利用LCD1602的自定义字库显示汉字 单片机从入门到精通系列讲座——单片机简易频率计 用AT89S51单片机控制的智能电动车 P111G2系列可编程控制器应用集锦(1) 51单片机
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-12-29
    • 文件大小:1515505
    • 提供者:zzd
  1. CAN03

    0下载:
  2. 使用说明: 首先通过串口将“接收”“发送”程序分别下载到两个CAN开发板里面。下 载成功后,将继电器上面的6PIN排针换一下,上面两针分别竖着端接在一 起。并将485对应的端子A---A,B---B连接在一起。 现象: 按发送机的按键,接收机的LED灯做二进制加法显示。连接方法见图片。-Instructions for use: First, through the serial port will " receive" the " send&quo
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:33052
    • 提供者:name
  1. rs232

    0下载:
  2. 单片机串口通信,连接好串口或者usb转串口至电脑,下载该程序,打开电源 打开串口调试程序,将波特率设置为9600,无奇偶校验 晶振11.0592MHz,发送和接收使用的格式相同,如都使用 字符型格式,在发送框输入 hello,I Love MCU ,在接 收框中同样可以看到相同字符,说明设置和通信正确-Connect the serial port or usb to serial port to your computer, download the program,
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:989
    • 提供者:
  1. 51_DHT21

    0下载:
  2. DHT21使用范例 //单片机 : AT89S52 或 STC89C52RC // 功能 :串口发送温湿度数据 晶振 11.0592M 波特率 9600 //硬件连接: P2.0口为通讯口连接DHT11,DHT11的电源和地连接单片机的电源和地,单片机串口加MAX232连接电脑 -DHT21 use examples //SCM: AT89S52 devices or STC89C52RC //function: serial send temperat
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2297
    • 提供者:王昌
  1. read_fpga

    0下载:
  2. 下载到avr单片机上以后,单片机与电脑通过串口线连接,打开单片机,会在电脑串口工具上自动提示,可以读取某个外部地址上的数据-Downloaded to the avr microcontroller, the processor with the computer via serial cable, open the microcontroller, the computer will automatically prompt on the serial tool, you can read t
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:63177
    • 提供者:平平
  1. PIC16F690_RS232

    0下载:
  2. PIC16F690单片机与电脑RS232通讯连接驱动程序,功能是通过PC串口实现对单片机设备的控制功能。-PIC16F690 microcontroller and PC RS232 communication connection driver function is achieved through the PC serial port control of MCU devices.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:1787
    • 提供者:LGQ
  1. FatfsDemo

    0下载:
  2. 程序说明: 本程序通过串口0在查询方式下实现串口的接收和发送。主程序中一共有三种收发方式,可以单独试验。 端口说明: TXD0 P0.0 串行输出 RXD0 P0.1 串行输入 设置方法: PINSEL0 = 0x00000005 // 设置I/O口连接到UART0,可能会影响其他端口连接 PINSEL0 = (PINSEL0 & (~0x0F)) | 0x05 // 不影响其他端口连接 -Program Descr
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:719026
    • 提供者:大江
  1. CEFTP

    1下载:
  2. 实现了wince程序的连接FTP并下载上传文件的工具,使用了FTP指令登录和下载,基于GPRS和数据线串口的SOCKET测试连接通过!-Achieve a wince program connect to the FTP tool to upload and download using the FTP login and download instructions, based on GPRS and data lines connected through the serial port o
  3. 所属分类:Windows CE

    • 发布日期:2013-03-07
    • 文件大小:49518
    • 提供者:
  1. Seril_KeyBorad

    0下载:
  2. 串口4*4键盘驱动,芯片为2个74LS165,共有3个出口:CLK、DATA、CS与单片机相连接,本程序为C语言开发,可直接用于凌阳单片机,亦可稍作修改用于别的单片机-Serial 4* 4 keyboard driver chip for the two 74LS165, a total of three export: CLK, DATA, CS connected with the microcontroller, the program is developed in C, can be
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:78886
    • 提供者:pengcunzhan
  1. new_bord_TX_10bitX2_2_5G

    1下载:
  2. Xilinx VirtexII-pro 的开发板工程文件,它是在ISE开发环境中实现的。连接有RAM、串口、LED灯、Camera-link接口等,实现的从工业相机到光缆的转换。-xilinx virtex2-pro project,camera-link
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-15
    • 文件大小:3674743
    • 提供者:姓名
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 17 »
搜珍网 www.dssz.com