CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - serial port a

搜索资源列表

  1. winbondw77e58

    0下载:
  2. winbond的w77e58双串口测试程,其中串口0用定时器2,串口1用定时器1-winbond w77e58 double the serial testing process, which used timer Serial 0 2 a serial port with a timer
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:3594
    • 提供者:yanyan
  1. COMMApp(new)

    0下载:
  2. WinCE下的串口收发程序,支持三个串口,多种波特率-under WinCE Serial Transceivers procedures, three serial port support, a variety of baud rate
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:57574
    • 提供者:smartship
  1. jiekoutongxin

    0下载:
  2. 一、 设计目的及所需设备: 了解PC机串行口的使用;所需设备为:PC机,RS232插座及连线; 二、串行口的有关硬件资料 1. 9芯RS-232C接口标准: (1) 引脚1:CD,载体检测; (2) 引脚2:RXD,接收数据; (3) 引脚3:TXD,发送数据; (4) 引脚4:DTR,终端准备好; (5) 引脚5:信号地; (6) 引脚6:DSR,MODEM准备好; (7) 引脚7:RTS,请求发送; (8) 引脚8:CTS,清除发送; (9)
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:27691
    • 提供者:与非门
  1. MSC51_PC_Communicaton

    0下载:
  2. 这是一个51单片机与PC的通信系统:利用3*4小键盘输入0~9的一串数字(不大于5),通过8051自带的串口发送给PC并显示在系统的6位LED上;单片机接收上位机的输入并显示在LED上。8051串行口经232电平转换后,与PC机串行口相连。PC机使用串口调试应用程序V2.2.exe,实现上位机与下位机的通讯。-This is a 51 microcontroller and PC communication system : use 3 * 4 0 small keyboard input of
  3. 所属分类:单片机(51,AVR,MSP430等)

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

    0下载:
  2. 这是我最近买的一套CPLD开发板VHDL源程序并附上开发板的原理图,希望对你是一个很好的帮助!其中内容为:8位优先编码器,乘法器,多路选择器,二进制转BCD码,加法器,减法器,简单状态机,四位比较器,7段数码管,i2c总线,lcd液晶显示,拨码开关,串口,蜂鸣器,矩阵键盘,跑马灯,交通灯,数字时钟.-which I have recently bought a CPLD Development Board VHDL source code accompanied the development
  3. 所属分类:VHDL编程

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

    0下载:
  2. MSComm控件资料,Visual Basic 6.0(以下简称VB) 是一种功能强大、简单易学的程序设计语言。它不但保留了原先Basic语言的全部功能,而且还增加了面向对象程序设计功能。它不仅可以方便快捷地编制适用于数据处理、多媒体等方面的程序,而且利用ActiveX控件MSComm还能十分方便地开发出使用计算机串口的计算机通信程序。本文结合计算机通信的两个例子,详细介绍如何在VB中使用MSComm控件。 处理方式 -MSComm information, Visual Basic 6
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1980783
    • 提供者:wer
  1. jmq

    1下载:
  2. 一个解码器程序,内含派尔高-D协议,自已写的,只写了一个协议.同时增加了一个串口,用51单片机的一个脚进行模拟串行口.有兴趣可以看一下.-a decoder procedures intron Pelco-D agreements own writing, just write an agreement. While an additional serial port, using the MCU 51 feet for a simulated serial port. Interested c
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1389
    • 提供者:kkkkk
  1. STC_serial_moni

    2下载:
  2. STC单片机用用定时器 T0 或 T1 模拟串行口程序实现多串口的目的-STC microcontroller with a timer with T0 or T1 simulated serial port serial procedures to achieve the purpose
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4189
    • 提供者:徐屯
  1. com_code(LJ)

    0下载:
  2. 运用通信API编写串口通信。 功能:1)通过串口进行数据的收发并在接收端显示收到的数据 2)打开串口,关闭串口等 要求:1)可以修改com口、波特率、数据位、停止位、奇偶校验 2)传送的数据桢格式:数据头(FF FF FB) 数据长度 数据 累加和 数据尾(FB FB), 数据头和数据尾不参加计算累加和 3)接收数据的显示方式:要求每个数据桢中的数据以单独一行的格式显示 -Communication API prepared using serial commu
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:121977
    • 提供者:李小跳
  1. AVR-v_UART

    0下载:
  2. 在一些应用中,经常要用到双串口,但是一般单片机只提供一个串口,其实完全可以用普通I/O口模拟一个串口。这里介绍一个用AVR单片机模拟的串口程序.-in some applications, the regular use of the dual serial port, but most only provide a microcontroller serial, In fact, the general can use I / O simulation of a serial mouth. H
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2200
    • 提供者:ECN
  1. DSP_TEST

    0下载:
  2. TI DSP 实验测试程序,很全面。1指令实验,2存储器,3串行口等。-TI DSP experimental testing procedures very comprehensive. A directive experiment, two memory, serial port, etc. 3.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:70448
    • 提供者:无知
  1. mobilecommunication

    0下载:
  2. 使用VC++实现的计算机通过串口收发短信的功能。另外本压缩包还包含对短信编解码知识的详细介绍,对于初级学者来说是很好的学习资料。-use the computer through serial port transceiver messaging functions. In addition the compression package also contains messages right codecs detailed descr iption of the knowledge, jun
  3. 所属分类:手机短信编程

    • 发布日期:2008-10-13
    • 文件大小:76824
    • 提供者:
  1. tutorial-telcom

    0下载:
  2. 网络传来的控制命令经过网络接口转发到串口,中控主机通过串口接收命令进行操作,并且设置 IP 地址、网关地址和分组号都是通过串口进行的,因此串口调试是监控程序调试的第一步。-network control commands sent through the network to transmit serial interface, China controlled by the mainframe to receive orders for serial operation, and set th
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:432452
    • 提供者:zhouyi
  1. VB_SComm

    0下载:
  2. 这是一款用VB做的串口试验源码!教你如何设置串口控件,如何处理串口发送错误!-This is done using VB Serial Test OSS! Teach you how to set up a serial port control, how to handle serial sending wrong!
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:34655
    • 提供者:李金来
  1. S3C4510Buhal

    0下载:
  2. S3C4510B芯片的硬件抽象层源代码,包含了定时器、串口等外围。-S3C4510B chip hardware abstraction layer source code contains a timer, serial port for external.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:5859
    • 提供者:英三聪
  1. 3V5V

    1下载:
  2. MSP430超低功耗微处理器是TI公司推出的一种新型单片机。它具有16位精简指令结构,内含12位快速ADC/Slope ADC,内含60K字节FLASH ROM,2K字节RAM,片内资源丰富,有ADC、PWM、若干TIME、串行口、WATCHDOG、比较器、模拟信号,有多种省电模式,功耗特别小,一颗电池可工作10年。开发简单,仿真器价格低廉,不需昂贵的编程器。-MSP430 ultra-low-power microprocessor is TI introduced a new microco
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:143701
    • 提供者:孙振红
  1. serial2.1.3.4

    0下载:
  2. 自己用api写的串口通信动态库,可以同时打开多个串行口,自带设置函数-own use api write serial communication DLL, it will also open up a number of serial port, bringing their function set
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:66501
    • 提供者:夏明超
  1. chuankoutest

    0下载:
  2. 串口调试程序,很好用,对初学者很有帮助,通过在单台PC或两台PC之间串口之间相互发送二进制或十六进制文件-serial debugging procedures, useful, very useful for beginners. through in a single PC, or between two PC serial port between this binary or hexadecimal documents
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:34707
    • 提供者:likun
  1. IntegratedVehicleNavigation

    0下载:
  2. 解压后会有5M,这是我利用C#针对嵌入式WinCE做的一个GPS/惯性导航系统的组合定位软件,包括了卡尔曼滤波算法(含矩阵控件),界面显示,GPS串口接受,滤波结果输出以及WinCE应用调试控件,超强吧!直接下载可以在Visual.Net下调试使用。-5M be unpacked, This is what I use C# for embedded WinCE done a GPS / inertial navigation system software portfolio position
  3. 所属分类:交通/航空行业

    • 发布日期:2008-10-13
    • 文件大小:728693
    • 提供者:马海波
  1. shipeiqiprogram

    0下载:
  2. 一个串口分时复用成3个,应用方便,主串口与计算机串口相接,另外2个根据协议要求开通-a serial TDM multiplexing into three, easy to use, the main serial port to connect with the computer serial port, Another two According to the agreement are demanding the opening of
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:13703
    • 提供者:刘梅英
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 50 »
搜珍网 www.dssz.com