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

Michael Steil mist64 at mac.com
Mon Jan 7 10:07:06 UTC 2019


Super, ich konnte das reproduzieren, und hab's jetzt "schön" gemacht:

Wenn man den Parameter --modem angibt, wartet der Server zunächst auf einen Einwahlstring (Regex "^AT *(X\d)? *D.*"). Der funktioniert bei PC online und beim C64-Decoder.

Ich hab die Anleitung zu "PC online" auch in die README geschrieben:

https://github.com/bildschirmtext/bildschirmtext/blob/master/README.md#ms-dos-pc-online-decoder-drews

  Michael

> On 2019-Jan-7, at 02:10, Lea Laws <laws.lea at gmail.com> wrote:
> 
> 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 <mailto: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 <mailto: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 <mailto:Btx at lists.hanse.de>
> > https://lists.hanse.de/mailman/listinfo/btx <https://lists.hanse.de/mailman/listinfo/btx>
> 
> <btx.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/7645a09e/attachment.html>


More information about the Btx mailing list