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

搜索资源列表

  1. ucOS

    0下载:
  2. 一个基于uc/OS -II环境下的串口驱动,-Based uc/OS-II environment, the serial driver,
  3. 所属分类:uCOS

    • 发布日期:2017-04-05
    • 文件大小:458954
    • 提供者:许丽娟
  1. C8051F02X系列MCU串口通讯底层驱动程序

    0下载:
  2. C8051F02X系列MCU串口通讯底层驱动程序,已经调试通过,大家只需要编写上层代码即可!-C8051F02X series MCU serial communication underlying drivers, debugging has been passed, we only need to write the upper code can be!
  3. 所属分类:串口编程

    • 发布日期:2017-10-31
    • 文件大小:2679
    • 提供者:木阮清
  1. 51-串口-mpu6050

    0下载:
  2. 51下的6050驱动,显示屏是1602,各位看官系看吧
  3. 所属分类:其他嵌入式/单片机内容

  1. mpu6050_0810

    0下载:
  2. mpu6050的mega16的驱动,串口输出,输出六轴数据,包含3轴角加速度和3轴线加速度-mpu6050 the mega16 drive, serial output, six-axis data, including 3-axis and 3-axis angular acceleration
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:59793
    • 提供者:林晓波
  1. STM32-IIC--MMA8451

    0下载:
  2. STM32的控制MMA8451三轴加速度芯片的IIC驱动,串口打印数据到电脑显示!-STM32 control MMA8451 the triaxial acceleration chip IIC driver, serial print data to a computer display!
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-22
    • 文件大小:317048
    • 提供者:wuzhaohua
  1. ch340drive

    0下载:
  2. 340驱动,串口转USB口,可用于没有串口的笔记本做虚拟串口-340 driver, serial to USB port can be used without a notebook to do virtual serial port
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:243225
    • 提供者:sss
  1. ST7070

    0下载:
  2. LCD驱动,串口 并口并存 st7070,很好用,值得学习-LCD driver, serial parallel coexistence st7070, very good, it is worth learning
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:1549
    • 提供者:郑秋生
  1. STM32_MPU6050

    0下载:
  2. 使用STM32单片机,MPU6050 陀螺仪驱动,串口输出数据,demo-STM32 MCU ,MPU6050 gyroscope driver, serial output data.A demo.
  3. 所属分类:SCM

    • 发布日期:2017-05-06
    • 文件大小:1447288
    • 提供者:Mr.Li
  1. RT-Thread1.2.0

    1下载:
  2. 晟睿STM32F103ZET6开发板跑RT Thread,内核为1.2.0,GUI为0.8版本,可以下载到板子上跑。 1、TFT根据RT Thread驱动框架编写,FSMC总线,可直接用。适合常用的9320、9325、9328TFT驱动。 2、SPI W25Qxx Nor flash驱动,可存储字库和文件系统。 3、实时时钟(RTC),可用串口指令设置时间和日期,串口打印,显示在LCD上只需调用LCD显示函数即可。 4、三个串口驱动、IIC驱动,串口1为shell脚本交互窗口,波
  3. 所属分类:Other Embeded program

    • 发布日期:2015-09-25
    • 文件大小:27248640
    • 提供者:潘锐
  1. ZHINAN

    0下载:
  2. 电子指南针,t6963库驱动,串口通讯程序,51单片机C语言书写-Electronic compass, t6963 library drives, serial communication program, written in C language SCM 51
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:13366
    • 提供者:zzz
  1. NUMLED

    0下载:
  2. IAR开发环境下,单片机用的是STM8S207RB,基于自编的RTOS,任务驱动,串口及I2C通讯均采用中断函数,键盘及数码管动态扫描,调试板用STLINK仿真器调试通过。-The IAR development environment, using a single-chip STM8S207RB, based on the self RTOS, task-driven, serial and I2C communications are interrupt function, keyboar
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1373753
    • 提供者:zhangren
  1. Switch

    0下载:
  2. 通过串口控制继电器板卡的通断,底层驱动程序(Through the serial port control relay card off, the underlying driver)
  3. 所属分类:LabView编程

  1. uart_clock_key

    1下载:
  2. 实现串口通讯,7段数码管的动态显示以及按键的读取。并附带时钟显示程序。基于STC15F2K60S2单片机(Realize serial communication, 7 sections of digital tube dynamic display, and the key to read. And accompanied by the clock display program. Based on STC15F2K60S2 SCM)
  3. 所属分类:微处理器开发

    • 发布日期:2017-12-26
    • 文件大小:207872
    • 提供者:laizou
  1. stm32虚拟串口驱动1.4

    0下载:
  2. Windows下STM32 USB虚拟串口驱动程序。本人经多次实验发现,必须在开发时,设置CDC的PID和VID两个参数与驱动程序中stmcdc.inf中的数字相同。否则,系统将不可识别STM32的USB口为串口。(STM32 USB virtual serial port driver under Windows. I have many experiments found that must be in development, set the CDC PID and VID, two pa
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-25
    • 文件大小:2255872
    • 提供者:dart86
  1. DS3231SN

    0下载:
  2. DS3231驱动程序,带串口输出,已经测试验证成功,可放心下载。(DS3231 Driver program and UART)
  3. 所属分类:串口编程

    • 发布日期:2017-12-27
    • 文件大小:101376
    • 提供者:桃李
  1. OLED显示(模拟SPI总线)2

    0下载:
  2. 单片机nrf82532驱动液晶屏,使用串口驱动程序,很好是节约单片机输出口。(The single-chip nrf82532 drives the LCD screen and USES the serial driver, which is very good to save the single chip.)
  3. 所属分类:串口编程

    • 发布日期:2017-12-18
    • 文件大小:610304
    • 提供者:china_gzx88
  1. UART-QtE4.7.1

    0下载:
  2. qt在linux下,调用串口驱动的示例参考。(use serial-port demo by the linux/Qt environment)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-28
    • 文件大小:484352
    • 提供者:staa
  1. CP210x_VCP_Windows

    0下载:
  2. 通用的串口驱动,支持市面上几乎所有的RS232/422/485的驱动(Universal serial driver, support almost all the RS232/422/485 drivers on the market)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:3578880
    • 提供者:胜寒
  1. CP210x_Windows_Drivers

    1下载:
  2. usb串口程序,使用与windows 7等系统的作用,非常好用哟(usb convert to urt driver)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:3859456
    • 提供者:zezedi
  1. 接口通信与驱动程序开发l例程

    1下载:
  2. 串口,USB和声卡通讯及驱动的简单例子,可供初学者参考(example of USB commmunication by Labview)
  3. 所属分类:LabView编程

    • 发布日期:2018-01-06
    • 文件大小:1009664
    • 提供者:wxjldm
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com