How To Troubleshoot COM Port Or RS-232 Controller
COM port, also known as RS-232 interface or serial interface, was once regarded as must-have interface port on every IBM-compatible PC as well as most server class computer system.
However, this low performance data port is almost obsolete from most modern computers and replaced by its successors, i.e. FireWire and USB port.
However, there are still some good old application and hardware (mostly are proprietary products) rely on RS-232 interface to function.
Thus, PCI-COM card or USB to Serial port are still available for sale in computer peripheral shops, to compensate the missing of built-in serial port controllers on latest motherboards.
However, as there not many users using COM port in the recent years, it’s a bit difficult to handle or conduct preliminary troubleshooting on serial interface related problem.
Not only NKOTB, old man like me as well “black-out” this morning, when a serial port receipt printer fail to print out single piece of paper! :-(
But, thanks god that I’ve a partner who know a bit of this. :-)
If you want to prove the first COM port is working fine, attach a known good dial-up modem to that COM port. Then, open up Windows Command Prompt window and enter this simple echo command (compatible with MS-DOS Command Prompt and maybe applicable to UNIX or Linux command prompt as well)
echo ata > com1:
The echo ata command will signal the good modem to raise squealing sound, which can be stopped by executing another echo ath command as this
echo ath > com1:
Other than dial-up modem, you can also rely on a RS-232 loopback connector with LED wired to the RS-232 signal pins. If the COM controller in question is working, then the LED will light up, otherwise nothing will happen.
Anyway, both dial up modem and loopback connector can hardly be seen nowadays, as many have been using broadband modem.
Similar Articles:
» How To Mount And Read CD ISO Image In Linux
» Create Linux Loopback File System On Disk File
» HOME - WalkerNews.net
« PREV - Snipping Tool Takes Longer Time To Load
» NEXT - Compare Windows Antivirus Software Reliability






















what pins are the loop back pins
Hi Dan, please refer to this for reference.