代码搜索:1单片机串口通信
找到约 10,000 项符合「1单片机串口通信」的源代码
代码结果 10,000
www.eeworm.com/read/296348/8109244
opt 485串口通信.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 {
www.eeworm.com/read/296348/8109247
obj 485串口通信.obj
www.eeworm.com/read/296348/8109256
c 485串口通信.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit P12=P1^2;
char code str[] = "you are the best! \n\r";
main()
{
uint j;
TMOD=0x20;
TL1=0xf
www.eeworm.com/read/296348/8109262
plg 485串口通信.plg
礦ision2 Build Log
Project:
E:\xiehui\my KEILc51 project\485串口通信\485串口通信.uv2
Project File Date: 03/01/2008
Output:
compiling 485串口通信.c...
485串
www.eeworm.com/read/246072/12757824
txt uart串口通信07.4.11.txt
#include "msp430x14x.h"
void Init_CLK(void);
void init_uart(void);
//void uart_start(void);
//void uart_send(void);
//void uart_receive(void);
//unsigned char RXDATA_BUF[10],TXDATA_BUF[10]={0x01
www.eeworm.com/read/323556/13336667
ppt 第7章串口通信.ppt
www.eeworm.com/read/136319/13382606
txt 异步串口通信vc.txt
异步串口通信VC++
本文参考MSDN及相关网上文章。
//////////////////////////////////////////////
//MyComm.h 多机控制 异步串口通信
//说不定能有用上的。
//////////////////////////////////////////////
class CMyComm
{
public:
www.eeworm.com/read/304925/13782729