├── .gitignore ├── LICENSE.md ├── README.md ├── SharpAutoId ├── AutoIdConfiguration.cs ├── AutoIdHelper.cs ├── AutoIdHelper_ISO15765.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── AssemblyInfo.tt │ └── AutoIdRoutines.json ├── README.md └── SharpAutoId.csproj ├── SharpExpressions ├── PassThruExpression.cs ├── PassThruExpressionExtensions.cs ├── PassThruExpressionGenerator.cs ├── PassThruExpressionRegex.cs ├── PassThruExpressionTableGenerator.cs ├── PassThruExpressionTypes.cs ├── PassThruExpressions │ ├── PassThruCloseExpression.cs │ ├── PassThruConnectExpression.cs │ ├── PassThruDisconnectExpression.cs │ ├── PassThruIoctlExpression.cs │ ├── PassThruOpenExpression.cs │ ├── PassThruReadMessagesExpression.cs │ ├── PassThruStartMessageFilterExpression.cs │ ├── PassThruStopMessageFilterExpression.cs │ └── PassThruWriteMessagesExpression.cs ├── PassThruPropertyAttribute.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── AssemblyInfo.tt │ └── ExpressionRegexValues.json └── SharpExpressions.csproj ├── SharpPipes ├── PassThruPipe.cs ├── PassThruPipeReader.cs ├── PassThruPipeWriter.cs ├── Properties │ ├── AssemblyInfo.cs │ └── AssemblyInfo.tt └── SharpPipes.csproj ├── SharpSimulator ├── PassThruSimulationChannel.cs ├── PassThruSimulationConfiguration.cs ├── PassThruSimulationGenerator.cs ├── PassThruSimulationPlayer.cs ├── PassThruSimulationSupport │ ├── PassThruSimChannelExtensions.cs │ ├── PassThruSimChannelJsonConverter.cs │ └── PassThruSimConfigJsonConverter.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── AssemblyInfo.tt │ └── DefaultSimConfigurations.json ├── README.md └── SharpSimulator.csproj ├── SharpWrap2534.sln ├── SharpWrap2534.sln.DotSettings ├── SharpWrapper ├── J2534Api │ ├── J2534ApiInstance.cs │ └── J2534ApiMarshaller.cs ├── J2534Objects │ ├── J2534Channel.cs │ ├── J2534Device.cs │ ├── J2534Dll.cs │ ├── J2534Filter.cs │ └── J2534PeriodicMessage.cs ├── PassThruImport │ ├── PassThruApiImporter.cs │ ├── PassThruDelegates.cs │ └── PassThruImportDLLs.cs ├── PassThruSupport │ ├── PtFilterJsonConverter.cs │ ├── PtMessageJsonConverter.cs │ └── PtTextTableGenerator.cs ├── PassThruTypes │ ├── PassThruConstants.cs │ ├── PassThruEnums.cs │ ├── PassThruException.cs │ ├── PassThruStructs.cs │ └── PassThruStructsNative.cs ├── Properties │ ├── AssemblyInfo.cs │ └── AssemblyInfo.tt ├── README.md ├── Sharp2534Session.cs ├── SharpWrapper.csproj └── packages.config └── SharpWrapperTests ├── Properties └── AssemblyInfo.cs ├── SharpAutoId └── SharpAutoIdTests.cs ├── SharpExpressions └── SharpExpressionsTests.cs ├── SharpPipes └── SharpPipesTests.cs ├── SharpSimulator └── SharpSimulatorTests.cs ├── SharpWrapper └── SharpWrapperTests.cs ├── SharpWrapperTests.csproj ├── TestInitializers.cs └── TestJ2534Logs ├── 2008_VOLKSWAGEN_GTI_WVWHD71K28W309719 ├── GDP3_2020-05-06_09-16-55_0131.txt ├── GDP3_2020-05-06_09-22-31_0251.txt └── SimTech │ ├── GDP3_2020-05-06_09-16-55_0131.txt │ ├── DebugRegex │ │ ├── CLEANING_REGEX_DEBUGGING_0.txt │ │ ├── CLEANING_REGEX_DEBUGGING_1.txt │ │ ├── CLEANING_REGEX_DEBUGGING_2.txt │ │ ├── CleanedOutputComms.txt │ │ ├── OriginalExtractedComms.txt │ │ └── PARSING_REGEX_DEBUGGING_0.txt │ └── OriginalLog.txt │ └── GDP3_2020-05-06_09-22-31_0251.txt │ ├── DebugRegex │ ├── CleanedOutputComms.txt │ └── OriginalExtractedComms.txt │ └── OriginalLog.txt ├── 2009_FORD_ESCAPE_1FMCU94G79KC58221 ├── CarDAQPlus2_2020-06-09_09-47-42_0521.txt ├── CarDAQPlus2_2020-06-09_11-31-00_0961.txt ├── CarDAQPlus2_2020-06-09_11-31-08_0700.txt ├── CarDAQPlus2_2020-06-09_11-32-47_0712.txt ├── CarDAQPlus2_2020-06-09_11-33-29_0618.txt ├── CarDAQPlus2_2020-06-09_11-33-38_0652.txt ├── CarDAQPlus2_2020-06-09_11-34-06_0372.txt ├── CarDAQPlus2_2020-06-09_11-34-07_0071.txt ├── CarDAQPlus2_2020-06-09_11-34-18_0926.txt └── CarDAQPlus2_2020-06-09_11-34-20_0810.txt ├── 2015_CHEVY_CAMARO_2G1FD1E35F9249280 ├── CarDAQPlus3_12222022_2015_CHEVY_CAMARO_2G1FD1E35F9249280.ptExp ├── CarDAQPlus3_12222022_2015_CHEVY_CAMARO_2G1FD1E35F9249280.ptSim └── CarDAQPlus3_12222022_2015_CHEVY_CAMARO_2G1FD1E35F9249280.txt ├── 2015_CHEVY_CORVETTE_1G1YK2D74F5109288 ├── CarDAQPlus3_12222022_2015_CHEVY_CORVETTE_1G1YK2D74F5109288.ptExp ├── CarDAQPlus3_12222022_2015_CHEVY_CORVETTE_1G1YK2D74F5109288.ptSim └── CarDAQPlus3_12222022_2015_CHEVY_CORVETTE_1G1YK2D74F5109288.txt ├── 2015_CHEVY_ENCORE_KL4CJFSB0FB135241 └── CarDAQPlus4_2020-09-24_15-29-27_0698.txt ├── 2015_GMC_ENCORE_KL4CJFSB0FB135241 └── CarDAQPlus4_2020-09-24_15-29-27_0698.txt ├── 2015_TOTOTA_PRIUS_JTDKN3DU0F0455660 └── GDP3_2020-07-27_15-29-02_0738.txt ├── 2015_TOYOTA_CAMRY_4T1BD1FK8FU154450 ├── GDP3_2020-06-05_14-41-14_0840.txt ├── GDP3_2020-06-05_14-42-43_0317.txt ├── GDP3_2020-06-05_14-44-24_0634.txt ├── GDP3_2020-06-05_14-44-25_0173.txt ├── GDP3_2020-06-05_14-44-30_0978.txt ├── GDP3_2020-06-05_14-44-33_0329.txt ├── GDP3_2020-06-05_14-44-36_0525.txt └── GDP3_2020-06-05_14-44-37_0060.txt ├── 2015_TOYOTA_PRIUS_JTDKN3DU0F0455660 └── GDP3_2020-07-27_15-29-02_0738.txt ├── 2016_CHEVY_SILVERADO_3GCUKREC9GG389021 ├── CarDAQPlus3_12202022_2016_CHEVY_SILVERADO_3GCUKREC9GG389021.ptExp ├── CarDAQPlus3_12202022_2016_CHEVY_SILVERADO_3GCUKREC9GG389021.ptSim └── CarDAQPlus3_12202022_2016_CHEVY_SILVERADO_3GCUKREC9GG389021.txt ├── 2017_BUICK_ENCLAVE_5GAKVBKD4HJ245493 └── CarDAQPlus3_2020-09-24_11-45-14_0980.txt ├── 2017_CHEVY_CRUZE_1G1FB1RS6H0114331 ├── CarDAQPlus3_12222022_2017_CHEVY_CAMARO_1G1FB1RS6H0114331.ptExp ├── CarDAQPlus3_12222022_2017_CHEVY_CAMARO_1G1FB1RS6H0114331.ptSim └── CarDAQPlus3_12222022_2017_CHEVY_CAMARO_1G1FB1RS6H0114331.txt ├── 2017_CHEVY_CRUZ_1G1BE5SM2H7273833 └── CarDAQPlus3_2020-09-24_12-03-31_0949.txt ├── 2017_CHEVY_EQUINOX_2GNALCEKXH1607814 └── CarDAQPlus4_2020-09-24_15-03-03_0604.txt ├── 2017_CHEVY_MALIBU_1G1ZE5ST3HF270256 └── CarDAQPlus3_2020-09-24_11-04-34_0689.txt ├── 2017_CHEVY_TRAVERSE_1GNKRFKD3HJ319326 └── CarDAQPlus3_2020-09-24_12-47-05_0706.txt ├── 2017_CHEVY_TRAX_3GNCJLSB0HL260186 └── CarDAQPlus4_2020-09-24_14-05-53_0983.txt ├── 2017_TOYOTA_HIGHLANDER_5TDJZRFH5HS394292 ├── CarDAQPlus4_2020-09-24_16-08-53_0381.txt ├── CarDAQPlus4_2020-09-24_16-08-58_0585.txt └── CarDAQPlus4_2020-09-24_16-11-54_0447.txt ├── 2017_TOYOTA_MALIBU_1G1ZE5ST3HF270256 └── CarDAQPlus3_2020-09-24_11-04-34_0689.txt ├── 2017_TOYOTA_YARIS_3MYDLBYV1HY158483 ├── AE_DriveQUICK_2017Yaris.txt ├── SimTech │ ├── ADAPT.MEM │ └── Debug.out ├── TIS_2017_Yaris_1.txt ├── TIS_2017_Yaris_2.txt └── TIS_2017_Yaris_3.txt ├── 2018_CHEVY_CRUZE_1G1BE5SM8J7247047 ├── CarDAQPlus3_12222022_2018_CHEVY_CRUZE_1G1BE5SM8J7247047.ptExp ├── CarDAQPlus3_12222022_2018_CHEVY_CRUZE_1G1BE5SM8J7247047.ptSim └── CarDAQPlus3_12222022_2018_CHEVY_CRUZE_1G1BE5SM8J7247047.txt ├── 2018_CHEVY_MALIBU_1G1ZB5ST0JF108065 ├── CarDAQPlus3_12222022_2018_CHEVY_MALIBU_1G1ZB5ST0JF108065.ptExp ├── CarDAQPlus3_12222022_2018_CHEVY_MALIBU_1G1ZB5ST0JF108065.ptSim └── CarDAQPlus3_12222022_2018_CHEVY_MALIBU_1G1ZB5ST0JF108065.txt ├── 2019_BUICK_REGAL-TOURX_W04GV8SX6J1065675 └── CarDAQPlus3_2020-05-07_11-50-36_0654.txt ├── 2020_GMC_SIERRA_3GTU9BEDXLG175726 ├── CarDAQPlus3_12202022_2020_GMC_SIERRA_3GTU9BEDXLG175726.ptExp ├── CarDAQPlus3_12202022_2020_GMC_SIERRA_3GTU9BEDXLG175726.ptSim └── CarDAQPlus3_12202022_2020_GMC_SIERRA_3GTU9BEDXLG175726.txt ├── 2020_TOYOTA_RAV4_2T3F1RFV8LC126932 ├── CarDAQPlus3_2023-08-22_13-11-55_0337.txt ├── CarDAQPlus3_2023-08-22_13-15-21_0973.txt ├── CarDAQPlus3_2023-08-22_13-16-02_0163.ptExp ├── CarDAQPlus3_2023-08-22_13-16-02_0163.ptSim ├── CarDAQPlus3_2023-08-22_13-16-02_0163.txt └── CarDAQPlus3_2023-08-22_2T3F1RFV8LC126932.txt ├── 2020_VOLKSWAGEN_JETTA_3VWCB7BU2LM026484 ├── CarDAQPlus3_2020-06-04_15-31-58_0518.txt ├── CarDAQPlus3_2020-06-04_15-34-43_0948.txt └── SimTech │ ├── CarDAQPlus3_2020-06-04_15-31-58_0518 │ └── DebugRegex │ │ ├── PTCOMMAND_CAN_HEADDERS.txt │ │ └── PTCOMMAND_COMMS_ONLY.txt │ └── CarDAQPlus3_2020-06-04_15-34-43_0948 │ └── DebugRegex │ ├── PTCOMMAND_CAN_HEADDERS.txt │ └── PTCOMMAND_COMMS_ONLY.txt ├── 2021_CHEVY_EQUINOX_3GNAXFEV3MS135227 ├── CarDAQPlus3_12222022_2021_CHEVY_EQUINOX_3GNAXFEV3MS135227.ptExp ├── CarDAQPlus3_12222022_2021_CHEVY_EQUINOX_3GNAXFEV3MS135227.ptSim └── CarDAQPlus3_12222022_2021_CHEVY_EQUINOX_3GNAXFEV3MS135227.txt ├── 2021_CHEVY_SILVERADO_3GCPYFEDXMG432098 ├── CarDAQPlus3_12202022_2021_CHEVY_SILVERADO_3GCPYFEDXMG432098.ptExp ├── CarDAQPlus3_12202022_2021_CHEVY_SILVERADO_3GCPYFEDXMG432098.ptSim └── CarDAQPlus3_12202022_2021_CHEVY_SILVERADO_3GCPYFEDXMG432098.txt ├── 2021_HYUNDAI_ELANTRA_5NPLN4AG4MH035182 ├── CarDAQPlus3_12212022_2021_HYUNDAI_ELANTRA_5NPLN4AG4MH035182.ptExp ├── CarDAQPlus3_12212022_2021_HYUNDAI_ELANTRA_5NPLN4AG4MH035182.ptSim └── CarDAQPlus3_12212022_2021_HYUNDAI_ELANTRA_5NPLN4AG4MH035182.txt ├── 2021_TOYOTA_ RAV4EV_4T3D6RFV0MU043147 ├── CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.ptExp ├── CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.ptSim └── CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.txt ├── 2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147 ├── CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.ptExp ├── CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.ptSim └── CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.txt ├── 2022_HONDA_ACCORD_1HGCV2F35NA004558 ├── CarDAQPlus3_2023-08-30_10-56-53_0119.txt ├── CarDAQPlus3_2023-08-30_10-57-03_0089.txt └── CarDAQPlus3_2023-08-30_1HGCV2F35NA004558.txt ├── 2022_HONDA_HRV_3CZRU5H57NM735050 ├── CarDAQPlus3_2023-09-19_09-18-36_0570.txt ├── CarDAQPlus3_2023-09-19_09-18-38_0908.txt ├── CarDAQPlus3_2023-09-19_09-18-54_0108.txt └── CarDAQPlus3_2023-09-19_09-19-09_0261.txt ├── 2022_HYUNDAI_TUSCON_5NMJB3AE3NH154607 ├── CarDAQPlus3_12212022_2022_HYUNDAI_TUSCON_5NMJB3AE3NH154607.ptExp ├── CarDAQPlus3_12212022_2022_HYUNDAI_TUSCON_5NMJB3AE3NH154607.ptSim └── CarDAQPlus3_12212022_2022_HYUNDAI_TUSCON_5NMJB3AE3NH154607.txt ├── 2022_TOYOTA_CAMRY_4T1C11AK0NU012595 ├── CarDAQPlus3_12212022_2022_TOYOTA_CAMRY_4T1C11AK0NU012595.ptExp ├── CarDAQPlus3_12212022_2022_TOYOTA_CAMRY_4T1C11AK0NU012595.ptSim └── CarDAQPlus3_12212022_2022_TOYOTA_CAMRY_4T1C11AK0NU012595.txt └── 2023_TOYOTA_CAMRY_4T1K61AK0PU780223 ├── CarDAQPlus3_2023-09-19_13-20-39_0066.txt ├── CarDAQPlus3_2023-09-19_13-21-10_0770.txt ├── CarDAQPlus3_2023-09-19_13-21-21_0356.txt ├── CarDAQPlus3_2023-09-19_13-21-25_0449.txt └── CarDAQPlus3_2023-09-19_13-22-23_0042.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | 2 | Copyright (C) 2021 Zack Walsh 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/README.md -------------------------------------------------------------------------------- /SharpAutoId/AutoIdConfiguration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpAutoId/AutoIdConfiguration.cs -------------------------------------------------------------------------------- /SharpAutoId/AutoIdHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpAutoId/AutoIdHelper.cs -------------------------------------------------------------------------------- /SharpAutoId/AutoIdHelper_ISO15765.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpAutoId/AutoIdHelper_ISO15765.cs -------------------------------------------------------------------------------- /SharpAutoId/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpAutoId/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SharpAutoId/Properties/AssemblyInfo.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpAutoId/Properties/AssemblyInfo.tt -------------------------------------------------------------------------------- /SharpAutoId/Properties/AutoIdRoutines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpAutoId/Properties/AutoIdRoutines.json -------------------------------------------------------------------------------- /SharpAutoId/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpAutoId/README.md -------------------------------------------------------------------------------- /SharpAutoId/SharpAutoId.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpAutoId/SharpAutoId.csproj -------------------------------------------------------------------------------- /SharpExpressions/PassThruExpression.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/PassThruExpression.cs -------------------------------------------------------------------------------- /SharpExpressions/PassThruExpressionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/PassThruExpressionExtensions.cs -------------------------------------------------------------------------------- /SharpExpressions/PassThruExpressionGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/PassThruExpressionGenerator.cs -------------------------------------------------------------------------------- /SharpExpressions/PassThruExpressionRegex.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/PassThruExpressionRegex.cs -------------------------------------------------------------------------------- /SharpExpressions/PassThruExpressionTableGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/PassThruExpressionTableGenerator.cs -------------------------------------------------------------------------------- /SharpExpressions/PassThruExpressionTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/PassThruExpressionTypes.cs -------------------------------------------------------------------------------- /SharpExpressions/PassThruExpressions/PassThruCloseExpression.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/PassThruExpressions/PassThruCloseExpression.cs -------------------------------------------------------------------------------- /SharpExpressions/PassThruExpressions/PassThruConnectExpression.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/PassThruExpressions/PassThruConnectExpression.cs -------------------------------------------------------------------------------- /SharpExpressions/PassThruExpressions/PassThruDisconnectExpression.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/PassThruExpressions/PassThruDisconnectExpression.cs -------------------------------------------------------------------------------- /SharpExpressions/PassThruExpressions/PassThruIoctlExpression.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/PassThruExpressions/PassThruIoctlExpression.cs -------------------------------------------------------------------------------- /SharpExpressions/PassThruExpressions/PassThruOpenExpression.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/PassThruExpressions/PassThruOpenExpression.cs -------------------------------------------------------------------------------- /SharpExpressions/PassThruExpressions/PassThruReadMessagesExpression.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/PassThruExpressions/PassThruReadMessagesExpression.cs -------------------------------------------------------------------------------- /SharpExpressions/PassThruExpressions/PassThruStartMessageFilterExpression.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/PassThruExpressions/PassThruStartMessageFilterExpression.cs -------------------------------------------------------------------------------- /SharpExpressions/PassThruExpressions/PassThruStopMessageFilterExpression.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/PassThruExpressions/PassThruStopMessageFilterExpression.cs -------------------------------------------------------------------------------- /SharpExpressions/PassThruExpressions/PassThruWriteMessagesExpression.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/PassThruExpressions/PassThruWriteMessagesExpression.cs -------------------------------------------------------------------------------- /SharpExpressions/PassThruPropertyAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/PassThruPropertyAttribute.cs -------------------------------------------------------------------------------- /SharpExpressions/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SharpExpressions/Properties/AssemblyInfo.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/Properties/AssemblyInfo.tt -------------------------------------------------------------------------------- /SharpExpressions/Properties/ExpressionRegexValues.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/Properties/ExpressionRegexValues.json -------------------------------------------------------------------------------- /SharpExpressions/SharpExpressions.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpExpressions/SharpExpressions.csproj -------------------------------------------------------------------------------- /SharpPipes/PassThruPipe.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpPipes/PassThruPipe.cs -------------------------------------------------------------------------------- /SharpPipes/PassThruPipeReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpPipes/PassThruPipeReader.cs -------------------------------------------------------------------------------- /SharpPipes/PassThruPipeWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpPipes/PassThruPipeWriter.cs -------------------------------------------------------------------------------- /SharpPipes/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpPipes/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SharpPipes/Properties/AssemblyInfo.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpPipes/Properties/AssemblyInfo.tt -------------------------------------------------------------------------------- /SharpPipes/SharpPipes.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpPipes/SharpPipes.csproj -------------------------------------------------------------------------------- /SharpSimulator/PassThruSimulationChannel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpSimulator/PassThruSimulationChannel.cs -------------------------------------------------------------------------------- /SharpSimulator/PassThruSimulationConfiguration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpSimulator/PassThruSimulationConfiguration.cs -------------------------------------------------------------------------------- /SharpSimulator/PassThruSimulationGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpSimulator/PassThruSimulationGenerator.cs -------------------------------------------------------------------------------- /SharpSimulator/PassThruSimulationPlayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpSimulator/PassThruSimulationPlayer.cs -------------------------------------------------------------------------------- /SharpSimulator/PassThruSimulationSupport/PassThruSimChannelExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpSimulator/PassThruSimulationSupport/PassThruSimChannelExtensions.cs -------------------------------------------------------------------------------- /SharpSimulator/PassThruSimulationSupport/PassThruSimChannelJsonConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpSimulator/PassThruSimulationSupport/PassThruSimChannelJsonConverter.cs -------------------------------------------------------------------------------- /SharpSimulator/PassThruSimulationSupport/PassThruSimConfigJsonConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpSimulator/PassThruSimulationSupport/PassThruSimConfigJsonConverter.cs -------------------------------------------------------------------------------- /SharpSimulator/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpSimulator/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SharpSimulator/Properties/AssemblyInfo.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpSimulator/Properties/AssemblyInfo.tt -------------------------------------------------------------------------------- /SharpSimulator/Properties/DefaultSimConfigurations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpSimulator/Properties/DefaultSimConfigurations.json -------------------------------------------------------------------------------- /SharpSimulator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpSimulator/README.md -------------------------------------------------------------------------------- /SharpSimulator/SharpSimulator.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpSimulator/SharpSimulator.csproj -------------------------------------------------------------------------------- /SharpWrap2534.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrap2534.sln -------------------------------------------------------------------------------- /SharpWrap2534.sln.DotSettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrap2534.sln.DotSettings -------------------------------------------------------------------------------- /SharpWrapper/J2534Api/J2534ApiInstance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/J2534Api/J2534ApiInstance.cs -------------------------------------------------------------------------------- /SharpWrapper/J2534Api/J2534ApiMarshaller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/J2534Api/J2534ApiMarshaller.cs -------------------------------------------------------------------------------- /SharpWrapper/J2534Objects/J2534Channel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/J2534Objects/J2534Channel.cs -------------------------------------------------------------------------------- /SharpWrapper/J2534Objects/J2534Device.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/J2534Objects/J2534Device.cs -------------------------------------------------------------------------------- /SharpWrapper/J2534Objects/J2534Dll.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/J2534Objects/J2534Dll.cs -------------------------------------------------------------------------------- /SharpWrapper/J2534Objects/J2534Filter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/J2534Objects/J2534Filter.cs -------------------------------------------------------------------------------- /SharpWrapper/J2534Objects/J2534PeriodicMessage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/J2534Objects/J2534PeriodicMessage.cs -------------------------------------------------------------------------------- /SharpWrapper/PassThruImport/PassThruApiImporter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/PassThruImport/PassThruApiImporter.cs -------------------------------------------------------------------------------- /SharpWrapper/PassThruImport/PassThruDelegates.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/PassThruImport/PassThruDelegates.cs -------------------------------------------------------------------------------- /SharpWrapper/PassThruImport/PassThruImportDLLs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/PassThruImport/PassThruImportDLLs.cs -------------------------------------------------------------------------------- /SharpWrapper/PassThruSupport/PtFilterJsonConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/PassThruSupport/PtFilterJsonConverter.cs -------------------------------------------------------------------------------- /SharpWrapper/PassThruSupport/PtMessageJsonConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/PassThruSupport/PtMessageJsonConverter.cs -------------------------------------------------------------------------------- /SharpWrapper/PassThruSupport/PtTextTableGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/PassThruSupport/PtTextTableGenerator.cs -------------------------------------------------------------------------------- /SharpWrapper/PassThruTypes/PassThruConstants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/PassThruTypes/PassThruConstants.cs -------------------------------------------------------------------------------- /SharpWrapper/PassThruTypes/PassThruEnums.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/PassThruTypes/PassThruEnums.cs -------------------------------------------------------------------------------- /SharpWrapper/PassThruTypes/PassThruException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/PassThruTypes/PassThruException.cs -------------------------------------------------------------------------------- /SharpWrapper/PassThruTypes/PassThruStructs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/PassThruTypes/PassThruStructs.cs -------------------------------------------------------------------------------- /SharpWrapper/PassThruTypes/PassThruStructsNative.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/PassThruTypes/PassThruStructsNative.cs -------------------------------------------------------------------------------- /SharpWrapper/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SharpWrapper/Properties/AssemblyInfo.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/Properties/AssemblyInfo.tt -------------------------------------------------------------------------------- /SharpWrapper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/README.md -------------------------------------------------------------------------------- /SharpWrapper/Sharp2534Session.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/Sharp2534Session.cs -------------------------------------------------------------------------------- /SharpWrapper/SharpWrapper.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/SharpWrapper.csproj -------------------------------------------------------------------------------- /SharpWrapper/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapper/packages.config -------------------------------------------------------------------------------- /SharpWrapperTests/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SharpWrapperTests/SharpAutoId/SharpAutoIdTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/SharpAutoId/SharpAutoIdTests.cs -------------------------------------------------------------------------------- /SharpWrapperTests/SharpExpressions/SharpExpressionsTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/SharpExpressions/SharpExpressionsTests.cs -------------------------------------------------------------------------------- /SharpWrapperTests/SharpPipes/SharpPipesTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/SharpPipes/SharpPipesTests.cs -------------------------------------------------------------------------------- /SharpWrapperTests/SharpSimulator/SharpSimulatorTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/SharpSimulator/SharpSimulatorTests.cs -------------------------------------------------------------------------------- /SharpWrapperTests/SharpWrapper/SharpWrapperTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/SharpWrapper/SharpWrapperTests.cs -------------------------------------------------------------------------------- /SharpWrapperTests/SharpWrapperTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/SharpWrapperTests.csproj -------------------------------------------------------------------------------- /SharpWrapperTests/TestInitializers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestInitializers.cs -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/GDP3_2020-05-06_09-16-55_0131.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/GDP3_2020-05-06_09-16-55_0131.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/GDP3_2020-05-06_09-22-31_0251.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/GDP3_2020-05-06_09-22-31_0251.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-16-55_0131.txt/DebugRegex/CLEANING_REGEX_DEBUGGING_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-16-55_0131.txt/DebugRegex/CLEANING_REGEX_DEBUGGING_0.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-16-55_0131.txt/DebugRegex/CLEANING_REGEX_DEBUGGING_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-16-55_0131.txt/DebugRegex/CLEANING_REGEX_DEBUGGING_1.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-16-55_0131.txt/DebugRegex/CLEANING_REGEX_DEBUGGING_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-16-55_0131.txt/DebugRegex/CLEANING_REGEX_DEBUGGING_2.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-16-55_0131.txt/DebugRegex/CleanedOutputComms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-16-55_0131.txt/DebugRegex/CleanedOutputComms.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-16-55_0131.txt/DebugRegex/OriginalExtractedComms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-16-55_0131.txt/DebugRegex/OriginalExtractedComms.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-16-55_0131.txt/DebugRegex/PARSING_REGEX_DEBUGGING_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-16-55_0131.txt/DebugRegex/PARSING_REGEX_DEBUGGING_0.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-16-55_0131.txt/OriginalLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-16-55_0131.txt/OriginalLog.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-22-31_0251.txt/DebugRegex/CleanedOutputComms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-22-31_0251.txt/DebugRegex/CleanedOutputComms.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-22-31_0251.txt/DebugRegex/OriginalExtractedComms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-22-31_0251.txt/DebugRegex/OriginalExtractedComms.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-22-31_0251.txt/OriginalLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2008_VOLKSWAGEN_GTI_WVWHD71K28W309719/SimTech/GDP3_2020-05-06_09-22-31_0251.txt/OriginalLog.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_09-47-42_0521.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_09-47-42_0521.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-31-00_0961.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-31-00_0961.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-31-08_0700.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-31-08_0700.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-32-47_0712.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-32-47_0712.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-33-29_0618.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-33-29_0618.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-33-38_0652.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-33-38_0652.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-34-06_0372.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-34-06_0372.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-34-07_0071.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-34-07_0071.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-34-18_0926.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-34-18_0926.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-34-20_0810.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2009_FORD_ESCAPE_1FMCU94G79KC58221/CarDAQPlus2_2020-06-09_11-34-20_0810.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_CHEVY_CAMARO_2G1FD1E35F9249280/CarDAQPlus3_12222022_2015_CHEVY_CAMARO_2G1FD1E35F9249280.ptExp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_CHEVY_CAMARO_2G1FD1E35F9249280/CarDAQPlus3_12222022_2015_CHEVY_CAMARO_2G1FD1E35F9249280.ptExp -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_CHEVY_CAMARO_2G1FD1E35F9249280/CarDAQPlus3_12222022_2015_CHEVY_CAMARO_2G1FD1E35F9249280.ptSim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_CHEVY_CAMARO_2G1FD1E35F9249280/CarDAQPlus3_12222022_2015_CHEVY_CAMARO_2G1FD1E35F9249280.ptSim -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_CHEVY_CAMARO_2G1FD1E35F9249280/CarDAQPlus3_12222022_2015_CHEVY_CAMARO_2G1FD1E35F9249280.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_CHEVY_CAMARO_2G1FD1E35F9249280/CarDAQPlus3_12222022_2015_CHEVY_CAMARO_2G1FD1E35F9249280.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_CHEVY_CORVETTE_1G1YK2D74F5109288/CarDAQPlus3_12222022_2015_CHEVY_CORVETTE_1G1YK2D74F5109288.ptExp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_CHEVY_CORVETTE_1G1YK2D74F5109288/CarDAQPlus3_12222022_2015_CHEVY_CORVETTE_1G1YK2D74F5109288.ptExp -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_CHEVY_CORVETTE_1G1YK2D74F5109288/CarDAQPlus3_12222022_2015_CHEVY_CORVETTE_1G1YK2D74F5109288.ptSim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_CHEVY_CORVETTE_1G1YK2D74F5109288/CarDAQPlus3_12222022_2015_CHEVY_CORVETTE_1G1YK2D74F5109288.ptSim -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_CHEVY_CORVETTE_1G1YK2D74F5109288/CarDAQPlus3_12222022_2015_CHEVY_CORVETTE_1G1YK2D74F5109288.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_CHEVY_CORVETTE_1G1YK2D74F5109288/CarDAQPlus3_12222022_2015_CHEVY_CORVETTE_1G1YK2D74F5109288.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_CHEVY_ENCORE_KL4CJFSB0FB135241/CarDAQPlus4_2020-09-24_15-29-27_0698.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_CHEVY_ENCORE_KL4CJFSB0FB135241/CarDAQPlus4_2020-09-24_15-29-27_0698.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_GMC_ENCORE_KL4CJFSB0FB135241/CarDAQPlus4_2020-09-24_15-29-27_0698.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_GMC_ENCORE_KL4CJFSB0FB135241/CarDAQPlus4_2020-09-24_15-29-27_0698.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_TOTOTA_PRIUS_JTDKN3DU0F0455660/GDP3_2020-07-27_15-29-02_0738.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_TOTOTA_PRIUS_JTDKN3DU0F0455660/GDP3_2020-07-27_15-29-02_0738.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_CAMRY_4T1BD1FK8FU154450/GDP3_2020-06-05_14-41-14_0840.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_CAMRY_4T1BD1FK8FU154450/GDP3_2020-06-05_14-41-14_0840.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_CAMRY_4T1BD1FK8FU154450/GDP3_2020-06-05_14-42-43_0317.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_CAMRY_4T1BD1FK8FU154450/GDP3_2020-06-05_14-42-43_0317.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_CAMRY_4T1BD1FK8FU154450/GDP3_2020-06-05_14-44-24_0634.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_CAMRY_4T1BD1FK8FU154450/GDP3_2020-06-05_14-44-24_0634.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_CAMRY_4T1BD1FK8FU154450/GDP3_2020-06-05_14-44-25_0173.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_CAMRY_4T1BD1FK8FU154450/GDP3_2020-06-05_14-44-25_0173.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_CAMRY_4T1BD1FK8FU154450/GDP3_2020-06-05_14-44-30_0978.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_CAMRY_4T1BD1FK8FU154450/GDP3_2020-06-05_14-44-30_0978.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_CAMRY_4T1BD1FK8FU154450/GDP3_2020-06-05_14-44-33_0329.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_CAMRY_4T1BD1FK8FU154450/GDP3_2020-06-05_14-44-33_0329.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_CAMRY_4T1BD1FK8FU154450/GDP3_2020-06-05_14-44-36_0525.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_CAMRY_4T1BD1FK8FU154450/GDP3_2020-06-05_14-44-36_0525.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_CAMRY_4T1BD1FK8FU154450/GDP3_2020-06-05_14-44-37_0060.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_CAMRY_4T1BD1FK8FU154450/GDP3_2020-06-05_14-44-37_0060.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_PRIUS_JTDKN3DU0F0455660/GDP3_2020-07-27_15-29-02_0738.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2015_TOYOTA_PRIUS_JTDKN3DU0F0455660/GDP3_2020-07-27_15-29-02_0738.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2016_CHEVY_SILVERADO_3GCUKREC9GG389021/CarDAQPlus3_12202022_2016_CHEVY_SILVERADO_3GCUKREC9GG389021.ptExp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2016_CHEVY_SILVERADO_3GCUKREC9GG389021/CarDAQPlus3_12202022_2016_CHEVY_SILVERADO_3GCUKREC9GG389021.ptExp -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2016_CHEVY_SILVERADO_3GCUKREC9GG389021/CarDAQPlus3_12202022_2016_CHEVY_SILVERADO_3GCUKREC9GG389021.ptSim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2016_CHEVY_SILVERADO_3GCUKREC9GG389021/CarDAQPlus3_12202022_2016_CHEVY_SILVERADO_3GCUKREC9GG389021.ptSim -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2016_CHEVY_SILVERADO_3GCUKREC9GG389021/CarDAQPlus3_12202022_2016_CHEVY_SILVERADO_3GCUKREC9GG389021.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2016_CHEVY_SILVERADO_3GCUKREC9GG389021/CarDAQPlus3_12202022_2016_CHEVY_SILVERADO_3GCUKREC9GG389021.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_BUICK_ENCLAVE_5GAKVBKD4HJ245493/CarDAQPlus3_2020-09-24_11-45-14_0980.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_BUICK_ENCLAVE_5GAKVBKD4HJ245493/CarDAQPlus3_2020-09-24_11-45-14_0980.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_CHEVY_CRUZE_1G1FB1RS6H0114331/CarDAQPlus3_12222022_2017_CHEVY_CAMARO_1G1FB1RS6H0114331.ptExp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_CHEVY_CRUZE_1G1FB1RS6H0114331/CarDAQPlus3_12222022_2017_CHEVY_CAMARO_1G1FB1RS6H0114331.ptExp -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_CHEVY_CRUZE_1G1FB1RS6H0114331/CarDAQPlus3_12222022_2017_CHEVY_CAMARO_1G1FB1RS6H0114331.ptSim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_CHEVY_CRUZE_1G1FB1RS6H0114331/CarDAQPlus3_12222022_2017_CHEVY_CAMARO_1G1FB1RS6H0114331.ptSim -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_CHEVY_CRUZE_1G1FB1RS6H0114331/CarDAQPlus3_12222022_2017_CHEVY_CAMARO_1G1FB1RS6H0114331.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_CHEVY_CRUZE_1G1FB1RS6H0114331/CarDAQPlus3_12222022_2017_CHEVY_CAMARO_1G1FB1RS6H0114331.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_CHEVY_CRUZ_1G1BE5SM2H7273833/CarDAQPlus3_2020-09-24_12-03-31_0949.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_CHEVY_CRUZ_1G1BE5SM2H7273833/CarDAQPlus3_2020-09-24_12-03-31_0949.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_CHEVY_EQUINOX_2GNALCEKXH1607814/CarDAQPlus4_2020-09-24_15-03-03_0604.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_CHEVY_EQUINOX_2GNALCEKXH1607814/CarDAQPlus4_2020-09-24_15-03-03_0604.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_CHEVY_MALIBU_1G1ZE5ST3HF270256/CarDAQPlus3_2020-09-24_11-04-34_0689.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_CHEVY_MALIBU_1G1ZE5ST3HF270256/CarDAQPlus3_2020-09-24_11-04-34_0689.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_CHEVY_TRAVERSE_1GNKRFKD3HJ319326/CarDAQPlus3_2020-09-24_12-47-05_0706.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_CHEVY_TRAVERSE_1GNKRFKD3HJ319326/CarDAQPlus3_2020-09-24_12-47-05_0706.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_CHEVY_TRAX_3GNCJLSB0HL260186/CarDAQPlus4_2020-09-24_14-05-53_0983.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_CHEVY_TRAX_3GNCJLSB0HL260186/CarDAQPlus4_2020-09-24_14-05-53_0983.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_HIGHLANDER_5TDJZRFH5HS394292/CarDAQPlus4_2020-09-24_16-08-53_0381.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_HIGHLANDER_5TDJZRFH5HS394292/CarDAQPlus4_2020-09-24_16-08-53_0381.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_HIGHLANDER_5TDJZRFH5HS394292/CarDAQPlus4_2020-09-24_16-08-58_0585.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_HIGHLANDER_5TDJZRFH5HS394292/CarDAQPlus4_2020-09-24_16-08-58_0585.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_HIGHLANDER_5TDJZRFH5HS394292/CarDAQPlus4_2020-09-24_16-11-54_0447.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_HIGHLANDER_5TDJZRFH5HS394292/CarDAQPlus4_2020-09-24_16-11-54_0447.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_MALIBU_1G1ZE5ST3HF270256/CarDAQPlus3_2020-09-24_11-04-34_0689.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_MALIBU_1G1ZE5ST3HF270256/CarDAQPlus3_2020-09-24_11-04-34_0689.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_YARIS_3MYDLBYV1HY158483/AE_DriveQUICK_2017Yaris.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_YARIS_3MYDLBYV1HY158483/AE_DriveQUICK_2017Yaris.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_YARIS_3MYDLBYV1HY158483/SimTech/ADAPT.MEM: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_YARIS_3MYDLBYV1HY158483/SimTech/Debug.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_YARIS_3MYDLBYV1HY158483/SimTech/Debug.out -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_YARIS_3MYDLBYV1HY158483/TIS_2017_Yaris_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_YARIS_3MYDLBYV1HY158483/TIS_2017_Yaris_1.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_YARIS_3MYDLBYV1HY158483/TIS_2017_Yaris_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_YARIS_3MYDLBYV1HY158483/TIS_2017_Yaris_2.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_YARIS_3MYDLBYV1HY158483/TIS_2017_Yaris_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2017_TOYOTA_YARIS_3MYDLBYV1HY158483/TIS_2017_Yaris_3.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2018_CHEVY_CRUZE_1G1BE5SM8J7247047/CarDAQPlus3_12222022_2018_CHEVY_CRUZE_1G1BE5SM8J7247047.ptExp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2018_CHEVY_CRUZE_1G1BE5SM8J7247047/CarDAQPlus3_12222022_2018_CHEVY_CRUZE_1G1BE5SM8J7247047.ptExp -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2018_CHEVY_CRUZE_1G1BE5SM8J7247047/CarDAQPlus3_12222022_2018_CHEVY_CRUZE_1G1BE5SM8J7247047.ptSim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2018_CHEVY_CRUZE_1G1BE5SM8J7247047/CarDAQPlus3_12222022_2018_CHEVY_CRUZE_1G1BE5SM8J7247047.ptSim -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2018_CHEVY_CRUZE_1G1BE5SM8J7247047/CarDAQPlus3_12222022_2018_CHEVY_CRUZE_1G1BE5SM8J7247047.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2018_CHEVY_CRUZE_1G1BE5SM8J7247047/CarDAQPlus3_12222022_2018_CHEVY_CRUZE_1G1BE5SM8J7247047.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2018_CHEVY_MALIBU_1G1ZB5ST0JF108065/CarDAQPlus3_12222022_2018_CHEVY_MALIBU_1G1ZB5ST0JF108065.ptExp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2018_CHEVY_MALIBU_1G1ZB5ST0JF108065/CarDAQPlus3_12222022_2018_CHEVY_MALIBU_1G1ZB5ST0JF108065.ptExp -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2018_CHEVY_MALIBU_1G1ZB5ST0JF108065/CarDAQPlus3_12222022_2018_CHEVY_MALIBU_1G1ZB5ST0JF108065.ptSim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2018_CHEVY_MALIBU_1G1ZB5ST0JF108065/CarDAQPlus3_12222022_2018_CHEVY_MALIBU_1G1ZB5ST0JF108065.ptSim -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2018_CHEVY_MALIBU_1G1ZB5ST0JF108065/CarDAQPlus3_12222022_2018_CHEVY_MALIBU_1G1ZB5ST0JF108065.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2018_CHEVY_MALIBU_1G1ZB5ST0JF108065/CarDAQPlus3_12222022_2018_CHEVY_MALIBU_1G1ZB5ST0JF108065.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2019_BUICK_REGAL-TOURX_W04GV8SX6J1065675/CarDAQPlus3_2020-05-07_11-50-36_0654.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2019_BUICK_REGAL-TOURX_W04GV8SX6J1065675/CarDAQPlus3_2020-05-07_11-50-36_0654.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2020_GMC_SIERRA_3GTU9BEDXLG175726/CarDAQPlus3_12202022_2020_GMC_SIERRA_3GTU9BEDXLG175726.ptExp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2020_GMC_SIERRA_3GTU9BEDXLG175726/CarDAQPlus3_12202022_2020_GMC_SIERRA_3GTU9BEDXLG175726.ptExp -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2020_GMC_SIERRA_3GTU9BEDXLG175726/CarDAQPlus3_12202022_2020_GMC_SIERRA_3GTU9BEDXLG175726.ptSim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2020_GMC_SIERRA_3GTU9BEDXLG175726/CarDAQPlus3_12202022_2020_GMC_SIERRA_3GTU9BEDXLG175726.ptSim -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2020_GMC_SIERRA_3GTU9BEDXLG175726/CarDAQPlus3_12202022_2020_GMC_SIERRA_3GTU9BEDXLG175726.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2020_GMC_SIERRA_3GTU9BEDXLG175726/CarDAQPlus3_12202022_2020_GMC_SIERRA_3GTU9BEDXLG175726.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2020_TOYOTA_RAV4_2T3F1RFV8LC126932/CarDAQPlus3_2023-08-22_13-11-55_0337.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2020_TOYOTA_RAV4_2T3F1RFV8LC126932/CarDAQPlus3_2023-08-22_13-11-55_0337.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2020_TOYOTA_RAV4_2T3F1RFV8LC126932/CarDAQPlus3_2023-08-22_13-15-21_0973.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2020_TOYOTA_RAV4_2T3F1RFV8LC126932/CarDAQPlus3_2023-08-22_13-15-21_0973.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2020_TOYOTA_RAV4_2T3F1RFV8LC126932/CarDAQPlus3_2023-08-22_13-16-02_0163.ptExp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2020_TOYOTA_RAV4_2T3F1RFV8LC126932/CarDAQPlus3_2023-08-22_13-16-02_0163.ptExp -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2020_TOYOTA_RAV4_2T3F1RFV8LC126932/CarDAQPlus3_2023-08-22_13-16-02_0163.ptSim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2020_TOYOTA_RAV4_2T3F1RFV8LC126932/CarDAQPlus3_2023-08-22_13-16-02_0163.ptSim -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2020_TOYOTA_RAV4_2T3F1RFV8LC126932/CarDAQPlus3_2023-08-22_13-16-02_0163.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2020_TOYOTA_RAV4_2T3F1RFV8LC126932/CarDAQPlus3_2023-08-22_13-16-02_0163.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2020_TOYOTA_RAV4_2T3F1RFV8LC126932/CarDAQPlus3_2023-08-22_2T3F1RFV8LC126932.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2020_TOYOTA_RAV4_2T3F1RFV8LC126932/CarDAQPlus3_2023-08-22_2T3F1RFV8LC126932.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2020_VOLKSWAGEN_JETTA_3VWCB7BU2LM026484/CarDAQPlus3_2020-06-04_15-31-58_0518.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2020_VOLKSWAGEN_JETTA_3VWCB7BU2LM026484/CarDAQPlus3_2020-06-04_15-31-58_0518.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2020_VOLKSWAGEN_JETTA_3VWCB7BU2LM026484/CarDAQPlus3_2020-06-04_15-34-43_0948.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2020_VOLKSWAGEN_JETTA_3VWCB7BU2LM026484/CarDAQPlus3_2020-06-04_15-34-43_0948.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2020_VOLKSWAGEN_JETTA_3VWCB7BU2LM026484/SimTech/CarDAQPlus3_2020-06-04_15-31-58_0518/DebugRegex/PTCOMMAND_CAN_HEADDERS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2020_VOLKSWAGEN_JETTA_3VWCB7BU2LM026484/SimTech/CarDAQPlus3_2020-06-04_15-31-58_0518/DebugRegex/PTCOMMAND_CAN_HEADDERS.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2020_VOLKSWAGEN_JETTA_3VWCB7BU2LM026484/SimTech/CarDAQPlus3_2020-06-04_15-31-58_0518/DebugRegex/PTCOMMAND_COMMS_ONLY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2020_VOLKSWAGEN_JETTA_3VWCB7BU2LM026484/SimTech/CarDAQPlus3_2020-06-04_15-31-58_0518/DebugRegex/PTCOMMAND_COMMS_ONLY.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2020_VOLKSWAGEN_JETTA_3VWCB7BU2LM026484/SimTech/CarDAQPlus3_2020-06-04_15-34-43_0948/DebugRegex/PTCOMMAND_CAN_HEADDERS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2020_VOLKSWAGEN_JETTA_3VWCB7BU2LM026484/SimTech/CarDAQPlus3_2020-06-04_15-34-43_0948/DebugRegex/PTCOMMAND_CAN_HEADDERS.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2020_VOLKSWAGEN_JETTA_3VWCB7BU2LM026484/SimTech/CarDAQPlus3_2020-06-04_15-34-43_0948/DebugRegex/PTCOMMAND_COMMS_ONLY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2020_VOLKSWAGEN_JETTA_3VWCB7BU2LM026484/SimTech/CarDAQPlus3_2020-06-04_15-34-43_0948/DebugRegex/PTCOMMAND_COMMS_ONLY.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2021_CHEVY_EQUINOX_3GNAXFEV3MS135227/CarDAQPlus3_12222022_2021_CHEVY_EQUINOX_3GNAXFEV3MS135227.ptExp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2021_CHEVY_EQUINOX_3GNAXFEV3MS135227/CarDAQPlus3_12222022_2021_CHEVY_EQUINOX_3GNAXFEV3MS135227.ptExp -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2021_CHEVY_EQUINOX_3GNAXFEV3MS135227/CarDAQPlus3_12222022_2021_CHEVY_EQUINOX_3GNAXFEV3MS135227.ptSim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2021_CHEVY_EQUINOX_3GNAXFEV3MS135227/CarDAQPlus3_12222022_2021_CHEVY_EQUINOX_3GNAXFEV3MS135227.ptSim -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2021_CHEVY_EQUINOX_3GNAXFEV3MS135227/CarDAQPlus3_12222022_2021_CHEVY_EQUINOX_3GNAXFEV3MS135227.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2021_CHEVY_EQUINOX_3GNAXFEV3MS135227/CarDAQPlus3_12222022_2021_CHEVY_EQUINOX_3GNAXFEV3MS135227.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2021_CHEVY_SILVERADO_3GCPYFEDXMG432098/CarDAQPlus3_12202022_2021_CHEVY_SILVERADO_3GCPYFEDXMG432098.ptExp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2021_CHEVY_SILVERADO_3GCPYFEDXMG432098/CarDAQPlus3_12202022_2021_CHEVY_SILVERADO_3GCPYFEDXMG432098.ptExp -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2021_CHEVY_SILVERADO_3GCPYFEDXMG432098/CarDAQPlus3_12202022_2021_CHEVY_SILVERADO_3GCPYFEDXMG432098.ptSim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2021_CHEVY_SILVERADO_3GCPYFEDXMG432098/CarDAQPlus3_12202022_2021_CHEVY_SILVERADO_3GCPYFEDXMG432098.ptSim -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2021_CHEVY_SILVERADO_3GCPYFEDXMG432098/CarDAQPlus3_12202022_2021_CHEVY_SILVERADO_3GCPYFEDXMG432098.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2021_CHEVY_SILVERADO_3GCPYFEDXMG432098/CarDAQPlus3_12202022_2021_CHEVY_SILVERADO_3GCPYFEDXMG432098.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2021_HYUNDAI_ELANTRA_5NPLN4AG4MH035182/CarDAQPlus3_12212022_2021_HYUNDAI_ELANTRA_5NPLN4AG4MH035182.ptExp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2021_HYUNDAI_ELANTRA_5NPLN4AG4MH035182/CarDAQPlus3_12212022_2021_HYUNDAI_ELANTRA_5NPLN4AG4MH035182.ptExp -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2021_HYUNDAI_ELANTRA_5NPLN4AG4MH035182/CarDAQPlus3_12212022_2021_HYUNDAI_ELANTRA_5NPLN4AG4MH035182.ptSim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2021_HYUNDAI_ELANTRA_5NPLN4AG4MH035182/CarDAQPlus3_12212022_2021_HYUNDAI_ELANTRA_5NPLN4AG4MH035182.ptSim -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2021_HYUNDAI_ELANTRA_5NPLN4AG4MH035182/CarDAQPlus3_12212022_2021_HYUNDAI_ELANTRA_5NPLN4AG4MH035182.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2021_HYUNDAI_ELANTRA_5NPLN4AG4MH035182/CarDAQPlus3_12212022_2021_HYUNDAI_ELANTRA_5NPLN4AG4MH035182.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2021_TOYOTA_ RAV4EV_4T3D6RFV0MU043147/CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.ptExp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2021_TOYOTA_ RAV4EV_4T3D6RFV0MU043147/CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.ptExp -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2021_TOYOTA_ RAV4EV_4T3D6RFV0MU043147/CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.ptSim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2021_TOYOTA_ RAV4EV_4T3D6RFV0MU043147/CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.ptSim -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2021_TOYOTA_ RAV4EV_4T3D6RFV0MU043147/CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2021_TOYOTA_ RAV4EV_4T3D6RFV0MU043147/CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147/CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.ptExp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147/CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.ptExp -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147/CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.ptSim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147/CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.ptSim -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147/CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147/CarDAQPlus3_12212022_2021_TOYOTA_RAV4EV_4T3D6RFV0MU043147.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2022_HONDA_ACCORD_1HGCV2F35NA004558/CarDAQPlus3_2023-08-30_10-56-53_0119.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2022_HONDA_ACCORD_1HGCV2F35NA004558/CarDAQPlus3_2023-08-30_10-56-53_0119.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2022_HONDA_ACCORD_1HGCV2F35NA004558/CarDAQPlus3_2023-08-30_10-57-03_0089.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2022_HONDA_ACCORD_1HGCV2F35NA004558/CarDAQPlus3_2023-08-30_10-57-03_0089.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2022_HONDA_ACCORD_1HGCV2F35NA004558/CarDAQPlus3_2023-08-30_1HGCV2F35NA004558.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2022_HONDA_ACCORD_1HGCV2F35NA004558/CarDAQPlus3_2023-08-30_1HGCV2F35NA004558.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2022_HONDA_HRV_3CZRU5H57NM735050/CarDAQPlus3_2023-09-19_09-18-36_0570.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2022_HONDA_HRV_3CZRU5H57NM735050/CarDAQPlus3_2023-09-19_09-18-36_0570.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2022_HONDA_HRV_3CZRU5H57NM735050/CarDAQPlus3_2023-09-19_09-18-38_0908.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2022_HONDA_HRV_3CZRU5H57NM735050/CarDAQPlus3_2023-09-19_09-18-38_0908.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2022_HONDA_HRV_3CZRU5H57NM735050/CarDAQPlus3_2023-09-19_09-18-54_0108.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2022_HONDA_HRV_3CZRU5H57NM735050/CarDAQPlus3_2023-09-19_09-18-54_0108.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2022_HONDA_HRV_3CZRU5H57NM735050/CarDAQPlus3_2023-09-19_09-19-09_0261.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2022_HONDA_HRV_3CZRU5H57NM735050/CarDAQPlus3_2023-09-19_09-19-09_0261.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2022_HYUNDAI_TUSCON_5NMJB3AE3NH154607/CarDAQPlus3_12212022_2022_HYUNDAI_TUSCON_5NMJB3AE3NH154607.ptExp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2022_HYUNDAI_TUSCON_5NMJB3AE3NH154607/CarDAQPlus3_12212022_2022_HYUNDAI_TUSCON_5NMJB3AE3NH154607.ptExp -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2022_HYUNDAI_TUSCON_5NMJB3AE3NH154607/CarDAQPlus3_12212022_2022_HYUNDAI_TUSCON_5NMJB3AE3NH154607.ptSim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2022_HYUNDAI_TUSCON_5NMJB3AE3NH154607/CarDAQPlus3_12212022_2022_HYUNDAI_TUSCON_5NMJB3AE3NH154607.ptSim -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2022_HYUNDAI_TUSCON_5NMJB3AE3NH154607/CarDAQPlus3_12212022_2022_HYUNDAI_TUSCON_5NMJB3AE3NH154607.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2022_HYUNDAI_TUSCON_5NMJB3AE3NH154607/CarDAQPlus3_12212022_2022_HYUNDAI_TUSCON_5NMJB3AE3NH154607.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2022_TOYOTA_CAMRY_4T1C11AK0NU012595/CarDAQPlus3_12212022_2022_TOYOTA_CAMRY_4T1C11AK0NU012595.ptExp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2022_TOYOTA_CAMRY_4T1C11AK0NU012595/CarDAQPlus3_12212022_2022_TOYOTA_CAMRY_4T1C11AK0NU012595.ptExp -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2022_TOYOTA_CAMRY_4T1C11AK0NU012595/CarDAQPlus3_12212022_2022_TOYOTA_CAMRY_4T1C11AK0NU012595.ptSim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2022_TOYOTA_CAMRY_4T1C11AK0NU012595/CarDAQPlus3_12212022_2022_TOYOTA_CAMRY_4T1C11AK0NU012595.ptSim -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2022_TOYOTA_CAMRY_4T1C11AK0NU012595/CarDAQPlus3_12212022_2022_TOYOTA_CAMRY_4T1C11AK0NU012595.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2022_TOYOTA_CAMRY_4T1C11AK0NU012595/CarDAQPlus3_12212022_2022_TOYOTA_CAMRY_4T1C11AK0NU012595.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2023_TOYOTA_CAMRY_4T1K61AK0PU780223/CarDAQPlus3_2023-09-19_13-20-39_0066.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2023_TOYOTA_CAMRY_4T1K61AK0PU780223/CarDAQPlus3_2023-09-19_13-20-39_0066.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2023_TOYOTA_CAMRY_4T1K61AK0PU780223/CarDAQPlus3_2023-09-19_13-21-10_0770.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2023_TOYOTA_CAMRY_4T1K61AK0PU780223/CarDAQPlus3_2023-09-19_13-21-10_0770.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2023_TOYOTA_CAMRY_4T1K61AK0PU780223/CarDAQPlus3_2023-09-19_13-21-21_0356.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2023_TOYOTA_CAMRY_4T1K61AK0PU780223/CarDAQPlus3_2023-09-19_13-21-21_0356.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2023_TOYOTA_CAMRY_4T1K61AK0PU780223/CarDAQPlus3_2023-09-19_13-21-25_0449.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2023_TOYOTA_CAMRY_4T1K61AK0PU780223/CarDAQPlus3_2023-09-19_13-21-25_0449.txt -------------------------------------------------------------------------------- /SharpWrapperTests/TestJ2534Logs/2023_TOYOTA_CAMRY_4T1K61AK0PU780223/CarDAQPlus3_2023-09-19_13-22-23_0042.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MEAT-Inc/SharpWrap2534/HEAD/SharpWrapperTests/TestJ2534Logs/2023_TOYOTA_CAMRY_4T1K61AK0PU780223/CarDAQPlus3_2023-09-19_13-22-23_0042.txt --------------------------------------------------------------------------------