alextrical

Results 58 comments of alextrical

> I prefer you don't remove the failed MCU and thus have a complete G0 support. That's fair enough, I will leave the G0B0xx series in place. >Nevertheless, you can...

Hopefully that is now in sync with the main repo. Please give the CI a try

Partial bug fix, specifically the part that prevented the ESP8266 from booting can be found here https://github.com/jeelabs/esp-link/issues/489#issuecomment-1898092084 Still need to work out how to detect the end of transmission and...

I'm also looking to get the RS485 implemented, and from testing so far it looks like its the call to the function `tx_enable` in "uart.c" Line 63 is the cause...

> I believe it's needed to get the accuracy required by rs485 I don't believe the microsecond timer is required for RS485, the device most of us are trying to...

@fpistm Is it possible to change the program memory size dynamically when Virtual EEPROM is enabled? It's quite easy for an end user to accidentally add enough code to use...

Thank you for the information posted here, Ive been struggling with a few glitches on a Wayland desktop. I couldn't find a way to get a version of Wine with...

@lorn10 by any chance do you know of a command to grab a specified MS KB file, and extract the gdiplus.dll file. Second to that is do you know where...

For anyone having major issues logging in please try the Proof of concept script that has been tried and tested to work. The script to paste into your terminal can...

This does the job to identify the current/latest install folder, not the nicest code I've ever written, but it gives the location we need dynamically ``` wine reg query "HKLM\Software\Classes\fusion360\shell\open\command"...