Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've brought an application which sends data to another device through serial port. When I tried to sniff data using serial monitor. It showed something like this
AA 41 0C 04 57 30 00 00 01 00 01 06 0F 1A
Can any one help me with this?? What should I write in hyperterminal to get same result?
Posted
Comments
Zoltán Zörgő 25-Jun-13 2:43am    
It looks like your device is having a binary protocol. No terminal emulator will actually help you in this.

1 solution

In hyperterminal? Nothing. It's intended as a terminal emulation - ie, a keyboard and a display - it has not facility for sending specific hex values, and you can't generate all of those codes from the keyboard.

If you must use HT, then create small files using a hex editor and send those each time. But you will probably have to write code to generate anything even slightly different, as the final byte looks to be a checksum of some kind.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900