Commit Graph

1418 Commits

Author SHA1 Message Date
Dale Schultz 28027f8aa3 Adjusted Dialog size and font to make all text visible on Linux platform. 2013-06-15 23:48:09 -04:00
Dale Schultz 9b0b9a8ae7 Update to include the <rom> 'base' attribute into the EcuDefinition object 2013-06-14 17:16:33 -04:00
Dale Schultz 0e9ac94365 Changed SSM test tool's write command to use write address rather than write block. 2013-06-06 23:26:02 -04:00
Dale Schultz d9867d6cc7 Implement SSM global timing and idle RPM adjustment tool. 2013-06-06 23:24:13 -04:00
Dale Schultz 841ba982ee Implement diagnostics code reading via SSM and results display panel. 2013-06-01 16:35:05 -04:00
Dale Schultz d8281aec8a Changed method getLoggerOutputDirPath to static. 2013-06-01 14:51:37 -04:00
Dale Schultz 96eb0b4bc2 Parse Logger definition for diagnostic codes. 2013-05-27 17:39:49 -04:00
Dale Schultz 2484deabfc Implement Diagnostic Trouble Codes parsing from logger definition. 2013-05-27 17:38:27 -04:00
Dale Schultz 1c9467704f Added missing version attribute definition 2013-05-15 23:02:55 -04:00
Dale Schultz 77ad62b1a6 Convert end of line delimiter to LF 2013-05-15 18:16:14 -04:00
Dale Schultz dafd6a23ae Fixed Array Index out of Range Exception when reading Extended parameter on non-patched CAN ECU. 2013-05-15 18:11:50 -04:00
Dale Schultz acf7e48f71 Update to support dis-contiguous logger parameter addresses. Must be used with logger.xml definition version 155 or higher. 2013-05-15 18:08:28 -04:00
Dale Schultz 25f167e5ad Update to Logger to support signed integer ECU parameter response values 2013-05-15 17:41:07 -04:00
Masaki Muranaka 426e5b2fb7 Remove unused imports. 2013-05-12 14:54:38 +09:00
Dale Schultz 7eb646599f Update to check for settings.xml in the app start dir to better support the portable distribution. 2013-04-30 22:53:09 -04:00
Dale Schultz 41a35c92f1 Update to break up TCU CAN queries to fit in CAN frames of 8 bytes or less. 2013-04-28 23:03:02 -04:00
Dale Schultz 94d3a85c43 Changed buildRequest byte buffer to be a class instance variable. 2013-04-22 22:59:41 -04:00
Dale Schultz adfafabbc1 Changed buildRequest byte buffer to be a class instance variable. 2013-04-22 22:59:10 -04:00
Dale Schultz c33d1921bc Corrected Debugging message text 2013-04-22 22:50:38 -04:00
Dale Schultz b6927545f9 Changed Eclipse output folder to stop Ant and Eclipse from overwriting each other. 2013-04-22 22:49:54 -04:00
Dale Schultz 509807cbf6 Split long queries when using ISO15765 to query the TCU 2013-04-07 23:07:11 -04:00
Dale Schultz df46735759 Added timeout so GUI is not blocked if QueryManger thread does not terminate in a timely fashion 2013-04-07 23:04:36 -04:00
Walter 0ca284ff06 Fixed Index out of Range Exception. 2013-04-05 00:33:02 -05:00
Dale Schultz 75f74f9607 Release Candidate 0.5.6 RC6 2013-03-24 10:31:51 -04:00
Dale Schultz dbbfc75050 Implement a class to shorten the profile and log filename when displayed in the Logger's title bar 2013-03-24 00:41:16 -04:00
Dale Schultz 413e69f36b Add a platform check so CAN logging option is only available on Windows systems
(when/if the J2534 API becomes available for non-Windows this condition can be removed)
2013-03-24 00:37:32 -04:00
Dale Schultz 55b654afb9 Add custom toString method to be consistent with other connection property classes 2013-03-24 00:33:56 -04:00
Dale Schultz bf088a588c Update SSM Test App so it always uses IOS9141 to read address ranges 2013-03-23 17:48:07 -04:00
Dale Schultz 40a9ecaca3 Added a test app to exercise J2534/ISO15765 messaging
Can be called from the commandline as follows:
java -cp RomRaider.jar com.romraider.io.j2534.api.TestJ2534IsoTp [J2534dll]
2013-03-23 16:29:24 -04:00
Dale Schultz e4903b2b4a Fix method getVbattery as it incorrectly expected the channelID rather than DeviceID 2013-03-23 16:12:16 -04:00
Dale Schultz 5b82a3ad26 Refactor buildLogToFileButton so button label changes for start/stop 2013-03-23 11:09:09 -04:00
Dale Schultz e128bccf4f Fix for issue https://github.com/RomRaider/RomRaider/issues/4 2013-03-22 17:38:22 -04:00
Dale Schultz 487894ceb3 Implement a user Settings option to force en_US number format in log files 2013-03-21 23:07:40 -04:00
Dale Schultz 64568a4633 Refactor constructEcuResetRequest method 2013-03-20 22:47:22 -04:00
Dale Schultz a338c35029 Refactor buildRequest method 2013-03-20 22:43:35 -04:00
Dale Schultz da0616eb8d Updated the date in new source files 2013-03-19 23:24:26 -04:00
Dale Schultz ba67b1a457 Refactor to add CAN bus logging support 2013-03-19 23:17:43 -04:00
Dale Schultz 5c108dde19 Fixed SSM Logger connection to select Class to be used based on protocol and transport.
This required renaming protocol.ssm Package to make it transport specific.
2013-03-10 23:31:14 -04:00
Dale Schultz 87f04c5b17 Implement a J2534 connection factory to load protocol class by user selection 2013-03-10 10:31:06 -04:00
Dale Schultz 899f58f13b Rename/Refactor class as it is ISO9141 specific 2013-03-09 14:02:42 -05:00
Dale Schultz 58d18c851c Add support to log from External sensors only by unchecking both ECU/TCU 2013-03-09 13:57:56 -05:00
Dale Schultz 197554daaf Add some more J2534 methods and interface signatures for ISO-TP 2013-03-07 23:21:00 -05:00
Steve Wadsworth eb93cd39aa Add utility class for checking JRE parameters, only 32-bit check for now
Add warning when Editor starts in non-32-bit JRE
Add hard error when Logger starts in non-32-bit JRE
2013-01-08 19:26:22 -05:00
Dale Schultz b41569083b Fix classpath to allow Run and Debug to work from within Eclipse 2013-01-08 18:49:33 -05:00
Dale Schultz 94eadb1c99 Add gitattribute file 2013-01-05 15:10:43 -05:00
Dale Schultz 52149594a0 Fixed RomRaider program menu icons in Linux installer 2013-01-05 14:57:39 -05:00
Dale Schultz f8d554c292 Removed Jinvoke item as it is no longer in the lib dir 2013-01-05 13:49:18 -05:00
Dale Schultz da7b7587b5 Fixed RomRaider program menu icons in Windows installer 2013-01-05 13:38:49 -05:00
Merp cda9f76071 Moved graphics to standard resource directory structure. Updated classpath, ant build.xml, launch4j templates, and source code graphics references to reflect changes. 2013-01-05 17:27:30 +01:00
Merp 903f300423 Moved src to standard build location as used by maven2/buildr/gradle/easyant directory structure. Updated gitignore, classpath, and ant build.xml to reflect changes. 2013-01-05 14:56:30 +01:00