Prerequisites
=============
This software requires mono v3.4 or above and gtk-sharp2 library.
Most Linux distributions already have mono and gtk-sharp2 packages in their repositories.
Install the packages with your package manager or see http://www.mono-project.com/download/#download-lin for instructions.

USB serial converter
====================
Most USB serial converters are handled automatically by the usbserial kernel module. After the converter is plugged 
into USB port you should see a message like this in your log files:

kernel: usb 2-2: pl2303 converter now attached to ttyUSBX

Check presence and permissions of the device (ls -l /dev/ttyUSBX)

crw-rw---- 1 root dialout 4, xx Jun 12 14:16 /dev/ttyUSBX

X stands for a number.

Note that in some Linux distributions instead of dialout group, the character device may have rights for the uucp group.
Make sure your account is a member of dialout or uucp group, respectively.

Running
=======

$ ./ACOM.Terminal.sh

