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

76 Commits

Author SHA1 Message Date
48754831fa Fixed some namespaces 2022-06-06 14:00:46 +02:00
0d7dc3756b Improved SerialConnection async-implementations 2022-06-05 20:12:25 +02:00
1f6c3eaedf Implemented fake async-methods on SerialConnection 2022-06-05 20:06:16 +02:00
2136aaf0ca Readded EnhanvedSerialPort for .NET-Framework support 2022-05-21 13:35:11 +02:00
163f5eb3a3 Fixed uses of nullable reference types 2022-05-02 21:59:20 +02:00
18b0fec0f2 Applied code-style 2022-05-02 21:22:49 +02:00
Julian Baumann
09d23dbaa9 Updated README.md 2022-03-30 19:14:06 +02:00
Julian Baumann
c824f5ffe3 Added unix solution file, which excludes the UWP project 2022-03-30 18:10:11 +02:00
Julian Windows
086a670855 Readded UWP bluetooth implementation 2022-03-30 08:59:54 -07:00
Julian Baumann
24b18a6708 Removed intelli folder 2022-03-30 17:02:11 +02:00
Julian Baumann
1624349483 Moved to the System.IO.Ports implementation, refactored C# 10, combined OBD.NET.Desktop with OBD.NET.Common 2022-03-30 17:01:08 +02:00
1c2794874b
Added nuget-links to readme 2021-11-21 21:42:44 +01:00
6f0ec9b4e1
Merge pull request #28 from DarthAffe/NamingFix
Fixed weird naming mistake in some projects (ODB instead of OBD)
2021-11-21 21:39:47 +01:00
97ad2a6a72 Fixed weird naming mistake in some projects (ODB instead of OBD) 2021-11-21 21:38:10 +01:00
2b4dadfd12
Merge pull request #27 from DarthAffe/derskythe/master
Added back .net 5 as additional target
2021-11-21 21:28:53 +01:00
68d34568bf
Merge pull request #26 from derskythe/master
Upgrade to .NET 6
2021-11-21 21:27:26 +01:00
c09f81a741 Added back .net 5 as additional target 2021-11-21 21:23:04 +01:00
DerSkythe
d39b447380 Upgrade to .NET 6 2021-11-18 19:11:13 +04:00
35af0f8c15 Merge branch 'fix/deadlock' 2021-11-03 23:35:43 +01:00
1419ed7755
Merge pull request #24 from MB512/fix/deadlock
Fix deadlock on connection lost
2021-11-03 23:35:10 +01:00
b007471ed6 Refactored deadlock fix 2021-11-03 23:31:57 +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