You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By accident I noticed that for Windows there is now an alternative to e4thcom:
escom is a terminal program that runs under Windows. It can be used for communicating with an embedded Forth system, like "stm8ef" for the STM8 family or the "mecrisp" for the STM32 family. The connection between the Windows computer and the target Forth system is through a USB to Serial converter.
downloading and running the unsigned escom.exe binary on a PC with Win10 and the default policy feels like cutting red tape
loading single words #include and #require appear to be working
library words with "Posix standard characters" in Windows is a mess (e.g., >REL). This will require a special STM8 eForth Windows deliverable with a lot of escaping.
By accident I noticed that for Windows there is now an alternative to e4thcom:
Task: get a PC with Win10 or Win11 and test escom
The text was updated successfully, but these errors were encountered: