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

搜索资源列表

  1. 16-RS232

    0下载:
  2. 串口通信的程序,可是实现单片机与上位机的通信-Serial communication program, but the MCU and host computer communication! ! !
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:784011
    • 提供者:gaoyan
  1. rs485

    0下载:
  2. 这是关于单片机串口通信的内容,能够实现上位机和下位机的简单通信。-This is on the MCU serial communication content, can realize the position machine and the lower position machine simple communication.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:193748
    • 提供者:何旭栋
  1. car

    0下载:
  2. 曾经智控赛做的监测小车的上位机程序,包含串口,meter仪表控件,用画刷实现的时钟控件,速度曲线序列化等-include com,meter,time control(by brush),curve serilize
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1047882
    • 提供者:dangml
  1. example

    1下载:
  2. 应用LIBVIEW实现串口通信,可实现与上位机通信,可应用作为上位机程序-Application LIBVIEW serial communication, enabling communication with the host computer, can be applied as a PC program
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:11759
    • 提供者:River
  1. PIC32_UART

    1下载:
  2. PIC32串口通信程序,可实现PIC32与上位机通信,波特率为96-PIC32 serial communication procedures, can communicate with the host computer PIC32, 9600
  3. 所属分类:SCM

    • 发布日期:2014-07-16
    • 文件大小:43008
    • 提供者:River
  1. LPC2132

    0下载:
  2. LPC2132串口驱动代码,用来控制PLC的相关操作并和上位机握手言和。-LPC2132 for Uart!
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:908264
    • 提供者:Sir
  1. mlgb

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

    • 发布日期:2017-04-16
    • 文件大小:194501
    • 提供者:谭立成
  1. cksy

    0下载:
  2. c51串口实验源码 两个与计算机串口通讯的例子 可以调试上位机
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:17920
    • 提供者:梁刚
  1. COMMonitor

    0下载:
  2. 用C#写的上位机软件 串口监视器 能够通过设置参数实现串口的监视功能 功能非常的强大-Written in C# PC software Serial Monitor can be achieved by setting the parameters for monitoring serial Function is very powerful
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1392048
    • 提供者:
  1. uaart-

    0下载:
  2. 实现了温度采集 并且通过串口上传到上位机中-Achieve a temperature acquisition and uploaded to the PC via the serial port
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:35045
    • 提供者:hanguohua
  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. F2812_SCI01

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

    • 发布日期:2017-04-01
    • 文件大小:90451
    • 提供者:奋斗不止
  1. F2812_SCI03

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

    • 发布日期:2017-03-31
    • 文件大小:345359
    • 提供者:奋斗不止
  1. vfpPMsComm32PSTC89C52PDS18B20

    0下载:
  2. 这是用vfp做上位机串口通讯,STC89C52单片机做下位机的实例,用来提取DS18B20的温度信息,查了很多资料才弄出来,跟大家分享一下-vfp stc89c52 ds18b20
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:420147
    • 提供者:wqj
  1. URAT

    0下载:
  2. 一个简单的串口通信汇编程序,通过上位机发送控制信号控制单片机LED灯的点亮与否。文件有protues仿真电路与hex文件。调试时请下载串口调试助手,端口Com1,波特率96-A simple serial communication assembler, through the host computer sends control signals control the chip LED lamp is lit or not. Documents protues Simulation ci
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:17003
    • 提供者:周杰伦
  1. CQCMCCS_NEW

    0下载:
  2. 电子微量天平上位机监控程序,包含数据库编程,实时曲线,历史曲线,串口通讯,虚拟仪表,动画界面等等功能,是一个完整监测系统,已使用多年-Electronic microbalance PC monitoring program, including database programming, real-time curve, the curve of history, serial communications, virtual instruments, animated interface, a
  3. 所属分类:Com Port

    • 发布日期:2017-06-08
    • 文件大小:15493562
    • 提供者:liushenwen
  1. EBWCCS

    0下载:
  2. 一个电子皮带秤上位机监控程序,包含界面,虚拟仪表,多串口编程,打印控制等等内容,已在工业现场使用多年-A belt scale PC monitoring program, including the interface, virtual instruments, and more serial programming, print control and much more, has been used for many years in the industrial field
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:227231
    • 提供者:liushenwen
  1. UART

    0下载:
  2. pic单片机的串口通信程序连接上位机和下位机-pic maplab
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:2061
    • 提供者:张晨
  1. 0000998q

    0下载:
  2. LED 点阵 上位机 VB 16X64 点阵屏串口发送-LED dot matrix PC VB
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:146035
    • 提供者:孙大明
  1. main

    0下载:
  2. 16X64 点阵屏显示程序 具有上位机功能 通过串口发送16进制即可显示-16X64 dot matrix display with a PC program via serial port to send function to display the hexadecimal
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-28
    • 文件大小:1157
    • 提供者:孙大明
« 1 2 ... 39 40 41 42 43 4445 46 47 48 49 50 »
搜珍网 www.dssz.com