Skip to main content
Skip table of contents

I have set the Bat up following the directions, but it still does not work?

The 3D input device, or Bat, communicates with the Fledermaus application via the Device3Dserver applet. If you ever have problems with the Bat this program can be run independently to fault find. However, you should first check the obvious:

 

  • Is the device connected to the serial port you are trying to use and turned on?
  • Are the preferences in Fledermaus set to the correct port and type of device?

When troubleshooting it is best to directly run the Device3DServer applet from the command line that lets you see a scrolling list of numbers when operating correctly. Once running you can also then run Fledermaus separately and change to the 3D flight mode.

 

Things to check first:


- PC Windows Platform:

 

If the Bat is turned on and the serial cable is plugged in when Windows is booted, Windows will try and configure a serial mouse for the Bat. So make sure the Bat is off when booting a windows machine.


- Any Unix platform:

 

Double-check the serial port permissions. Often they are configured by default to only allow reading from the serial port. The Bat requires both read and write permissions.

 

Depending on platform the serial port device name is:

 

           Linux
Port #1: /dev/ttyS0
Port #2: /dev/ttyS1

To see permissions: ls -l

Become root: and do a chmod 777 . This gives full permissions to the port. The execute permission is not strictly necessary but is probably a good idea.


To Test The Device:

 

Run the program: Device3DServer -h for help. The Device3DServer can be found under Windows: C:\Program Files\IVS7\bin.

 

Example: 

Windows: Device3DServer -device Isotrak2 -port COM1 -v

Linux: Device3DServer -device Isotrak2 -port /dev/ttyS0 -v

 

Don't forget the -v command for verbose output. You will see a few messages and if all is well after 4-8 seconds you should see a continuous stream of numbers. If you do and they're not all zeros then the Bat is working and all should be well.

 

On the Unix platforms if you get the message unable to open port, and you have previously checked the permissions, then this often means that the cable connecting the computer to the Bat is missing a NULL modem adapter (or has one too many).

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.