Arduino_STM32/drivers/win/install_STM_COM_drivers.bat

9 lines
162 B
Batchfile

@echo off
echo Installing STM Serial driver...
"%~dp0wdi-simple" --vid 0x0483 --pid 0x5740 --type 3 --name "STM Serial" --dest "%~dp0maple-serial"
echo.
pause