[chirp_devel] [PATCH 0 of 1 ] No com port on windows
Hi folks, I cannot test this patch in windows but at least it does not break things on linux.
I think a look from Dan is enough to put it in the daily.
73 de IZ3GME Marco
# HG changeset patch # User Marco Filippi iz3gme.marco@gmail.com # Date 1380116518 -7200 # Node ID 6ef322950bd884fa4148386eb94771b14fb641a1 # Parent 6d5e9775f91f6f3b45a43c9f9449cf7a57d81386 [ui] Show "No com port" if there are no serial port at all Fix #1131
diff --git a/chirpui/clone.py b/chirpui/clone.py --- a/chirpui/clone.py +++ b/chirpui/clone.py @@ -120,7 +120,7 @@ self.__table.set_col_spacings(10) self.__row = 0
- self.__port = self.__make_port(settings and settings.port or None) + self.__port = self.__make_port(settings and settings.port or ["No port detected"]) self.__modl = self.__make_model() self.__vend = self.__make_vendor(self.__modl)
On Wed, Sep 25, 2013 at 9:42 AM, Marco Filippi IZ3GME < iz3gme.marco@gmail.com> wrote:
Hi folks, I cannot test this patch in windows but at least it does not break things on linux.
I think a look from Dan is enough to put it in the daily.
73 de IZ3GME Marco
Windows 7 64-bit here.
Without the patch, when there is no programming cable available, CHIRP still displays the previously assigned COM port even though it is not available.
With the patch, when there is no programming cable available, CHIRP does not display any ports.
Seems to work OK to me.
Jim
On Wed, Sep 25, 2013 at 8:56 PM, Jim Unroe rock.unroe@gmail.com wrote:
On Wed, Sep 25, 2013 at 9:42 AM, Marco Filippi IZ3GME < iz3gme.marco@gmail.com> wrote:
Hi folks, I cannot test this patch in windows but at least it does not break things on linux.
I think a look from Dan is enough to put it in the daily.
73 de IZ3GME Marco
Windows 7 64-bit here.
Without the patch, when there is no programming cable available, CHIRP still displays the previously assigned COM port even though it is not available.
With the patch, when there is no programming cable available, CHIRP does not display any ports.
Seems to work OK to me.
Jim
Marco, After living with this all weekend, I now realize it has a problem. Every time I download or upload, the "Port" selection is blank. I must choose it every time. Any thoughts? Jim KC9HI
...mmm... please try again after reverting this patch and let me know ...
73 de IZ3GME Marco
On 30/09/2013 12:35, Jim Unroe wrote:
On Wed, Sep 25, 2013 at 8:56 PM, Jim Unroe <rock.unroe@gmail.com mailto:rock.unroe@gmail.com> wrote:
On Wed, Sep 25, 2013 at 9:42 AM, Marco Filippi IZ3GME <iz3gme.marco@gmail.com <mailto:iz3gme.marco@gmail.com>> wrote: Hi folks, I cannot test this patch in windows but at least it does not break things on linux. I think a look from Dan is enough to put it in the daily. 73 de IZ3GME Marco Windows 7 64-bit here. Without the patch, when there is no programming cable available, CHIRP still displays the previously assigned COM port even though it is not available. With the patch, when there is no programming cable available, CHIRP does not display any ports. Seems to work OK to me. Jim
Marco, After living with this all weekend, I now realize it has a problem. Every time I download or upload, the "Port" selection is blank. I must choose it every time. Any thoughts? Jim KC9HI
chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
On Mon, Sep 30, 2013 at 6:53 AM, IZ3GME Marco iz3gme.marco@gmail.comwrote:
...mmm... please try again after reverting this patch and let me know ...
73 de IZ3GME Marco
Marco,
Yes. I reverted the patch this morning before sending the email. I wanted to be sure that was cause before I said anything about it. Jim
Here are to screen captures. I've clicked the black arrow on both to open the dialog box.
On the "new" version, the current setting is blank and the com port (com5 in this case) had to be selected.
On the "previous" version, the com port has com5 selected (it is the only selection available).
Let me know if there is any other testing that you would like me to do.
Jim
On Mon, Sep 30, 2013 at 6:53 AM, IZ3GME Marco iz3gme.marco@gmail.comwrote:
...mmm... please try again after reverting this patch and let me know ...
73 de IZ3GME Marco
On 30/09/2013 12:35, Jim Unroe wrote:
On Wed, Sep 25, 2013 at 8:56 PM, Jim Unroe <rock.unroe@gmail.com mailto:rock.unroe@gmail.com> wrote:
On Wed, Sep 25, 2013 at 9:42 AM, Marco Filippi IZ3GME <iz3gme.marco@gmail.com <mailto:iz3gme.marco@gmail.com>> wrote: Hi folks, I cannot test this patch in windows but at least it does not break things on linux. I think a look from Dan is enough to put it in the daily. 73 de IZ3GME Marco Windows 7 64-bit here. Without the patch, when there is no programming cable available, CHIRP still displays the previously assigned COM port even though it is not available. With the patch, when there is no programming cable available, CHIRP does not display any ports. Seems to work OK to me. Jim
Marco, After living with this all weekend, I now realize it has a problem. Every time I download or upload, the "Port" selection is blank. I must choose it every time. Any thoughts? Jim KC9HI
chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs:
http://chirp.danplanet.com/projects/chirp/wiki/Developers
chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
participants (3)
-
IZ3GME Marco
-
Jim Unroe
-
Marco Filippi IZ3GME