搜索资源列表

  1. Scon

    0下载:
  2. 串口标准程序,串口标准程序 串口标准程序-Serial standard procedure, a standard procedure Serial serial standard procedures Serial standard procedures
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:245952
    • 提供者:长沙
  1. scon

    0下载:
  2. 单片机与上位机(电脑)通信的简单程序,波特率为12
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1015
    • 提供者:flyer
  1. SCON

    0下载:
  2. 串口小程序, 也许您正需要呢!
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1480933
    • 提供者:Jawen
  1. scon

    0下载:
  2. 串口与PC机通讯通信(波特率为:1200)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:13988
    • 提供者:flyer
  1. SCON

    0下载:
  2. 一个公司做得多线程接口库,包括串口 UDP TCP 等,自己还可以扩展。动态库的形式调用
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:82231
    • 提供者:zfc
  1. 短信ocx控件

    0下载:
  2. 蓝天短信猫收发控件开发使用手册 安装 通过运行regsvr32.exe程序来安装本控件,如: regsvr32.exe c:\winnt\system32\alasunsmscon.ocx 提示: 由于本控件使用了微软公司的MSCOMM32.OCX,所以用户在自己程序发布时,除了要分发本 控件外,还要包括MSCOMM32.OCX。 特别声明: 深圳市蓝天信息技术有限公司开发的alasunsmscon.o
  3. 所属分类:组合框控件

  1. Scon

    0下载:
  2. 串口标准程序,串口标准程序 串口标准程序-Serial standard procedure, a standard procedure Serial serial standard procedures Serial standard procedures
  3. 所属分类:串口编程

    • 发布日期:2024-10-06
    • 文件大小:245760
    • 提供者:长沙
  1. scon

    0下载:
  2. 单片机与上位机(电脑)通信的简单程序,波特率为12-MCU and host computer (PC) communications simple procedures, the baud rate of 12
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-10-06
    • 文件大小:1024
    • 提供者:flyer
  1. SCON

    0下载:
  2. 串口小程序, 也许您正需要呢!-Serial small program, perhaps you need it!
  3. 所属分类:汇编语言

    • 发布日期:2024-10-06
    • 文件大小:1480704
    • 提供者:Jawen
  1. scon

    0下载:
  2. 串口与PC机通讯通信(波特率为:1200)-Communication with the PC serial port communication (baud rate is: 1200)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-10-06
    • 文件大小:13312
    • 提供者:flyer
  1. SCON

    0下载:
  2. 一个公司做得多线程接口库,包括串口 UDP TCP 等,自己还可以扩展。动态库的形式调用-A company doing multi-threaded interface library, including the serial port, such as UDP TCP itself can also be extended. Dynamic library calls
  3. 所属分类:进程与线程

    • 发布日期:2024-10-06
    • 文件大小:81920
    • 提供者:zfc
  1. RS-232

    0下载:
  2. void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式,打开接收允许 TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1 TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ) TR1 =1 //启动定时器T1 ET1 =0 ES=1 //允许串行口中断 PS=1 //设计串行口中断优先级 EA =
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-10-06
    • 文件大小:2048
    • 提供者:zhongxinyu
  1. scon

    0下载:
  2. 一系列芯片的驱动代码,这是一个很完整的工程-A series of chip-driven code, this is a very complete works
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-10-06
    • 文件大小:18432
    • 提供者:cqixing
  1. chip1

    0下载:
  2. VB遥控播放器红外遥控解码 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sbit beep=P2^1 //sbit RELAY=P2^0 #define INBUF_LEN 4 //数据长度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-10-06
    • 文件大小:12667904
    • 提供者:微微
  1. SCON

    0下载:
  2. 单片机开发汇编基础,学会使用SCON从这里开始-Compilation of basic single-chip development and learn to use the SCON from here
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-10-06
    • 文件大小:12288
    • 提供者:yangsheng
  1. 8051f

    0下载:
  2. 80c51的一些代码, 希望对初学者有一定的帮助,此程序一运行。-SCON = 0x50 /* SCON: mode 1, 8-bit UART, enable rcvr */ TMOD |= 0x20 /* TMOD: timer 1, mode 2, 8-bit reload */ TH1 = 221
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-10-06
    • 文件大小:1024
    • 提供者:孙艳玲
  1. scon

    0下载:
  2. 多机通信,运行结果:从机对主机发来的从机地址进行比较,控制对对应的从机数据通信,-Multi-machine communication, the results: the host machine sent from the slave address comparison, the corresponding slave control data communications
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-10-06
    • 文件大小:53248
    • 提供者:心日之泪
  1. scon

    0下载:
  2. C51的一个很典型的串口通信程序,可发送字符串!-C51, a typical serial communication program can send strings!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-10-06
    • 文件大小:1024
    • 提供者:james
  1. scons-2.1.0.tar

    0下载:
  2. scon编译工具,比makefile方便多了-scon compiler tools, and more convenient than the makefile
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-10-06
    • 文件大小:574464
    • 提供者:谢晟
  1. SCON-

    0下载:
  2. SCON计算工具.rarSCON calculation tool. Ra rSCON calculation tool. Rar-SCON calculation tool. RarSCON calculation tool. Rar
  3. 所属分类:行业发展研究

    • 发布日期:2024-10-06
    • 文件大小:1024
    • 提供者:vds
« 12 »

源码中国 www.ymcn.org