Hamlib/bindings/python
Daniele Forsi IU5HKX fbe9803777 Fix initialization of comm_status
The function rig_init() doesn't touch the hardware, it's rig_open()
that initiates the connection and in fact the first use of comm_status
in rig_open() is when it gets the value RIG_COMM_STATUS_CONNECTING and
rig_close() sets it to RIG_COMM_STATUS_DISCONNECTED.
2025-08-03 13:34:36 +02:00
..
conftest.py Add default values for make (dist)check 2025-07-27 20:13:07 +02:00
generate_tests.py Use alternate quoting for older Python versions 2025-07-22 16:15:56 -05:00
test_Hamlib_Amp_class.py Rewrite automated tests with newlines 2025-07-18 23:47:53 +02:00
test_Hamlib_Rig_class.py Rewrite automated tests with newlines 2025-07-18 23:47:53 +02:00
test_Hamlib_Rot_class.py Rewrite automated tests with newlines 2025-07-18 23:47:53 +02:00
test_Hamlib_class.py Update the tests 2025-07-22 23:42:30 +02:00
test_amp.py Allow to execute some tests with a simulator or with a real amplifier 2025-07-27 12:57:35 +02:00
test_rig.py Fix initialization of comm_status 2025-08-03 13:34:36 +02:00
test_rot.py Allow to execute some tests with a simulator or with a real rotator 2025-07-27 12:53:23 +02:00
test_startup.py Revert "Fix Rig.send_morse()" 2025-07-27 10:22:04 +02:00