How to create DLL by Visual Studio
Preface Previously, we needed to use CMD to call external tools to send HID commands from the PC to the microcontroller. I want to try integrating this into a DLL and use the call DLL method to achieve it. This would simplify the operation and achieve the goal more quickly. Today, I gathered information from […]
How to create DLL by Visual Studio Read More »