代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial communication.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
serial communication.lnp
"Serial Communication.obj"
TO "Serial Communication"
serial communication.lst
A51 MACRO ASSEMBLER SERIAL_COMMUNICATION 07/31/2006 13:52:30 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Serial Communication.OB
serial.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
serial_test.c
#include
#include
#include
#include
#include
#include
#include
#include
#define SERIAL1 "/dev/ttyS1"
#defin
serial_com.h
//*****串口
//*************************************************************************************************
#ifndef __serial_com__
#define __serial_com__
void initcom() //串口初始化
{
TMOD=0x
serial_generatedinstance.vhd
--------------------------------------------------
-- Model : 8051 Behavioral Model,
-- VHDL Entity mc8051.serial.generatedInstance
--
-- Author : Michael Mayer (mrma
serial_unit.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use std.textio.all;
entity serial_driver is
generic (filename : string := "testing.txt");
port(
TX : out std_logic;