Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/21/04 10:46
Read: times


 
#81606 - AT898252
I don't know how to make the AT898252.H in keil uvision complier
the program use to receive com port data display to matrix LED panel. Thank you !!!

#include<AT898252.H>

typedef unsigned char tByte;
unsigned char temp,temp1,temp2;

#define TRUE 1
#define FALSE 0
#define ON TRUE
#define OFF FALSE
#define HIGH TRUE
#define LOW FALSE


//Serial Port Initialization
#define COM_BUF 5 // Size of the In and Out communication top_down_buffers
#define _19K2 ('0') // Baud rate data definitions
#define _9K6 ('1')
#define _4K8 ('2')
#define _2K4 ('3')
#define _1K2 ('4')

//Definition of some single pin
sbit Data_Pin = P2^7; // pin for data in shift register
sbit G = P2^5; // pin for enable signal for decoder
sbit CLK = P2^4; // pin for giving clock signal to shift register
sbit Clear = P2^6; // pin for clear all data in shift register

List of 12 messages in thread
TopicAuthorDate
AT898252            01/01/70 00:00      
   All the same            01/01/70 00:00      
      cna't found AT898252.h            01/01/70 00:00      
         REG8252.h            01/01/70 00:00      
            interesting            01/01/70 00:00      
               Gopalkrishnan Are you using keil?            01/01/70 00:00      
                  Yes Prahlad            01/01/70 00:00      
                     Its all version related stuff:)            01/01/70 00:00      
                        Path and filename            01/01/70 00:00      
                           Include path            01/01/70 00:00      
   TRUE, FALSE - A Word of Warning            01/01/70 00:00      
   can build target file            01/01/70 00:00      

Back to Subject List