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

搜索资源列表

  1. serial-communicate2

    0下载:
  2. 功能简介: 晶振跳至11.0592左边,LCD/lED跳至上方。 上位机可采用上位机软件\ 安装湘灵版串行通信程序,下载试验程序。点击上位机软件的数值,在单片机的数码管上相应的显示;也可以用串口助手选择9600频率发送数据,注意串口调试助手发送数据为16进制发送时候数据要写两位数,然后点击发送,或者自动发送。两个软件只能开一个,因为公用一个com口 如果是stc单片机用户,在用串口下载程序之前,请务必要关闭这两个软件,否则因为占用COM口而造成程序无法下载,后续程序不另外再次强调
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:519720
    • 提供者:孙俊
  1. HelloWorldCSerial

    0下载:
  2. 强大的串口类,用于嵌入式互联通信,上位机编程等-Powerful Serial class
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:43035
    • 提供者:liuyi
  1. dspmotor1

    0下载:
  2. dsp2407控制步进电机进行画图控制,可同时由正位机和上位机控制,下位机采用按键和液晶交互,上位机采用串口控制,按键由周立功7290控制,与dsp之间采用I2C通信,液晶为t6369,内有详细操作说明。-dsp2407 control the stepper motor for drawing the control, both the anteroposterior and PC machine control, machine keys and lower liquid crystal i
  3. 所属分类:DSP program

    • 发布日期:2016-01-27
    • 文件大小:226304
    • 提供者:邹国雄
  1. UART

    0下载:
  2. 用单片机mega16l驱动串口 实现上位机和MCU的通信 得到知道串口中断原理 这样源代码就容易看懂 这是我们自己写的 并经过测试-用单片机驱动串口 实现上位机和MCU的通信 得到知道串口中断原理 这样源代码就容易看懂
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:22336
    • 提供者:赵健航
  1. SCOMM

    0下载:
  2. 用VC++开发的实现串口通道选择设置及通信的上位机源代码-Developed with VC++ Serial communication channel selection set and the PC source code
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-08
    • 文件大小:1926104
    • 提供者:sxhfjgl010
  1. mlgb

    0下载:
  2. 本温度采集系统是利用DS18B20把温度读出,然后通过单片机解码发送给6位数码管,数码管显示出当前的温度值。DS18B20返回的温度值是两字节的十六进制数据。负数用反码表示。单片机直接通过串口把两字节的十六进制数据传送到上位机,上位机对温度数据进行解码变显示。 单片机的串口参数可以通过,下面两个宏来设置: #define XTAL 11059200 // CUP 晶振频率 #define baudrate 9600 // 通信波特率 默认设置如上。 -The tempe
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:194501
    • 提供者:谭立成
  1. PCF8563T-Serial-port-to-receive

    0下载:
  2. 实验名称:PCF8563时钟实验 功能描述:利用PCF8563定时,将时间数据发送到计算机串口。 实验目的:熟悉TWI通信协议。 学会操作TWI器件PCF8563。 熟练掌握利用串口进行上位机通信的方法。 学习较为复杂的程序编写。- Experiment name: PCF8563 clock experimental Descr iption: Using the PCF8563 timing, the time data is sent to a c
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:78498
    • 提供者:空心
  1. DiffADC_DAQ_UART_Send

    1下载:
  2. C8051F120 实现四路的 差分ADC 采集,并且把其中的两路通过串口UART发送到电脑上。其中有通信方法RS232 说明和LabVIEW2010的上位机示波器。oscillograph-C8051F120 Different ADC DAQ LabVIEW 2010 Communication RS232 UART wavefrom oscillograph
  3. 所属分类:SCM

    • 发布日期:2015-01-18
    • 文件大小:551936
    • 提供者:王泽文
  1. STM8Test

    0下载:
  2. STM8S105 实现多路的ADC采集,并且把其中的两路通过串口UART发送到电脑上。其中有通信方法RS232 说明和LabVIEW2010的上位机示波器。oscillograph-STM8S105 LabVIEW2010 UART RS232 oscillograph ADC Send.
  3. 所属分类:SCM

    • 发布日期:2017-05-21
    • 文件大小:6609120
    • 提供者:王泽文
  1. VB-C

    1下载:
  2. 单片机通过串口与上位机通信VB代码,数据采集。-SCM through a serial port VB PC
  3. 所属分类:SCM

    • 发布日期:2016-10-05
    • 文件大小:21504
    • 提供者:宁康
  1. SCommTest

    0下载:
  2. 本程序是基于MFC下的对话框应用程序,采用COM控件实现上位机与串口的通信功能-The program is a dialog application under MFC,which uses COM components to achieve serial communication
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:315224
    • 提供者:fangyan
  1. communication

    0下载:
  2. 对远程抄表系统的方案、系统的组成、硬件的配置、软件设计、工作原理、功能以及技术性能进行了论述。该系统通过下位机(MCU)和无线收发模块(PTR2000)采集、整理数据,通过串口经MODEM模块与上位机通信,水、电、气公司通过上位机(PC机)收集数据,实现远程无线自动抄表的功能。 -Of long-distance meter reading system solutions, system composition, hardware configuration, software design,
  3. 所属分类:Com Port

    • 发布日期:2017-04-14
    • 文件大小:4542
    • 提供者:赵小亮
  1. ourdev_430330

    0下载:
  2. 串口数据接受,实现上位机通信,并显示波行,简单容易-the is very iportant
  3. 所属分类:Com Port

    • 发布日期:2017-03-24
    • 文件大小:107314
    • 提供者:李海亚
  1. vc6.0-chuankou-jiguangt-kogzhi

    0下载:
  2. VC串口与激光头通信,实现激光头的上位机控制-VC to jiguangtou
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-07
    • 文件大小:13302
    • 提供者:lhydmr
  1. chuankou

    0下载:
  2. 单片机串口与上位机的通信,通过单片机向上位机发送字符-stc89c51 Single-chip serial communication with the host computer through the microcontroller-bit machine to send characters upward
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:22742
    • 提供者:李维
  1. uart-test

    0下载:
  2. 使用STC89S52单片机测试串口程序,可以用于与上位机的通信,发收数据等-The STC89S52 SCM test serial procedures, communications with the host computer can be used to send and receive data
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:23248
    • 提供者:walton
  1. VCPP-MSComm

    0下载:
  2. 利用VC++实现串口间的通信使单片机和PC间能自由通信,通过上位机控制下位机进行通信。-Use of VC++ serial communication between the freedom of communication between the microcontroller and PC can communicate through the PC control the lower machine.
  3. 所属分类:TreeView

    • 发布日期:2017-04-02
    • 文件大小:43318
    • 提供者:sandy
  1. chuankoutiaoshi

    0下载:
  2. 串口调试程序,由下位机不断发送245246247248到上位机进行显示,观察通信是否正常-Serial debugger
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:542
    • 提供者:xiaotian
  1. UART

    1下载:
  2. 此程序是用msp430g2553通过串口与上位机通信,-This program is to communicate with the host computer through the serial port using msp430g2553
  3. 所属分类:SCM

    • 发布日期:2016-04-26
    • 文件大小:1024
    • 提供者:luo
  1. F340_uart

    0下载:
  2. 该程序可以实现上位机和下位机的通信,上位发送一个字节的数据,串口可以接受-The program can realize the PC and a machine under the communication, upper sends a bytes of data, serial ports can accept
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:13874
    • 提供者:
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 »
搜珍网 www.dssz.com