Guido Lehwalder

Results 21 issues of Guido Lehwalder

Hi, as in Issue https://github.com/greiman/SdFat/issues/117 I got problems with the init of the sd-card. While using SDfat up to version 1.1.4 I could set the max. speed to 40Mhz and...

I flashed the pre-release v0.4, but couldnt use **XMODEM v2.4** on drive M: to transfer files via XMODEM and the CON:-device :( The v2.4 **does hang** at the start of...

In different Linux (armbian/devuan) systems I do get a error 2 after: `git clone --recursive https://github.com/pfalcon/esp-open-sdk.git cd esp-open-sdk make` showing `Now configured for "xtensa-lx106-elf" make[2]: Verzeichnis „/home/guido/esp-open-sdk/crosstool-NG“ wird verlassen sed...

When connecting with the FabGL serial Terminal (via serial) to a ESP32 which runs [ESP32forth](https://esp32forth.appspot.com/ESP32forth.html) I get a messed up stairways output because of problem with CR&LF, which I didnt...

enhancement

I did a short test with RunCPM and the VT100-Terminal Emulation. On the first DIR command the text is shown OK, but gets distorted while the terminal is scrolling :(...

A user of mine project "RunCPM for Pico" would use the onboard SD-Card of the Cytron Maker Pi Pico: https://github.com/guidol70/RunCPM_RPi_Pico/issues/1 In the variants cytron_maker_pi_rp2040\pins_arduino.h the follwing is defined: ``` //...

waiting for feedback

As initial test I configured DOS/MTCP to use slip/etherslp - which did work fine with the following config: DOS CONFIG.BAT ``` SET MTCPCFG=C:\MTCP\MTCP.CFG SET MTCPSLIP=TRUE ETHERSL 0x60 4 0x3f8 115200...

Hi there, is there a chance to get support for esc[0m = normal text and esc[1m = bold text Maybe with different colorset like color 0a and colordbld 0c or...

Hi, actuallly in /RunCPM/lua directory is LUA v5.4.4 - Release from the 26. Jan 2022 and at https://www.lua.org/ftp/lua-5.4.6.tar.gz is v5.4.6 - Release from the 14. May 2023 I did exchange...

Hi, I did compile the Multitasking-CP/M for a TTGO VGA32. After the first compile WIFISCAN did told me to activate **HAS_WIFI** in **/src/defs.h** but here it was already activated with...