CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - 单片机模拟

搜索资源列表

  1. 我见过最好的串口类

    2下载:
  2. 我所见过用VC写的最好的串口类,具有模拟单片机中断传输的方式,避免了查询传输CPU损耗和接收超时-I have ever seen VC was the best serial category, with simulation SCM interruption of transmission, so that the CPU for transmission and reception of overtime loss
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:47595
    • 提供者:soon
  1. 16C5X

    0下载:
  2. 利用单片机来实现16C5X模拟串行口通讯的设计-use SCM to achieve 16C5X simulation Serial Communication Design
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:4801
    • 提供者:天佑
  1. IOmnchk

    0下载:
  2. 用单片机I/O口模拟串口通信,有两种方法,节省硬件,实现简单。-MCU I / O simulation mouth serial communication, there are two ways to save hardware, simple implementation.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:4801
    • 提供者:童然
  1. 232

    0下载:
  2. C51单片机IO模拟串口,简洁明了,非本人写,好程序,大家共享-C51 microcontroller serial IO simulation, concise, non - I write the program, share
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1462
    • 提供者:qinzhe
  1. I2C_for_C51

    0下载:
  2. 汇编和C混合编程的单片机模拟I2C程序,已验证可行-compilation and mixed C Programming microcontroller simulation I2C procedures, has been verified
  3. 所属分类:串口编程

    • 发布日期:2014-01-15
    • 文件大小:1852
    • 提供者:贾明
  1. serialstest

    0下载:
  2. 自己编写的计算机与单片机通讯时,下位机的模拟系统
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:690750
    • 提供者:李全海
  1. STC15F240EA模拟串口

    0下载:
  2. STC15F204EA单片机模拟串口程序
  3. 所属分类:串口编程

  1. I2C.C文档

    0下载:
  2. 51单片机没有I2C接口,所以可以采用软件模拟的方式,在P1口选择数据线和时钟线。下载可直接运行!-51 I2C interface, the software can be used in simulation, I choose the P1 line data and clock lines. Running can be downloaded directly!
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:1115
    • 提供者:李英达
  1. 26

    0下载:
  2. 89C51 单片机 I/O 口模拟串行通信的实现方法-89C51 single-chip I/O port simulation of serial communication method
  3. 所属分类:Com Port

    • 发布日期:2017-04-17
    • 文件大小:135593
    • 提供者:
  1. mcu_51_io_uart

    0下载:
  2. 51单片机IO口模拟串口通讯C源程,适用于AT89S51/AT89S52等单片机。-MCU GPIO uart c source code ,can use for AT89S51/AT89S52 etc.
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:696
    • 提供者:yuv
  1. IO_TO_UASRT

    0下载:
  2. 此代码是51单片机模拟串口。用两个普通的IO模拟异步串口。-This code is 51 single-chip analog port. IO simulation with two ordinary asynchronous serial port.
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:886
    • 提供者:lizhao
  1. hot_control

    0下载:
  2. 主要用是通过上位机串口控制单片机的程序,可以精确的控制单片机模拟采集,和数字输出。-The main use is through the PC serial port control microcontroller program, the precise control of single-chip analog acquisition and digital output.
  3. 所属分类:Com Port

    • 发布日期:2017-11-15
    • 文件大小:7931981
    • 提供者:qilikang
  1. VB6.0和51单片机实现模拟量输入

    0下载:
  2. VB6.0和51单片机实现模拟量输入串口通信(VB6.0 and 51 MCU analog input serial communication)
  3. 所属分类:串口编程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:吴厘
  1. arduino demo

    0下载:
  2. arduino 开发板数字口 模拟口 I2C口 功能测试 串口数据上传打印端口输入状态 AVR功能测试版(AVR Functional test edition)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-28
    • 文件大小:8192
    • 提供者:F15
  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-17
    • 文件大小:610304
    • 提供者:china_gzx88
  1. 简单模拟串行通信

    1下载:
  2. 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;
  3. 所属分类:串口编程

  1. 模拟电压采集

    0下载:
  2. 通过单片机采集模拟电压,经过转换之后,把信号送给VB,显示出来(The analog voltage is collected by the single chip microcomputer. After the conversion, the signal is sent to the VB, and the signal is displayed.)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-09
    • 文件大小:50176
    • 提供者:hpei123
  1. 一个电动车控制器方案

    6下载:
  2. 1》 起步噪音抑制-60/120相角兼容选择(D孔)-ABS柔性电子刹车(X孔) 2》 断电高电平刹车SH和低电平刹车SL-转把电压兼容3.5和4.1的转把 3》 外接低电平防盗抱死锁电机-平均电流限流-峰值电流抑制-运行电流过大保护-电池低压检测3.1基准电压-限速20选择-同步整流-霍尔相序错误保护-上电防飞车-转把短路保护-上电安全自检-LED闪烁次数和快慢表示状态和故障代码-数字和模拟仪表输出接口-电机堵转3秒保护 4》备用电源2次欠压应急行驶功能选择口在Q孔-在48V正常欠压情况
  3. 所属分类:通讯编程

    • 发布日期:2018-04-22
    • 文件大小:1083392
    • 提供者:健康程序员
  1. MoniChuankou2

    0下载:
  2. 单片机I/o口不够用的情况下可以利用串口模拟进行通讯(The serial port simulation can be used to communicate in the case that the I/o port of the single chip microcomputer is not enough.)
  3. 所属分类:串口编程

    • 发布日期:2018-04-22
    • 文件大小:27648
    • 提供者:一韦潇湘
  1. 定时器模拟串口src

    1下载:
  2. 实现使用单片机的定时器扩展两个串口,加上原串口共3个串口。程序为一个工程用到的所有源代码,实测好用。(expand STM8 MCU's UART PORT by using the internal timer resouces, for the demand of multiple-uart and low cost solution.)
  3. 所属分类:通讯编程

    • 发布日期:2019-12-24
    • 文件大小:223232
    • 提供者:煎饼鸡
« 12 3 »
搜珍网 www.dssz.com