Drivers Fuji Heavy Industries USB Devices
- Fuji Heavy Industries reserves the right to change the specifications and design without prior notice, with no obligation to perform the same or equivalent changes to vehicles sold.
- Subaru of America, Inc. Is a wholly owned subsidiary of Fuji Heavy Industries Ltd. Headquartered in Cherry Hill, N.J., the company markets and distributes Subaru Symmetrical All-Wheel Drive vehicles, parts and accessories through a network of more than 600 dealers across the United States.
Exhibition outline of the 38th Tokyo Motor Show for Commercial & Barrier - free Vehicles. October 14, 2004, Tokyo - Fuji Heavy Industries Ltd. (FHI), a global manufacturer of transportation and aerospace-related products and the maker of Subaru automobiles, today announced the major features of its exhibits at the 38th Tokyo Motor Show - Commercial & Barrier - free Vehicles, which will be held.
Look here: Subaru FreeSSM software solutions including
- Licence
- Supported Platforms
- Requirements
- Compilation
- Installation
- Starting FreeSSM
——————————————————————————–
Good to know:
FreeSSM is a free and easy to use diagnostic and adjustment tool for SUBARU®
vehicles. It currently supports the models LEGACY®, LIBERTY®, OUTBACK®, BAJA®,
IMPREZA®, FORESTER® and TRIBECA® starting with model year 1999 and provides
access to the engine and transmission control units.
PLEASE NOTE:
This program is NOT A PRODUCT OF FUJI HEAVY INDUSTRIES LTD. OR ANY SUBARU®-
ASSOCIATED COMPANY. It is a free reengineering project which is not contributed,
provided or supported by any company in any way.
All trademarks are property of Fuji Heavy Industries Ltd. or their respective
owners.
——————————————————————————–
- LICENCE:
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.
You should have received a copy of the GNU General Public License along with
this program (see file LICENCE.txt). If not, see <http://www.gnu.org/licenses/>.
The use of this program is AT YOUR OWN RISK. The author is NOT LIABLE FOR ANY
EFFECTS caused by usage, including UNEXPECTED VEHICLE BEHAVIOR or DAMAGES.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of FUNCTIONALITY ON YOUR VEHICLE,
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
TinyXML is released under the zlib license, see src/tinyxml/readme.txt and www.sourceforge.net/projects/tinyxml for further informations.
Note that: you can also have a crack FreeSSM: http://www.chinacardiags.com/wholesale/freessm-car-fault-code-readers-engine-scanner-diagnosis-obdii-reset-tool-for-subaru.html no need license
Crack. Tested 100% though.
——————————————————————————–
- SUPPORTED PLATFORMS:
– Linux/X11
– Windows
With minor modifications, it should be possible to build FreeSSM on MacOS X
and other Unix systems, too, but there is currently no offical support.
——————————————————————————–
- REQUIREMENTS:
1.) FreeSSM source code (https://github.com/Comer352L/FreeSSM)
2.) Qt framework (www.qt.io/download)
Drivers Fuji Heavy Industries Usb Devices Adapter
Linux: Qt4 (>= 4.4.0) or Qt5
Packages are usually available in the distribution repositories.
Development packages are needed.
Windows: Qt5 (using MinGW, not MS Visual Studio)
Qt4 is not available for download anymore and the used MinGW
version is too old.
3.) MinGW (only for MS Windows)
MinGW is usually shipped with Qt and just needs to be selected during
the installation process.
However, in the past the installation process changed very often.
There were times when it had to be downloaded and installed manually.
Check mingw.org and sourceforge.net/projects/mingw in case you are forced
to install it manually.
——————————————————————————–
- COMPILATION:
Open a console window and switch to the FreeSSM-directory.
Preparation:
$ qmake
or (if you have Qt4 AND Qt5 installed)
$ qmake-qt4 or $ qmake-qt5 (depending on your system environment)
Compilation:
$ make release
or
$ make debug
Translation files:
$ make translation
NOTE (Windows only): depending on the used Qt-version and system configuration,
‘mingw32-make’ must be called instead of ‘make’.
——————————————————————————–
- INSTALLATION:
$ make release-install
or
$ make debug-install
=> the application will be installed to
– Linux: the users home-directory (/home/userXYZ/FreeSSM)
– Windows: C:FreeSSM (can be moved after installation)
Uninstallation:
$ make release-uninstall
or
$ make debug-uninstall
——————————————————————————–
- STARTINGFreeSSM:
First, switch to the installation folder (see 5.).
Linux:
$ ./FreeSSM
Windows:
$ freessm