代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (目标 1), 0x0000 // Tools: 'MCS-51'
Group (源代码组 1)
File 1,2, 0x0
File 1,1,
serial.m51
BL51 BANKED LINKER/LOCATER V5.03 08/06/2007 09:22:45 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\PROGRAM FILES\KEIL2\C51\BIN\
hal-serial-hsotype
#!/bin/bash
#
# Hal-Daemon script, which fetches additional data from the hso driver via
# udev and save it in an additional property into the Hal database.
# If you like to use these additional hal
serial_implementation.do
-- serial_implementation.do
restart -f -nowave
view signals wave
add wave reset start clk x y_signal count finished y
force clk 0 0,1 50ns -repeat 100ns
force reset 1
force start 0
force x 00000000
r
serial_implementation.vhdl
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
ENTITY serial_implementation IS
GENERIC (WIDTH:INTEGER:=8;
N:INTEGER:=4);
PORT (reset,start,clk:STD_LOGIC;
serial1.c
#include
#include
#include
#include
#include
#define SYNC 0x40
#define PARITY_EVEN 0x20
#define PARITY_ODD 0x30
#de
serial12864 .txt
ST7920型液晶模块串行测试程序(LCD12864) JHD529M1型12864液晶(控制芯片为ST7920,带字库)AT89S52单片机的串行测试程序。分为主程序main.c和字库头文件ziku.h
该液晶模块的资料:JHD529M1型12864液晶中文资料,控制芯片为ST7920
与AT89S52单片机的硬件连接 CS:P2.0;SID:P2
serial_io.h
// File: serial_output.h
/*
* Copyright (c) 1998-1999 Murphy Cheng-Che Chen
*
* This program is free software; you can redistribute it and/or modify
* it unde
serial_io.cc
// File: serial_output.cc
/*
* Copyright (c) 1998-1999 Murphy Cheng-Che Chen
*
* This program is free software; you can redistribute it and/or modify
* it und
serial_core.c
#include "inc/serial.h"
#include "2410addr.h"
#define SERIAL_WRITE_READY() ((rUTRSTAT0) & (1