Skip to content

acute-technology-inc/tba-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TravelBus Anaylzer Desktop Application (Linux Release)

Public release of TravelBus Analyzer desktop application for Acute's TravelBus products.

NOTE: The application on Linux platform are still marked as beta versions. Please create an issue if you encounter any errors when running the program.

Supported Models

Types Product
Logic Analyzer Acute TravelBus 3000 series
Acute TravelBus 2000 series
Acute TravelBus 1000 series

Supported Operating System

Ubuntu 18.04+ (Bionic Beaver)

Download TravelBus Analyzer

Download the latest version of the application from the Releases page.

TravelBus Analyzer application is provided in an AppImage format, and all previous versions can also be found in the release page.

Update TravelBus Analyzer

One can update it manually by downloading the latest version of the application.

Or, you can use AppImageUpdate GUI tool to update the application. Execute AppImageUpdate-x86_64.AppImage and select TravelBus_Analyzer-x86_64.AppImage for updating.

See also AppImageUpdate for more information.

Instructions

AppImages requires making the file into executable before using it.

Check the box that says Allow executing file as program as shown in the image.

Demo Image

Or, you can type

    chmod a+x TravelBus_Analyzer-x86_64.AppImage

Simply double-click the file to launch the application after the file is changed into an executable file.

Next, the application requires udev rules to allow non-root access to Acute’s devices. Thus, you may need to install the udev rule file that you can obtain from LinuxSoftwareResources.tar.gz.

  1. Download the udev file.

  2. Type the following command in the terminal.

    sudo cp 99-AcuteUSB.rules /etc/udev/rules.d
    
  3. Restart PC.

  4. Launch the application.

Troubleshooting

See Troubleshooting guide if you encounter any issues regarding the application.