Mike Black W9MDB
20882cb18f
Change sprintf to snprint in prm80
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-11 16:16:35 -06:00
Mikael Nousiainen
c764336e73
Fix build warnings caused by changes to I/O function signatures
2021-12-18 23:49:45 +02:00
Mike Black W9MDB
d820ee9dbf
Add expected_len to read_string function for potential serial I/O speedup
...
https://github.com/Hamlib/Hamlib/issues/850
2021-11-24 13:02:39 -06:00
Mike Black W9MDB
8fe190d622
Reduce error messages about RIG_VFO_OTHER which only applies to some rigs like Icom rigs with the 0x25 command
...
Add a flush_flag to read_string so that the new serial_flush will not produce a timeout value when flushing
https://github.com/Hamlib/Hamlib/issues/835
2021-11-01 23:43:45 -05:00
AuroraRAS
782ad2a034
make the Android.mk files adapt to multi arch
2021-09-25 07:03:23 +08:00
Mike Black W9MDB
388294c3d6
Fix RIG_STATUS_STABLE misspelling
2021-09-15 13:50:31 -05:00
Mike Black W9MDB
8cc59cca3b
Rigs have been at BETA status forever so promoting all to STABLE
2021-09-15 13:44:42 -05:00
Mike Black W9MDB
eaff946c26
In prm80 move misc.h include in prm80.c to prm80.h
...
Should fix compilation problem on Open BSD 6.9
2021-06-20 07:30:24 -05:00
Mike Black W9MDB
b0e006ce6c
astyle files
2021-04-21 23:48:29 -05:00
Stephane Fillod
5d367f0920
prm80: fix RX frequencies on VHF
...
The RX IF shift on VHF is the opposite than on UHF.
Tested-by: Claus <claus.moessner@web.de>
2021-04-17 21:31:51 +02:00
Mike Black W9MDB
4501c1c97b
Remove generated files
2021-04-14 15:41:01 -05:00
Mike Black W9MDB
9d310062eb
More files for git clone configure to work
2021-04-14 09:19:27 -05:00
Stephane Fillod
8cd4a2e3c4
prm80: remove the "A" command that won't make it into FW V5
2021-03-19 20:51:54 +01:00
Stephane Fillod
42ebd65811
prm80: protcol evolution in firmware V5
...
- RSSI appended to system state ("E" command)
- new ranging for the volume value
- implement a cache handling for the system state (not V5 specific)
2021-03-15 15:13:55 +01:00
Stephane Fillod
257ae409d2
prm80: fix SQL parsing
2021-03-15 14:54:40 +01:00
Stephane Fillod
a791dc2699
Add python protocol simulator of PRM80xx firmware V5
2021-03-06 17:42:33 +01:00
Stephane Fillod
e954a5df2d
prm80: Make set_channel to work
2021-03-06 17:41:02 +01:00
Stephane Fillod
ff9c1badfa
prm80 : more feature coverage and fixes
...
Tested-by: Claus <claus.moessner@web.de>
2021-03-06 10:14:17 +01:00
Stephane Fillod
6766948dc1
Major rework for PRM80
...
Implementation done from tests performed by Claus, DC0CM
documentation and rig assembly code at prm80 project.
2021-02-17 18:57:31 +01:00
Michael Black W9MDB
e7b6e61ed0
astyle files prepping for 4.1 release
2021-01-22 10:41:30 -06:00
Michael Black W9MDB
34d7eb6c33
prm80 add extra read_string for 2-line response to set_freq
2021-01-17 15:50:00 -06:00
Michael Black W9MDB
10bc7d50df
Add debug to prm80.c
2021-01-17 10:16:53 -06:00
Michael Black W9MDB
66af5ea4c0
Enable get_channel for prm80.c
2021-01-17 09:58:51 -06:00
Michael Black W9MDB
4b9ea6b1d4
Change to prm80.c to allow get_channel to work...testing
2021-01-17 07:12:52 -06:00
Michael Black W9MDB
460e748742
Add some debug to prm80.c
2021-01-17 07:08:37 -06:00
Michael Black W9MDB
65d45a07be
Add cmd list to prm80.c
2021-01-13 15:08:40 -06:00
Michael Black W9MDB
c70d841b83
Add NOCHANGE_PASSBAND to icom...cascading effect on adding vfo elsewhere...which is needed anyways
...
https://github.com/Hamlib/Hamlib/issues/448
2020-11-29 23:32:14 -06:00
Michael Black W9MDB
7bee01f785
Add suppress for AST broken bug in cppcheck
2020-09-19 16:09:44 -05:00
Michael Black W9MDB
fade1681fa
Fix cppcheck errors and warnings
2020-09-02 16:56:11 -05:00
Michael Black W9MDB
b6a960d48e
All conversions to rig_flush now done
...
https://github.com/Hamlib/Hamlib/issues/307
2020-06-23 09:01:46 -05:00
Michael Black W9MDB
2813f0ef63
astyle files
2020-05-11 22:39:10 -05:00
mdblack98
8ad431a344
Change #warn on get_channel to RIG_ENIMPL errors
...
This needs to be validated on the rigs to see the individual behavior
It only gives an error when read_only=0, read_only=1 does not give any error
We want the behavior of actually setting the rig display to be based on this flag
https://github.com/Hamlib/Hamlib/issues/227
2020-05-06 08:06:14 -05:00
mdblack98
bf1a05084d
astyle files
2020-05-03 17:24:42 -05:00
mdblack98
5eb5b6f3d8
https://github.com/Hamlib/Hamlib/issues/227
...
Added read_only flag everywhere
2020-04-26 14:37:03 -05:00
Michael Black
b040803765
Standard all version numbers to YYYYMMDD.N where n is intended for multiple versions in one day.
...
So typically .N will be .0
2020-03-29 23:03:21 -05:00
Michael Black
9e89c4455a
Add VFO & ANT definitions to rigs that were missing them
2020-03-25 23:07:42 -05:00
Michael Black
8eb09c2a38
More cppcheck fixes
2020-03-23 07:52:01 -05:00
Michael Black
d856248178
Add RIG_MODEL macro and change all rigs to support it
2020-03-05 08:44:18 -06:00
Michael Black
8d6e2fc781
Directory migration to new layout
2020-01-17 09:22:44 -06:00