[Btx] PC online DREWS über DOSBOX auf Arch linux / neu-ulm.py

Lea Laws laws.lea at gmail.com
Mon Jan 7 01:10:33 UTC 2019


habe das nun geändert.

if len(sys.argv) > 1 and sys.argv[1] == "c64":
    num_crs = 0
    while True:
        c = sys.stdin.read(1)
        sys.stdout.write(c)
        if ord(c) == 13:
            num_crs += 1
            if num_crs == 1:
                break

und es läuft :)



Am Mo., 7. Jan. 2019 um 01:59 Uhr schrieb Michael Steil <mist64 at mac.com>:

> Das ist jetzt ohne c64-Argument? Dann schickt er die Login-Seite sofort
> ab, und der Decoder versäumt sie. Das Log zeigt, daß Seite 00000 (Login)
> geschickt wurde, danach sieht der Decoder den Modem-Einwahlstring.
>
> Also besser doch das c64-Argument rein, und den Zähler für die Ahnzahl an
> RETURNs auf 1 setzen.
>
> (Ja, ich mach das dann mal konfigurierbar.)
>
> > On 7. Jan 2019, at 01:50, Lea Laws <laws.lea at gmail.com> wrote:
> >
> > So sieht es auf meinem bildschirm aus. die Failquote die bei diesem
> Ergebnis lande ist so ca 99%
> > <BTX.png><btx2.png>--
> > Btx mailing list
> > Btx at lists.hanse.de
> > https://lists.hanse.de/mailman/listinfo/btx
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.hanse.de/pipermail/btx/attachments/20190107/2fb87a1a/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: btx.png
Type: image/png
Size: 90201 bytes
Desc: not available
URL: <http://lists.hanse.de/pipermail/btx/attachments/20190107/2fb87a1a/attachment-0001.png>


More information about the Btx mailing list