1
0
mirror of https://github.com/DarthAffe/OBD.NET.git synced 2025-12-12 16:58:30 +00:00

56 Commits

Author SHA1 Message Date
1419ed7755
Merge pull request #24 from MB512/fix/deadlock
Fix deadlock on connection lost
2021-11-03 23:35:10 +01:00
Malte Bitter
34940632a3 Fix deadlock on connection lost 2021-09-16 11:39:34 +02:00
d214f87fff Updated Project-files to create nuget-packages 2021-05-25 20:14:24 +02:00
2eabc6951b Merge branch 'master' of https://github.com/DarthAffe/OBD.NET 2020-08-15 00:30:27 +02:00
8219707dc3 Added experimental support for splitted responses 2020-08-15 00:29:40 +02:00
ba00082a28
Merge pull request #17 from DarthAffe/dependabot/nuget/OBD.NET/OBD.NET.Universal/Microsoft.NETCore.UniversalWindowsPlatform-5.2.4
Bump Microsoft.NETCore.UniversalWindowsPlatform from 5.2.3 to 5.2.4 in /OBD.NET/OBD.NET.Universal
2020-08-12 09:47:23 +02:00
dependabot[bot]
98c632989b
Bump Microsoft.NETCore.UniversalWindowsPlatform
Bumps [Microsoft.NETCore.UniversalWindowsPlatform](https://github.com/Microsoft/dotnet) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/Microsoft/dotnet/releases)
- [Commits](https://github.com/Microsoft/dotnet/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-11 18:33:20 +00:00
9948f33a4f Added method to request data with a non-generic type-parameter 2020-08-11 20:32:21 +02:00
17aa5284c3 Improved floatingpoint-formating of degree and degree celsius data 2020-08-11 20:28:19 +02:00
3faefc97ca Added EngineCoolantTemperatureSensor (0x67) and IntakeAirTemperatureSensor (0x68) 2020-08-11 20:27:21 +02:00
be454452d7
Merge pull request #9 from StefanKraai/master
Added abstract pids supported and changed the way to get the supported PIDs.
This fixes #8
2018-04-04 20:42:06 +02:00
b9da9787ba Small refactorings to make the code fit the code-style of the library 2018-04-04 20:34:21 +02:00
StefanKr
b4f7a3480e Added abstract pids supported and changed the way to get the supported pids 2018-04-04 11:55:25 +02:00
43dd6968d9 Merge 2017-08-26 17:47:59 +02:00
b8b94ae554 Added method to wait till all queued commands are processed;
Added method to request data by pid
2017-08-26 17:42:45 +02:00
34f665628c Merge pull request #4 from romanlum/OperationCanceledException-fix
this fixes #3
2017-08-18 18:03:50 +02:00
Roman Lumetsberger
5f296a35ca Merge branch 'master' into OperationCanceledException-fix 2017-08-18 16:11:01 +02:00
Roman Lumetsberger
6728f6413d fix https://github.com/DarthAffe/OBD.NET/issues/3 2017-08-18 16:04:51 +02:00
38d80c0658 Added ToString-Methods to all OBDDatas 2017-07-29 14:32:36 +02:00
78740de0e3 Added possibility to capture all data received events by registering with the interface 2017-07-29 14:32:10 +02:00
27fd4aba40 Applied consistend code-style; Changed target of desktop parts to 4.6.1 2017-07-29 12:00:26 +02:00
ea2ac35046 Merge pull request #2 from romanlum/master
Refactored command handling and added uwp implementation
2017-07-03 20:29:52 +02:00
Roman Lumetsberger
d2c2b8456f Merge branch 'master' of https://github.com/romanlum/OBD.NET 2017-07-03 16:51:01 +02:00
Roman Lumetsberger
f19b63b32c Change target to .NET 4.5 2017-07-03 16:50:51 +02:00
Roman Lumetsberger
b1f1b8589e Update README.md 2017-05-20 18:11:15 +02:00
Roman Lumetsberger
9c1409d280 Merge branch 'master' of https://github.com/romanlum/OBD.NET 2017-05-20 18:09:32 +02:00
Roman Lumetsberger
c518553912 Updated version to 1.1 2017-05-20 18:09:24 +02:00
Roman Lumetsberger
5e10352306 Updated console client for RequestDataAsync 2017-05-20 18:05:30 +02:00
Roman Lumetsberger
fa3fb7b756 Implemented RequestDataAsync 2017-05-20 18:02:13 +02:00
Roman Lumetsberger
505542d29e Added NuGet 4.1 due to missing on hosted buildagent 2017-05-09 15:06:47 +02:00
Roman Lumetsberger
f38a867a99 Merge branch 'master' of https://github.com/romanlum/OBD.NET 2017-05-08 22:35:54 +02:00
Roman Lumetsberger
2c5d90140c Implemented predefined bluetooth device 2017-05-08 22:35:48 +02:00
Roman Lumetsberger
fea4610819 fix Readme.md 2017-05-08 22:22:53 +02:00
Roman Lumetsberger
03b28b2af0 Updated readme 2017-05-08 22:19:38 +02:00
Roman Lumetsberger
949be72217 Added nuspec files to generate nuget package 2017-05-08 22:09:16 +02:00
Roman Lumetsberger
2b3550e620 Added console client to solution 2017-05-08 21:59:35 +02:00
Roman Lumetsberger
ede7de0411 Added ConsoleClient example 2017-05-08 21:57:32 +02:00
Roman Lumetsberger
2b5b56a870 fixes 2017-05-08 21:36:03 +02:00
Roman Lumetsberger
2ca0e8a899 refactoring 2017-05-08 21:14:51 +02:00
Roman Lumetsberger
34ca0d5a4f refactoring 2017-05-08 20:33:22 +02:00
Roman Lumetsberger
02bd8630a2 refactoring SerialDevice 2017-05-08 20:03:55 +02:00
Roman Lumetsberger
9d6d1cd36b work 2017-05-08 19:34:31 +02:00
Roman Lumetsberger
8e5a25ca85 refactoring 2017-05-07 21:46:55 +02:00
Roman Lumetsberger
1a80a8729f optimize bluetooth serial connection 2017-05-07 17:12:22 +02:00
Roman Lumetsberger
2eef2f5e88 first draft of uwp bluetooth serial connection (async) 2017-05-07 16:23:34 +02:00
Roman Lumetsberger
771ade2054 added async implementations (not supported for serial connection at the moment)
will be used for uwp implementation
2017-05-07 16:05:43 +02:00
Roman Lumetsberger
f9b25b4965 changed common to NetStandard-1.4
added desktop implementation of serial port (needs full Framework)
2017-05-07 09:30:05 +02:00
Roman Lumetsberger
9dd42cba6f Moved common parts into ODB.NET.Common
re-factored SerialConnection to ISerialConnection interface and removed stuff which is not compatible with NetStandard
2017-05-07 09:25:57 +02:00
7e0e2447c7 Some improvements 2017-04-29 14:12:42 +02:00
5dfac27120 First somehow working version 2017-02-26 14:57:15 +01:00