Table of Contents

LX800 serial port connection

In this guide we will explain how to connect via serial port to LX800 devices.
You will need a Null-Modem cable (to see its pin-out, read here), a common Serial one is not enough.
Moreover, if your PC doesn't have a Serial Port, you will also need an USB to Serial DB9 converter.

Now that you have all the equipment you are able to connect your PC to the FoxBox LX800, better if switched off. Follow the right section below, depending on the operating system running on your PC.

Windows

We will need the software HyperTerminal. Usually it is already installed in the Accessories directory, but if not you can download it from here.
Another option is to use Putty, available here. In both the cases, please refer to software's manual to see how to use them.

Once opened, HyperTerminal will prompt a window in which you will have to write the name of the connection:

In the next window, select the COM port linked to the cable (if you don't know it, you can test them starting from COM1 until you find it):

Now you will see a window asking for the properties of the serial connection. Copy the configuration from the image below and click OK:

Now the configuration is complete. You can switch on the FoxBox, and after the boot procedure you will be able to connect to the device using the same credentials needed to access it via SSH.

Unix

We will need the software Minicom. On a classic Debian, you can install it with:

apt-get update
apt-get install minicom

The software should be already working, but we need to check some configuration. To do so, launch it with:

minicom -s

and enter the menu Serial port setup. Here you have to check that the voices are like:
A - Serial Device : /dev/ttyUSB0 (portname on your PC)
B - Lockfile Location : /var/lock (default)
C - Callin Program : (empty)
D - Callout Program : (empty)
E - Bps/Par/Bits : 38400 8N1 (LX800 speed)
F - Hardware Flow Control : Yes (default)
G - Software Flow Control : No (default)
Once completed the configuration, go back to main menu and select the Exit voice to close the configuration and start the process.

Now you can switch on the FoxBox, and after the boot procedure you will be able to connect to the device using the same credentials needed to access it via SSH.