manintheit.org

manintheit.org


platformio

  • Share Serial Devices with WSL Machine

    usbipd-win is a project to share serial devices with WSL machine. (Windows Subsystem for Linux). It is highly useful when you develop embedded systems on Windows hosts inside WSL machine. In this example, I want to share USB-SERIAL device in order to program ESP8266 chip. Bind Serial Device: Attach Serial Device into WSL: dmesg message… Continue reading

  • PlatformIO Bug with VSCode Plugin in WSL Environment

    PlatformIO is widely regarded as one of the most powerful and beloved IDE solutions for embedded system development. However, I recently encountered a frustrating bug while using the PlatformIO VSCode plugin on a WSL (Windows Subsystem for Linux) system. The issue arises because the PlatformIO plugin incorrectly detects the WSL environment as a Windows system.… Continue reading