Serial-based communication is used almost everywhere to access and control devices. Equipment ranging from POS bar code scanners, to medical equipment, to surveillance cameras, to RFID readers typically use COM Port-based application control software.
As long as the attached device is within the limited distance reach of the PC, this works great.
Com Port Redirector (CPR) is software that maps ‘virtual COM’ ports on a PC platform. It redirects application data destined to an attached device via the PC’s local serial (COM) port.
Rather than going out the local port, the data is transmitted across the Ethernet network using TCP/IP. A device server attached to the network receives the data and transfers it from its own serial port to the attached equipment.