Location:
Search - dataport
Search list
Description: 开利机组通讯接口资料。希望对大家有用。
开利机组通讯接口资料。希望对大家有用。
Platform: |
Size: 35301 |
Author: jame |
Hits:
Description: USB扩展板在lpc2104开发板上进行试验-USB lpc2104 expansion boards of the development board for testing
Platform: |
Size: 3867 |
Author: 王启 |
Hits:
Description: USB扩展板在lpc2104开发板上进行试验-USB lpc2104 expansion boards of the development board for testing
Platform: |
Size: 4096 |
Author: 王启 |
Hits:
Description: 开利机组通讯接口资料。希望对大家有用。
开利机组通讯接口资料。希望对大家有用。-Carrier data communication interface unit. Hope useful for everyone. Carrier data communication interface unit. Hope useful for everyone.
Platform: |
Size: 34816 |
Author: jame |
Hits:
Description: #include<reg51.h>
#include<intrins.h>
#define uchar unsigned char
#define uint unsigned int
#define busy 0x80
#define DATAPORT P1 //数据端口
sbit RS=P3^5
sbit RW=P3^6
sbit ENABLE=P3^7
code char example[]="Waitting for you"
void delay400ms(void)
void delay5ms(void)
void lcdwritedata(char data w)
void waitforenable(void)
void lcdwritecommand(uchar CMD,uchar ATT)
void lcdreset(void)
void display(uchar dd)
void displayonechar(uchar x,uchar y,uchar wdata)
void epustr(uchar x,uchar y,uchar code *ptr)
-#include<reg51.h>
#include<intrins.h>
#define uchar unsigned char
#define uint unsigned int
#define busy 0x80
#define DATAPORT P1 //数据端口
sbit RS=P3^5
sbit RW=P3^6
sbit ENABLE=P3^7
code char example[]="Waitting for you"
void delay400ms(void)
void delay5ms(void)
void lcdwritedata(char data w)
void waitforenable(void)
void lcdwritecommand(uchar CMD,uchar ATT)
void lcdreset(void)
void display(uchar dd)
void displayonechar(uchar x,uchar y,uchar wdata)
void epustr(uchar x,uchar y,uchar code*ptr)
Platform: |
Size: 1024 |
Author: Tnavy |
Hits:
Description: 液晶屏1602测试程序 1602液晶屏C语言程序
开发板: 伟嵌科技----小强开发板
硬件连接: RS- P2.2 RW - P2.3 EN - P2.4 DATAPORT - P0 -1602 LCD 1602 LCD test program C language program development board: Xiao Qiang Wei---- embedded technology development board hardware connection: RS-P2.2 RW- P2.3 EN- P2.4 DATAPORT- P0
Platform: |
Size: 17408 |
Author: 刘金龙 |
Hits:
Description: //PPM 解码程序
PPM信号取自天地飞6A接收机-# include <stc.h>
# include <intrins.h>
# define DataPort P0
sbit RS=P2^4
sbit RW=P2^5
sbit EN=P2^6
Platform: |
Size: 2048 |
Author: szx |
Hits: