Thank you so much @Ash,
Actually, this connection was my big problem 2 months ago, but I think it is solved.
I was connect directly COM port to that processor through Max232, I connected exactly pin Tx and Rx,
because when I sent 0x01 to this processor it stoped sending 0x01010202 every 4s, and resent this hex when I sent 0x02.
I mean it worked although 0x01 and 0x02 are meanless.
I affirm that that connection is right. Now,I want to control it.
Actually, when I send a hex like 0x252526 for example, it check this hex in ROM and do the instruction of that code (0x252526).
As I said, I have to send HEL, but it just a symbol not a code. I need a code like (0x......).
I am trying to sent the hex of HEL in ASCII code like 0x48454C
H:0x48,
E:0x45,
L:0x4C here
http://en.wikipedia.org/wiki/ASCII But it don't seem work, maybe I missed some rules of error checking or this symbol HEL have it's anathor code,
I not sure because it response some hex codes that were very strange, I couldn't figure out any relation.
Do you know someone that worked with Tyco Traffic Controller ?
Thank you so much, guy !