代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.txt
1stClass 4000 / Password : 1ST4000982940NMW
serial.txt
0.0
0.5
1.0
1.5
2.0
2.5
3.0
3.5
4.0
4.5
5.0
5.5
6.0
6.5
7.0
7.5
8.0
8.5
9.0
9.5
10.0
10.5
11.0
11.5
12.0
12.5
13.0
13.5
14.0
14.5
15.0
15.5
16.0
16.5
17.0
17.5
18.0
serial.asm
; modified by Radu Constantinescu - eliminate calls in order to save stack space
; UART routines with TX and RX buffers By Tony K黚ek 2000-06-22 free for use
; handy ASCII character table
STX EQ
serial.cmd
-w
-stack 400h
-heap 100
-l rts.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM
serial.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="Serial"
ProjectDir="C:\ti\myprojects\5416c-2003.11.19\Lab11-Serial\"
ProjectType=Exe
serial.c
/* 5416-c板:
使用直连的串口通信电缆;
启动"串口调试助手.exe";
PC机发送信息以一个"."为结束标志
*/
ioport unsigned int port0008,port0009,port000a,port000b,port000c,port000d,port000e,port000f;
#define RBR port0008
#define THR p
serial.c
/*********************************************************************************************************
** Small RTOS
** T
serial.c
/*********************************************************************************************************
** Small RTOS
** T
serial.c
/*串口初始化程序serial.C*/
#include
void serial_initial()
{
SCON=0x52; //方式1,接收允许,TI=1,允许发送字符
TMOD=0x20; //定时器1,方式2,定时,不受外部INT1控制
//TCON=0x69; //外部中断0,边沿触发,外部中断1允许T