Download enumports.f (for connecting to Arduino)
https://code4thcode.gumroad.com/l/enumports
Download a FREE evaluation of SwiftForth
https://www.forth.com/download/
Links to forth content and more.
SwiftForth, what I use for programming in forth:
https://www.forth.org
Forth beginner tutorial + answers to questions:
https://www.forth.com/starting-forth/1-forth-stacks-dictionary/
https://www.forth.com/answers/
eForth beginner guide:
https://wiki.forth-ev.de/lib/exe/fetch.php/projects:430eforth:eforth_lessons.pdf
Embedded forth, for ARM, AVR, and more
https://mecrisp.sourceforge.net/
Windows Api. (win32 stuff).
Use this site to figure out Win32 api stuff for Forth.
https://www.magnumdb.com/
C++ Notes for Win32. Long, but explains low-level windows programming:
https://caiorss.github.io/C-Cpp-Notes/WindowsAPI-cpp.html#org1b5c244
LONG tutorial on x86 assembly:
https://www.ic.unicamp.br/~pannain/mc404/aulas/pdfs/Art%20Of%20Intel%20x86%20Assembly.pdf
A Great Windows .DLL Injection tutorial:
https://www.codeguru.com/windows/three-ways-to-inject-your-code-into-another-process/
Window Programming book that I use:
https://amzn.to/3B3xyW2
Arduino LoRa (FlashForth)
A good website for figuring out LoRa used with FlashForth
https://arduino-forth.com/article/FORTH_FlashForth_LoRa_premiereTransmission
Forth Forums
https://comp.lang.forth.narkive.com/
https://groups.google.com/g/comp.lang.forth
https://old.reddit.com/r/Forth/
TCP networking sockets
https://www.gta.ufrj.br/ensino/eel878/sockets/sockaddr_inman.html