COM-port monitor

Hi all!
Tell me pls how can I get built-in port monitor without Arduino IDE?
Or maybe somebody know how to run this one via Java script etc?

What do you mean exactly? The terminal program? For example Termite ? Or something like this? Serial communication with Arduino and Processing

Use putty.

I mean native Arduino Port Monitor. I'm trying to find the way how to start arduino IDE port monitor without IDE at all.
Termite 2.9 works some strange and don't restart my board when connecting.
Windows HyperTerminal can output symbols, but can't input it. :frowning:

Yevdokimenko:
Termite 2.9 works some strange and don't restart my board when connecting.

Termite works for me very well. The board is reset by the Serial port DTR line going low and pulsing the Arduino reset pin. Termite can do this: Settings -> Plug-ins -> Status LEDs (shows status LEDs bar) . Then click to DTR LED image on the bar to reset Arduino.

Thanx guys! Coolterm is better than Termite for me.
The problem decided.

Yevdokimenko:
Coolterm is better than Termite for me.

Thanks for tip! Coolterm looks very good!