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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/17/08 18:07
Read: times


 
#160089 - check baudrate
Responding to: ???'s previous message
When you get strange characters in the terminal window, the most common reasons are:

- wrong baudrate
- wrong mode (number of data bits etc)
- your embedded system is using characters above 0x7f (127) and using a different character set than the terminal program.

If you get valid characters, but are missing a lot of characters, then you may insert new characters in the transmit register without checking if the UART is ready for more data.

In some few cases, it may be caused by very heavy noise on data or ground. Just make sure that the RS232 transceiver is designed for the same supply voltage that the processor is using.

List of 8 messages in thread
TopicAuthorDate
about serial communication problem            01/01/70 00:00      
   be more specific            01/01/70 00:00      
      check baudrate            01/01/70 00:00      
   Loopback?            01/01/70 00:00      
   more specified            01/01/70 00:00      
      Just Exactly what do you mean by "not working"?            01/01/70 00:00      
      SIO init possibly wrong            01/01/70 00:00      
   UART and PC hyper terminal            01/01/70 00:00      

Back to Subject List