代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial_communication.cpp
// Serial_Communication.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Serial_Communication.h"
#include "Serial_CommunicationDlg.h"
#ifdef _DEBUG
#de
serial_communication.dsp
# Microsoft Developer Studio Project File - Name="Serial_Communication" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "
serial_communicationdlg.h
// Serial_CommunicationDlg.h : header file
//
//{{AFX_INCLUDES()
#include "mscomm1.h"
//}}AFX_INCLUDES
#if !defined(AFX_SERIAL_COMMUNICATIONDLG_H__0EFEC7A7_5668_4B8A_A1BC_3465447CF4C6__INCLUDED
avr_serial.txt
AVR软件模拟串口程序
发布时间:2006-7-8 来 源:西谱单片机电子网
M48,8MHz
9600,1,8,1
输出:用定时器控制普通IO口输出位
输入:用外部中断+定时器,判断位的宽度
好几天没休息,利用闲暇写的,也没找到别人的参考程序,不过终于算是稳定了,其实还应该有很多其它的方法可以试一下,比如用PWM输出串行数据,用输入捕获接收数据, ...
serial_pal.v
module serial_pal(clk,reset,en,in,out);
input clk,reset,en,in;
output[3:0] out;
reg[3:0] out;
always @(posedge clk)
begin
if(reset) out
serial2.v
module serial2(q,a,clk);
output q,a;
input clk;
reg q,a;
always @(posedge clk)
begin
a=~q;
q=~q;
end
endmodule
serial1.v
module serial1(q,a,clk);
output q,a;
input clk;
reg q,a;
always @(posedge clk)
begin
q=~q;
a=~q;
end
endmodule
serial_gsm.txt
/*****************************************************************************
* GSM SMS Routines .h file
*
* ReWriten by Menghongwen@
*
* Dec., 2004 copyright YINHUA Technology,
serial_init.c
/*
* Copyright 2001, Metro Link, Inc.
* All Rights Reserved
*
* This is UNPUBLISHED PROPRIETARY SOURCE CODE of Metro Link, Inc. and may
* contain proprietary, confidential and trade secret