=============================================================================
        Supported Devices and Dependencies
=============================================================================

Any serial ports (native, USB, bluetooth).

=============================================================================
        Installation and first run
=============================================================================

Unpack the archive:

	$ sudo cp -arf {TOP_DIR}/* /

Start Serial Com Redirection daemon:

	$ sudo /usr/lib/omnissa/horizon/bin/ftsprhvd

Now you can start Omnissa Horizon Client and redirect serial ports. To see the
list of all supported options, run:

	$ /usr/lib/omnissa/horizon/bin/ftsprhvd -h

=============================================================================
        Automatic start of the daemon in Redhat RHEL 9.0 or above
=============================================================================

Run scripts:
	$ sudo bash /usr/lib/omnissa/horizon/serialPortRedirection/serialport-redirection-setup.sh -i /etc /etc/rc.d/init.d

=============================================================================
        Automatic start of the daemon in Redhat (RHEL < 9.0), Ubuntu or Debian
=============================================================================

Run script:

	$ sudo bash /usr/lib/omnissa/horizon/serialPortRedirection/serialport-redirection-setup.sh -i /etc /etc/init.d

Edit the /etc/init.d/ftsprhv script if you need to change path to the daemon.
Then run once:

	$ sudo /etc/init.d/ftsprhv start

