Dear all, here I did UART implementation in LPC 2378. but whever I transmitting data on serial and observed at Hyperterminal.I am not getting data in hex format.I am getting in ascci format.
suppose I am sending hex 0x15,on hyperterminal then I am getting charactor having ASSCI having 0x15.
how cam get data in HEX format on hyperterminal.
waitting for ur reply...
Shyam T Pune India.
"I am sending hex 0x15,on hyperterminal then I am getting charactor having ASSCI having 0x15."
Of course you do: that is exactly what hyperterminal - or any other text-based application - is expected to do!
Do you mean, instead of the byte value 0x15, you want to transmit the two characters '1' and '5' ?
ie, you want to transmit two bytes containing the values 0x31 and 0x35 - being the ASCII codes for '1' and '5' ... ?
Is that what you mean?
Yes, you are correct but I need hex formated data on hyperteminal.
suppose in ADC interface I want to observe exactly count of my analog signal. but at that time am getting some chatactors such as! " # $ % ^ & ' ( ) .... . and then 1 2 3 4 5 6 7 etc.
I want all these ASSCI valus in hex format on hypertermanil.
regards. Shyam Tayade Pune India
Solution: Offer Microsoft a huge amount of money as incentive to teach the Hyperterminal to display the received data in hexadecimal format.
Mind you: Microsoft have already had a bit of trouble about illegal competition. They guys who do sell protocol analyzers may complain that Microsoft are competing on their territory and that Microsoft have to remove the extended Hyperterminal from the standard package.
Use this analyzer: http://www.docklight.de/
Hypoterminal is just a dumb terminal; therefore, if you want some particular formatting, it is up to you to do that formatting before sending to Hypoterminal - or any other dumb terminal.
So, if you want a dumb terminal to display "51" for the hex value 0x51, that means that you have to send it the two characters '5' and '1'.
Have you ever heard of printf...?
Actualy I want know any another utility which will display data in hexadecimal format.
thanks for ur reply..
regards Shaym T. Pune India
Maybe Try This:
AccessPort 1.33
AccessPort is an advanced serial monitor, simulation and RS232 data analysis tool. Use to log, view, analyse or automate RS232 communication or simply use as an ASCII Terminal for basic serial port communication and RS232 device configuration.
www.brothersoft.com/accessport-27037.html
first i want 2 know through which process u send data through hyperterminal,send me u details i'll explain.
I got solution Thank you very much.
Shyam T. pune India