代码搜索:实时接收
找到约 10,000 项符合「实时接收」的源代码
代码结果 10,000
www.eeworm.com/read/424143/10487939
sdi rec.sdi
,,, ORG 0000H
0000,02 00 30,, LJMP REV
,,, ORG 30H
0030,75 98 90,REV,REV: MOV SCON, #90H ;设置串行口工作方式2,允许接收
0033,75 87 80,, MOV PCON, #80H ;波特率为fosc/32
www.eeworm.com/read/352340/10562558
m simulink_bfsk_ricianfading_ber.m
clc;
clear all;
%设置调制信号的采样间隔
BitRate=10000;
%设置仿真时间长度
xSimulationTime=10;
%初始化种子
xInitialSeed=21;
%x表示信噪比的取值范围
x=0:15;
y1=x;
%频率间隔
FrequencySeparation=24000;
%发送端和接收端相对速度(公里/小时)
Velocity
www.eeworm.com/read/352340/10562569
m simulink_reileigh_bfsk_ber.m
clc;
clear all;
%设置调制信号的采样间隔
BitRate=10000;
%设置仿真时间长度
xSimulationTime=10;
%初始化种子
xInitialSeed=21;
%x表示信噪比的取值范围
x=0:15;
y1=x;
%频率间隔
FrequencySeparation=24000;
%发送端和接收端相对速度(公里/小时)
Velocity
www.eeworm.com/read/352250/10570535
c tf.c
#include
#include
void main(void)
{
unsigned char True = 1; //定义
unsigned char False = 0;
SCON = 0x50; //串口方式1,允许接收
TMOD = 0x20; //定时器1定时方式2
TH1 = 0xE8; //11.059
www.eeworm.com/read/351137/10678193
c ppcomun.c
#include
#define uchar unsigned char
#define TR 1 //发送接收差别值
uchar idata buf[10];
uchar pf;
void init(void) //串口初始化
{
TMOD=0X20; //T/C1定时器1,定时方式2
TH1=0xe8;
www.eeworm.com/read/349045/10854516
c 7-2.c
#include
#include
void main(void)
{
unsigned char True = 1; //定义
unsigned char False = 0;
SCON = 0x50; //串口方式1,允许接收
TMOD = 0x20; //定时器1定时方式2
TH1 = 0xE8; //11.059
www.eeworm.com/read/274671/10859823
plg project.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\串行通信程序-先接收再发送\Project.uv2
Project File Date: 05/11/2007
Output:
Build ta
www.eeworm.com/read/418121/10964908
c 7-2.c
#include
#include
void main(void)
{
unsigned char True = 1; //定义
unsigned char False = 0;
SCON = 0x50; //串口方式1,允许接收
TMOD = 0x20; //定时器1定时方式2
TH1 = 0xE8; //11.059