您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 通达SMS_OA源码

  2. 通达短信设置源码 [SMS] SMSCenter=8613010851500 SMSMode=PDU [Serial] BaudRate=9600 ByteSize=8 ComPort=COM1 Parity=None StopBits=1 Area=+86 [System] DelayTime=2 ChkNewMsg=1 ChkEnCode=0 [DB] USER=root SOURCE=sms
  3. 所属分类:Java

    • 发布日期:2009-06-26
    • 文件大小:356352
    • 提供者:skyhead
  1. Freescale mcu can bus driver

  2. freescale mcu can bus driver 4 channels ,baudrate is 500k and 33.3k .test passed .
  3. 所属分类:硬件开发

    • 发布日期:2009-07-26
    • 文件大小:61440
    • 提供者:ZHANGUSTC
  1. 数字通信中的比特率、波特率、符号率

  2. 在数字通信中的数据传输速率与调制速率是两个容易混淆的概念。数据传输速率(又称码率、比特率或数据带宽)描述通信中每秒传送数据代码的比特数,单位是bps。
  3. 所属分类:专业指导

    • 发布日期:2009-07-31
    • 文件大小:93184
    • 提供者:calmdownba
  1. 单片机串口回发字符串

  2. //串口编程--接收PC发过来的字符串,回发字符串.发送期间中断控制LED灯闪烁 //采用外部晶振22.1184MHz 使用定时器1,方式2产生波特率,SMOD = 0或者1 //定时器初值X=256-SYSCLK*(SMOD+1)/(BAUDRATE*384)
  3. 所属分类:硬件开发

    • 发布日期:2009-11-17
    • 文件大小:31744
    • 提供者:ac281743764
  1. 基于C#串口读写程序

  2. 基于C#串口读写程序 //程序开启,串口初始化 private void Form1_Load(object sender, System.EventArgs e) { mycom1.PortNum = iPort; mycom1.BaudRate = iRate; mycom1.ByteSize = bSize; mycom1.Parity = bParity; mycom1.StopBits = bStopBits; mycom1.ReadTimeout = iTimeout; if (t
  3. 所属分类:C#

    • 发布日期:2010-01-03
    • 文件大小:54272
    • 提供者:yongzhe120
  1. uboott移植实验手册及技术文档

  2. 实验三 移植U-Boot-1.3.1 实验 【实验目的】 了解 U-Boot-1.3.1 的代码结构,掌握其移植方法。 【实验环境】 1、Ubuntu 7.0.4发行版 2、u-boot-1.3.1 3、FS2410平台 4、交叉编译器 arm-softfloat-linux-gnu-gcc-3.4.5 【实验步骤】 一、建立自己的平台类型 (1)解压文件 #tar jxvf u-boot-1.3.1.tar.bz2 (2)进入 U-Boot源码目录 #cd u-boot-1.3.1 (3)创
  3. 所属分类:Flash

    • 发布日期:2010-01-28
    • 文件大小:2097152
    • 提供者:yequnanren
  1. 低成本AVR+LCD示波器

  2. /* AVR oscilloscope with 128x64 graphic LCD. Created by Serasidis Vassilis and finished at 03.Aug.2007 Home: http://www.serasidis.gr e-mail: info@serasidis.gr and avrsite@yahoo.gr This code is ditributed under GPL licence. */ #include // include I/
  3. 所属分类:C

    • 发布日期:2010-04-03
    • 文件大小:942080
    • 提供者:gllcs1980
  1. 嵌入式系统学习资料,适于初学者

  2. 内容经典,是不错的书籍 rec=serial('com3'); rec.baudrate=38400; rec.databits=8; rec.stopbits=1; myfile=fopen('rec','rt'); A=fscanf(myfile,'%d'); fclose(rec); delete(rec); clear rec;
  3. 所属分类:硬件开发

    • 发布日期:2010-04-08
    • 文件大小:3145728
    • 提供者:ztt19851213
  1. C# 串口通信例子 RS232

  2. try { serialPort1.PortName = "COM4"; serialPort1.BaudRate = 9600; serialPort1.Open(); byte[] data = Encoding.Unicode.GetBytes(textBox1.Text); string str = Convert.ToUInt64(data); serialPort1.WriteLine(str); MessageBox.Show("数据发送成功!", "系统提示"); } try
  3. 所属分类:C#

    • 发布日期:2010-05-06
    • 文件大小:48128
    • 提供者:kingwangking
  1. 串口通讯 API实现 多串口

  2. 串口通讯 API实现 多串口很好的例子耶!~ BaudRate 发送速度ms 单位数据量byte 发送数据量byte 接收数据量byte 发送数据量byte 接收数据量byte 9600 100 60 92820 92820 327828 327828 70 108220 108220 359968 359968 80 126526 126526 392108 392108 90 138870 138870 423588 423588 10 100 5051244 4716480 110 55
  3. 所属分类:其它

    • 发布日期:2010-07-20
    • 文件大小:209920
    • 提供者:dank_g
  1. C#串口通信,包括打开串口,接收发送数据

  2. public partial class Form1 : Form { public Form1() { InitializeComponent(); } SerialPort port1 = new SerialPort(); string InputData = String.Empty; delegate void SetTextCallback(string text); private void Port_Select() {//获取机器中的串口地址 string[] ports =
  3. 所属分类:C#

    • 发布日期:2010-08-13
    • 文件大小:39936
    • 提供者:darkly001
  1. spcomm 3.0 串口通信控件

  2. 使用示例: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, SPComm, TeEngine, Series, ExtCtrls, TeeProcs, Chart; type TForm1 = class(TForm) Comm1: TComm; ComboBox1: TComboBox; ComboB
  3. 所属分类:其它

    • 发布日期:2010-08-25
    • 文件大小:46080
    • 提供者:newill0604
  1. SPCOMM控件for Delphi

  2. SPCOMM的主要属性,方法和事件 1.属性 CommName:填写COM1,COM2…等串口的名字,在打开串口前,必须填写好此值。 BaudRate:设定波特率9600,4800等,根据实际需要来定,在串口打开后也可更改波特率,实际波特率随之更改。 ParityCheck:奇偶校验。 ByteSize:字节长度_5,_6,_7,_8等,根据实际情况设定。 Parity:奇偶校验位 pBits:停止位 SendDataEmpty:这是一个布尔属性,为true时表示发送缓存为空,或者发送队列里没
  3. 所属分类:网络攻防

    • 发布日期:2010-08-29
    • 文件大小:26624
    • 提供者:shaoguangleo
  1. uCOS-II v2.52 在 STM32 上的移植

  2. /*********************** (C) COPYLEFT 2010 Leafgrass *************************/ This project runs on uC/OS-II V2.52 and is based on STM32F103RBT6(ARM Cortex-M3 Core) Take care of the configuration of project. There're some Include Paths while linkin
  3. 所属分类:C

    • 发布日期:2010-09-15
    • 文件大小:1048576
    • 提供者:librae8226
  1. c8051f350 usbtest

  2. //使用F350,串口为P0.4,P0.5; //----------------------------------------------------------------------------- // 所包含的头文件 //------------------------------------------------------------------------ #include #include //--------------------------------------
  3. 所属分类:C

    • 发布日期:2010-10-08
    • 文件大小:28672
    • 提供者:yuzhinan211
  1. STC波特率计算器,可以计算STC新系列所有波特率

  2. 方便计算stc新系列所有波特率,并生成相应C代码,直接拷贝至用户文件即可
  3. 所属分类:C

    • 发布日期:2010-11-01
    • 文件大小:77824
    • 提供者:hkap
  1. Using UART in CC111xFx,CC243xFx,cc251xFx and CC253xFx

  2. This design note describes the key elements and simple usage of the CC111xFx/CC243xFx/CC251xFx/CC253x Fx USART peripheral in UART mode. The main objective is to explain the CC111xFx/CC243xFx/CC251xFx/CC253x Fx software required to operate the UART,
  3. 所属分类:其它

  1. 定时器的用法的心得体会

  2. 在ClassWizard中响应ID为~Dlg中的WM_TIMER消息。 使用SetTimer(nIDEvent,time,NULL)来建立一个定时器,关闭定时器用KillTimer(nIDEvent)函数。 然后可以响应ON_WM_TIMER消息来响应一个定时器完成一次记时后的程序。 响应方式如下: void CTimeDlg::OnTimer(UINT nIDEvent) { if(nIDEvent==1000)//间隔为5秒 { //处理事件 } elseif(nIDEvent==1001
  3. 所属分类:C

    • 发布日期:2010-12-24
    • 文件大小:69632
    • 提供者:xujxdnzjd
  1. android 串口驱动

  2. android 串口驱动源代码 package android.serialport; import java.io.File; import java.io.FileDescr iptor; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; im
  3. 所属分类:Java

    • 发布日期:2011-02-12
    • 文件大小:90112
    • 提供者:jueairuoyan
  1. Half baudrate electrical clock based demultiplexing scheme for OTDM-DQPSK signal using SOA and optical f ilter

  2. A demultiplexing scheme based on semiconductor optical amplifier (SOA) and optical filter for optical time division multiplexing differential quadrature phase shift keying (OTDM-DQPSK) system is proposed and investigated experimentally. With only a c
  3. 所属分类:其它

    • 发布日期:2021-02-13
    • 文件大小:488448
    • 提供者:weixin_38587509
« 12 3 4 5 6 7 »