mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2025-12-06 03:31:59 +01:00
Merge branch 'master' of https://github.com/ekinnee/SharpCAT
This commit is contained in:
commit
978c15b951
12
README.md
12
README.md
|
|
@ -5,7 +5,7 @@ I am targeting .Net Standard so that the assembly may be used with .Net Core or
|
|||
|
||||
I'm starting with the FT818, I then plan on adding my ID-4100a, and TH-D74A.
|
||||
|
||||
If you wish to help, hit me up, or create a pull request.
|
||||
If you wish to help let me know, or create a pull request.
|
||||
|
||||
# Why?
|
||||
Yes, there's Hamlib, and yes there's HamLibSharp.
|
||||
|
|
@ -17,3 +17,13 @@ https://github.com/k5jae/HamLibSharp
|
|||
I don't speak C++ and PInvoke is nasty.
|
||||
|
||||
That being said, there's also not a pure .Net (C#) CAT control lib out there that I know of.
|
||||
|
||||
# What needs done?
|
||||
The project is in an early very phase.
|
||||
1. Settle on how the radios and commands are defined.
|
||||
JSON?
|
||||
Or just use a .cs file (current)?
|
||||
2. Need to support opening / using an arbitrary number of radios.
|
||||
RigControl can do 2.
|
||||
3. Fully support asynchronous operations.
|
||||
There's some handy events exposed by .net for data received on the Serial Port.
|
||||
|
|
|
|||
Loading…
Reference in a new issue