tlf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pywinkeyerdaemon


From: Drew Arnett
Subject: Re: pywinkeyerdaemon
Date: Sat, 30 Nov 2019 04:29:24 +0000

I'll trouble shoot this with Joop off list.  Shouldn't be related to
the type of serial port, but we will see.  First step was a better
assertion statement that would provide the value that failed to match.
Good sign that the code got that far before throwing an error.  Will
be looking at K1EL docs, as that test came from there IIRC.

Drew
n7da

On Fri, Nov 29, 2019 at 8:18 PM Joop Stakenborg
<address@hidden> wrote:
>
> Hi Drew,
>
>
> is pywinkerdaemon intended to work with USB ports? I get:
>
> $ ./pywinkeyerdaemon.py -d /dev/ttyUSB1 -p 6788
> Traceback (most recent call last):
>    File "./pywinkeyerdaemon.py", line 310, in <module>
>      winkeyer = Winkeyer(args.device)
>    File "./pywinkeyerdaemon.py", line 43, in __init__
>      self.host_open()
>    File "./pywinkeyerdaemon.py", line 57, in host_open
>      assert self.port.read(1).decode() == test_char
> AssertionError
>
>
> Joop PG4I
>
> Op 26-11-19 om 00:44 schreef Drew Arnett:
> > Finally knocked off some todos including porting to python3.  (still
> > runs on 2 as well)
> >
> > Also, finally added in message +/- controls (tested with TLF) and
> > support for cwdaemon prosigns.  (I hadn't been using these sorts of
> > things, so hadn't missed them personally, but they've
> > been on the TODO list too long.)
> >
> > +++TEST--- doesn't work unless there's a setspeed first.  (I didn't
> > find that function in the winkeyer interface.)  In testing, I found
> > that tlf sends a setspeed command at startup, so no problems.
> >
> > https://github.com/drewarnett/pywinkeyerdaemon
> >
> > Best regards,
> >
> > Drew
> > n7da
> >
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]