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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/17/04 03:32
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#72615 - RE: ADuC832 serial comms problem
Responding to: ???'s previous message
Keil has some knowledge base information on using the 8051 UART in C51 at their web site. Here is a link to one sample.

http://www.keil.com/support/docs/685.htm

In this sample the code looks like:



The immediate thing I see is that a small bit more initialization is included beyond what you have in your program. Why don't you try something like this example without printf() first. You can in a first pass even eliminitate the input key fetch and just spew out a whole bunch of 'A' and 'Z' characters.

Michael Karas


List of 10 messages in thread
TopicAuthorDate
ADuC832 serial comms problem            01/01/70 00:00      
   RE: ADuC832 serial comms problem            01/01/70 00:00      
      RE: ADuC832 serial comms problem            01/01/70 00:00      
         RE: ADuC832 serial comms problem            01/01/70 00:00      
   RE: ADuC832 serial comms problem            01/01/70 00:00      
      Keil Example            01/01/70 00:00      
         More Keil Examples            01/01/70 00:00      
   RE: ADuC832 serial comms problem            01/01/70 00:00      
      RE: Keil putchar, getchar.            01/01/70 00:00      
   RE: ADuC832 serial comms problem            01/01/70 00:00      

Back to Subject List