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

Back to Subject List

Thread Closed: Issue successfully resolved

???
03/18/04 15:57
Read: times


 
#66987 - RE: serial reciever problem
Responding to: ???'s previous message
hi,
I programmed serial port in mode0

Do you need with Mode 0 really? Do you know how UART works in this mode?
I mean that UART in mode 0 is just simple shift register. It means that it transmits and receives bit stream through RX pin. TX pin is used for transmit shift clock only! Maybe to receive data, you use TX pin as input, don`t you? In this case, if RX pin receives high level so byte comes in as 0xFF.
Once again: in Mode 0 UART receives data with RX pin opposite to its other modes. TX is used as source of shitf clock for both receive and transmit tasks.

Regards,
Oleg

List of 10 messages in thread
TopicAuthorDate
serial reciever problem            01/01/70 00:00      
   RE: serial reciever problem            01/01/70 00:00      
      RE: serial reciever problem            01/01/70 00:00      
         RE: serial reciever problem            01/01/70 00:00      
   RE: serial reciever problem            01/01/70 00:00      
      RE: serial reciever problem            01/01/70 00:00      
   RE: serial reciever problem            01/01/70 00:00      
      RE: serial reciever problem            01/01/70 00:00      
   RE: mode0 = bible time            01/01/70 00:00      
   RE: serial reciever problem            01/01/70 00:00      

Back to Subject List