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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/18/04 19:37
Read: times


 
#77650 - See Your ASCII Table
Responding to: ???'s previous message
Bart Libert said:
I tried to send an value 13 (00001101) over rs232 but it seems like this is NOT a lewline.

You are right - ASCII Code 13 (0x0D, 00001101) is not "newline"

Check your ASCII table - you will see that code 13 Carriage Return (CR):
http://www.asciitable.com/
http://www.asciichart.com/

As Craig says, you either need to add a Line Feed (LF), or get Hypoterminal to do it for you.

Note that none of this has anything to do with RS232 - ASCII-coded text is ASCII-coded text irrespective of what method you use to transmit it.

List of 6 messages in thread
TopicAuthorDate
Sending newline via rs232            01/01/70 00:00      
   RE: Sending newline via rs232            01/01/70 00:00      
      Reconfigure Hyperterm            01/01/70 00:00      
         RE: Reconfigure Hyperterm            01/01/70 00:00      
            System-dependent EOL.            01/01/70 00:00      
   See Your ASCII Table            01/01/70 00:00      

Back to Subject List