[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pywinkeyerdaemon
From: |
Joop Stakenborg |
Subject: |
Re: pywinkeyerdaemon |
Date: |
Fri, 29 Nov 2019 21:09:30 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 |
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
- pywinkeyerdaemon, Drew Arnett, 2019/11/25
- Re: pywinkeyerdaemon,
Joop Stakenborg <=