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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/07/05 11:07
Read: times


 
#104806 - hyperterminal II.
Responding to: ???'s previous message
Dear U (what a strange name...?),

U Kaz said:
1) As I send data to uC from PC using hyper terminal I do not see that data appearing in hyper terminal window, means for example I send 'F' to uC. I could see that data has been sent as uC does what its programmed to do on recieving 'F' and sends data back but I do not see 'F' appearing in hyper terminal window while typing(sending). Is it normal?

Check File-Properties-Settings(tab)-Ascii setup-echo typed characters locally, you have it OFF. If you tick it ON, you will see both the characters you type and those received; as hyperterminal does not have two windows for send/receive as bray's has, you will see the sent and received characters mixed.

U Kaz said:
2) You don't have to press enter to send data from hyper terminal? As I press 'F' key its sent straight away and does not wait for ENTER key to be pressed. Is this normal?
The characters are sent immediately as typed, no ENTER pressing necessary.

U Kaz said:
one last bit I recieved data from uC as well after sending character 'F'. The data recieved is to display "MOVING CLOCKWISE" in terminal window. The data is displayed perfectly in bray terminal but in hyper terminal instead of "MOVING CLOCKWISE" it is displayed as "MOVINGâCLOCKWISE" means a speacial character is displayed instead of space. Any idea why is that?
I used this command for space


MOV SBUF,#0A0H
JNB TI,$
CLR TI



Well that's simple, space is not 0A0h but 020h...

Jan Waclawek


List of 21 messages in thread
TopicAuthorDate
serial communication tutorial            01/01/70 00:00      
   step by step '51 serial            01/01/70 00:00      
   Thanks, so did it happen?            01/01/70 00:00      
      use the 232 part of the sbc schematic            01/01/70 00:00      
      SBC RS232            01/01/70 00:00      
      max232 data sheet            01/01/70 00:00      
   Good solution of 80C51 RS232 problem.            01/01/70 00:00      
      More good solutions...            01/01/70 00:00      
         USB version            01/01/70 00:00      
            USB version - clickable            01/01/70 00:00      
      not very good            01/01/70 00:00      
   Many thanks, one last thing            01/01/70 00:00      
      did you hit ENTER key            01/01/70 00:00      
         now I have myself wondering..            01/01/70 00:00      
            Yes I did            01/01/70 00:00      
               Hyperterminal Settings            01/01/70 00:00      
      hyperterminal, setup            01/01/70 00:00      
         Yes it works like this            01/01/70 00:00      
            hyperterminal II.            01/01/70 00:00      
               LOVELY JUBLY            01/01/70 00:00      
                  buffers            01/01/70 00:00      

Back to Subject List