Terminal Serial Port (UART) Monitor/emulation program
Terminal is a simple serial port (COM) terminal emulation program. It can be used for communication with different devices such as modems, routers, embedded uC systems, GSM phones,… It is very useful debugging tool for serial communication applications.
It’s a really uesful monitor tool for all kinds Serial Port (UART) communication between PC and other MCUs, AVR, arduino, PIC, etc. It’s commonly used in prototyping and many other systems. We used it for a while, and feel it really handy, so it’s one of the most useful tool you should have!
Get it from here.
Other software called sscom can be lunched two windows program so you can run two Serial Port and let them talk to each other, and monitor what’s happen in both send and receive window. you can get it here. sscom32E
Comments (3)
[…] Terminal which is a serial port terminal monitor […]
That is an awesome debugging tool.
NinjaTerm (http://mbedded-ninja.github.io/NinjaTerm/) is an alternative to Terminal which supports ANSI escape codes, filtering by keyword, time stamping and more. It is geared towards debugging firmware running on a microcontroller.
DISCLAIMER: I am the author.