Comport monitor is a simple and useful application monitoring PC-RS232 (COM) port .You can sent and receive bytes with this application . Also you can see bytes received in hex/bin/decimal format and sent as decimal/string format.
FEATURE :
Auto detect your PC available Com ports.
Change transfer baud rate between 1200-19200 .
Change parity / stop bit / byte size and packet size manually.
Events on CTS/DSR.
Define end of line .
Exchange Hexadecimal , Binary , Decimal to them.
Sending data to port using string mode or decimal ( character ASCII code ) mode.
Is the OP’s program (and thanks for contributing) actually a terminal program? It would open the chosen serial port and display incoming characters and changes of state of the input RS232 signals, and perhaps generate/send characters.
A “monitor” program, by precedent, “bridges” on to a serial port and does not “open” it. Some other application opens/uses the serial port, and the monitor program just eavesdrops and reports/logs, usually with filters on data content, etc. Kind of like the Ethernet port monitor programs do, like EtherReal
I guess the OP’s program could be used to eavesdrop if the serial cable was spliced into and run to another port or another PC.
Generally i use avrterm.exe for doing this if the PC does not run XP. It is easy to switch to ascii, hex or even binary data modes, and the baud rate is easily adjustable while the program is running.
The HHD serial monitor requires windows XP. I have a PC running win98 for compatibility reasons on some apps.
elvand:
Since this is a free program, Would you care to release the source code?