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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/22/09 06:28
Read: times


 
#166327 - I use it that way
Responding to: ???'s previous message
Dear Andy,

Andy Neil said:
Mahesh Joshi said:
2> if char is non printable (i.e. ascii below 32 or more than 128) follow this procedure.
.... A) Press & Hold 'Alt' key on keyboard.
.... B) Key in ascii number in decimal using NUMERIC keypad (RHS of PC Keybourd)
.... C) Release 'Alt' key now.

That is a standard Windoze procedure - but I don't know that Hypoterminal guarantees to send codes entered in that way?

Another possibility is to use the 'Ctrl' key:

Ctrl+A = SOH = 0x01;
Ctrl+B = STX = 0x02;
:
Ctrl+J = LF = 0x0A;
:
Ctrl+M = CR = 0x0D;
etc,...

But I'm still not sure that Hypoterminal guarantees to send them all.

You really need a proper tool to do this, or write something in Visual Basic, Visual C++, Delphi, or whatever...


I use it that way on HyperTerminal,

I had done it on Win 98, Win 98 SE, Win 2000, Win XP,

I havent tried on vista though

Also for "CR" & "CR + LF", I dont follow that procedure.
Numeric Keypad 'Enter' Key act as "CR",
While 'Enter' key works as "CR + LF"
(You can check out on HyperTerminal)

Regards,
Mahesh

List of 44 messages in thread
TopicAuthorDate
CMP-10 thermal printer & 8051            01/01/70 00:00      
   Printer settings            01/01/70 00:00      
   Some hints/advice..            01/01/70 00:00      
   I sent commands like "BEL", or "ESC RS"            01/01/70 00:00      
      ASCII table            01/01/70 00:00      
      HyperTerminal & ASCII code            01/01/70 00:00      
         Would it be realistic....            01/01/70 00:00      
         Not text,            01/01/70 00:00      
            Not text,            01/01/70 00:00      
               Spend more time with the ASCII table.            01/01/70 00:00      
                  Still fail to test the printer            01/01/70 00:00      
                     The printer is working            01/01/70 00:00      
                     ASCII char on HyperTerminal            01/01/70 00:00      
                        Re: ASCII char on HyperTerminal            01/01/70 00:00      
                     ASCII char on HyperTerminal            01/01/70 00:00      
                        Is that guaranteed?            01/01/70 00:00      
                           I use it that way            01/01/70 00:00      
   XOn/XOff set on MCU side            01/01/70 00:00      
      You have to do it yourself            01/01/70 00:00      
         Re:You have to do it yourself            01/01/70 00:00      
            Intern? [edited]            01/01/70 00:00      
   HyperTerminal and microcontroller - please help!            01/01/70 00:00      
      HyperTerminal and microcontroller - please help!            01/01/70 00:00      
         May be I need to use cross over serial cable            01/01/70 00:00      
   Use printf to output to UART, but receive incorrect data            01/01/70 00:00      
      Re: Use printf to output to UART, but receive incorrect dat            01/01/70 00:00      
         printf only can output value from 256 to 32767 correctly            01/01/70 00:00      
            Hasn't Maarten already explained this?            01/01/70 00:00      
               Re: Hasn't Maarten already explained this?            01/01/70 00:00      
                  Show it!            01/01/70 00:00      
                     Re: Show it            01/01/70 00:00      
      use a cast            01/01/70 00:00      
         or RTFM            01/01/70 00:00      
            Re: RTFM            01/01/70 00:00      
            I found the solution. Thanks            01/01/70 00:00      
               Direct Memory?            01/01/70 00:00      
                  Re: Direct memory            01/01/70 00:00      
                     Definitely a BAD Idea!            01/01/70 00:00      
                        Re:Definitely a BAD Idea!            01/01/70 00:00      
                           Could you please suggest?            01/01/70 00:00      
                              Re: Do not call from ISR            01/01/70 00:00      
                                 I didn't say that            01/01/70 00:00      
                                    Thanks!            01/01/70 00:00      
         Re: use a cast            01/01/70 00:00      

Back to Subject List