The code below doesnt work properly when i burn it into the
AT89S52 micro controller. From debugging, the Value of SBUF isn't
writing into the array. can any tell me what i did wrong?
#include <reg51.h>
void confirmPBready(void);
void BYTEwrite( unsigned char VAL, unsigned char buffLEN, unsigned
char *buffADDR);
void sendAT(unsigned char *buf);
bit COMP_buff2buff( unsigned char *BUFF1, unsigned char *BUFF2,
unsigned char LEN);
void delay(void);
bit OK
↧