Connecting to the Microsoft Terminal Server (RDP)

In order to redirect serial devices to remote desktop session, FreeRDP must be used in conjunction with FabulaTech FtPlugins extension for remote desktop software. FtPlugins extension must be installed alongside with FabulaTech Serial Port for Remote Desktop (Linux version) as shown on installation page.

Before usage, run once:

$ sudo /opt/ftplugins/bin/ftrdpbr-setup.sh -i

There are 2 ways of usage. First, just launch:

$ /opt/ftplugins/bin/ftlaunch

Second, use FreeRDP directly. It depends on the installed FreeRDP version:

FreeRDP v1.0:

$ xfreerdp --plugin ftrdpbr -u USER -p PASSWORD SERVER

FreeRDP v1.1:

$ xfreerdp /dvc:ftrdpbr /u:USER /p:PASSWORD /v:SERVER

FreeRDP v2.0 and above:

$ xfreerdp /vc:ftrdpbr /u:USER /p:PASSWORD /v:SERVER

where:
USER — your remote desktop account username;
PASSWORD — your remote desktop account password;
SERVER — remote desktop server IP or network addresss.