RealTerm tends to be one of my primary go-to debugging tools. It provides a simple and easy way to get a clearer picture in what’s going on with the system. In-circuit debuggers exist but they often fall short when real-time interaction is needed (interrupts, COMS, etc). As opposed to other serial programs like TeraTerm, RealTerm […]
Tag: Tools
Visual Studio Code
Microsoft’s new Visual Studio offering isn’t a full IDE but a light-weight (and cross-platform) text editor. Packed with intellisense, version control, and debug tools it can be a powerful addition to your tool-box. The Good VS Code is simple, clean, and easy to use. Since I don’t tend to program a substantial amount of C# […]