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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/14/06 18:34
Read: times


 
#127982 - Just the 'integral part' Part of code
Responding to: ???'s previous message
1. Thank you for responding Erik and sorry about the formatting.

2. I just included the part of the code that relates to the
    serial communication.  The ORG 023H is the interrupt vector
    for the UART . 

3. I'm only using RXD to uC so,... I dont think the TI 
   will cause the interrupt???

4. The LCD works. I got several other things working on the 
   side such as Ext. RAM, ADC, etc. so the LCD is not the issue. I 
   Just slapped it in here to give helpers an idea.

RI:
 
Receive interrupt flag. Set by hardware at the end of the 8th bit time in Mode 0,  
or approximately halfway through the stop bit time in all other modes. 
(See SM2 for exceptions). Must be cleared by software
I thought the RI is what lets you know that you have received all the the data and is now stored in SBUF.


List of 23 messages in thread
TopicAuthorDate
Serial interface- Displaying SBUF data on LCD.            01/01/70 00:00      
   what device?            01/01/70 00:00      
      Just the 'integral part' Part of code            01/01/70 00:00      
         you still did not tell the derivative            01/01/70 00:00      
   Formatted Code            01/01/70 00:00      
      Missing code            01/01/70 00:00      
   Delay            01/01/70 00:00      
      Delay, Baudrate, Freq, etc.            01/01/70 00:00      
         Missing Code            01/01/70 00:00      
            Here's the wrLCDcom SR            01/01/70 00:00      
               is DELAY_5_1MS timer based?            01/01/70 00:00      
                  Yes DELAY_5_1MS is timer based            01/01/70 00:00      
                     so, you call one device generating an interrupt fr            01/01/70 00:00      
                        Already tried that            01/01/70 00:00      
                           then keep it that way            01/01/70 00:00      
                  Here's the entire code....            01/01/70 00:00      
                     I quick look, not an analysis            01/01/70 00:00      
   Have a look at this            01/01/70 00:00      
      Deriviative???            01/01/70 00:00      
         Derivative            01/01/70 00:00      
            Oops... Derivative..gotcha            01/01/70 00:00      
               OK            01/01/70 00:00      
                  TI & RI            01/01/70 00:00      

Back to Subject List